public interface org.joda.time.format.PeriodPrinter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.joda.time.format.PeriodPrinter
  super_class: java.lang.Object
{
  public abstract int calculatePrintedLength(org.joda.time.ReadablePeriod, java.util.Locale);
    descriptor: (Lorg/joda/time/ReadablePeriod;Ljava/util/Locale;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      period  
      locale  

  public abstract int countFieldsToPrint(org.joda.time.ReadablePeriod, int, java.util.Locale);
    descriptor: (Lorg/joda/time/ReadablePeriod;ILjava/util/Locale;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      period  
      stopAt  
      locale  

  public abstract void printTo(java.lang.StringBuffer, org.joda.time.ReadablePeriod, java.util.Locale);
    descriptor: (Ljava/lang/StringBuffer;Lorg/joda/time/ReadablePeriod;Ljava/util/Locale;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      buf     
      period  
      locale  

  public abstract void printTo(java.io.Writer, org.joda.time.ReadablePeriod, java.util.Locale);
    descriptor: (Ljava/io/Writer;Lorg/joda/time/ReadablePeriod;Ljava/util/Locale;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      period  
      locale  
}
SourceFile: "PeriodPrinter.java"