class org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper implements org.apache.fop.pdf.PDFDocument$TrailerOutputHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper
  super_class: java.lang.Object
{
  final org.apache.fop.pdf.PDFDocument this$0;
    descriptor: Lorg/apache/fop/pdf/PDFDocument;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.fop.pdf.PDFDocument);
    descriptor: (Lorg/apache/fop/pdf/PDFDocument;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper this
         0: .line 1169
            aload 0 /* this */
            aload 1
            putfield org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper.this$0:Lorg/apache/fop/pdf/PDFDocument;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/pdf/PDFDocument$UncompressedTrailerOutputHelper;
    MethodParameters:
        Name  Flags
      this$0  final

  public void outputStructureTreeElements(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper this
        start local 1 // java.io.OutputStream stream
         0: .line 1173
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper.this$0:Lorg/apache/fop/pdf/PDFDocument;
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper.this$0:Lorg/apache/fop/pdf/PDFDocument;
            getfield org.apache.fop.pdf.PDFDocument.structureTreeElements:Ljava/util/List;
            aload 1 /* stream */
            invokevirtual org.apache.fop.pdf.PDFDocument.streamIndirectObjects:(Ljava/util/Collection;Ljava/io/OutputStream;)V
         1: .line 1174
            return
        end local 1 // java.io.OutputStream stream
        end local 0 // org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/fop/pdf/PDFDocument$UncompressedTrailerOutputHelper;
            0    2     1  stream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      stream  

  public long outputCrossReferenceObject(java.io.OutputStream, org.apache.fop.pdf.xref.TrailerDictionary, int, int, int);
    descriptor: (Ljava/io/OutputStream;Lorg/apache/fop/pdf/xref/TrailerDictionary;III)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper this
        start local 1 // java.io.OutputStream stream
        start local 2 // org.apache.fop.pdf.xref.TrailerDictionary trailerDictionary
        start local 3 // int first
        start local 4 // int last
        start local 5 // int size
         0: .line 1178
            new org.apache.fop.pdf.xref.CrossReferenceTable
            dup
            aload 2 /* trailerDictionary */
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper.this$0:Lorg/apache/fop/pdf/PDFDocument;
            getfield org.apache.fop.pdf.PDFDocument.position:J
         1: .line 1179
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper.this$0:Lorg/apache/fop/pdf/PDFDocument;
            getfield org.apache.fop.pdf.PDFDocument.indirectObjectOffsets:Ljava/util/List;
            iload 3 /* first */
            iload 4 /* last */
            iload 5 /* size */
         2: .line 1178
            invokespecial org.apache.fop.pdf.xref.CrossReferenceTable.<init>:(Lorg/apache/fop/pdf/xref/TrailerDictionary;JLjava/util/List;III)V
         3: .line 1179
            aload 1 /* stream */
            invokevirtual org.apache.fop.pdf.xref.CrossReferenceTable.output:(Ljava/io/OutputStream;)V
         4: .line 1180
            aload 0 /* this */
            getfield org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper.this$0:Lorg/apache/fop/pdf/PDFDocument;
            getfield org.apache.fop.pdf.PDFDocument.position:J
            lreturn
        end local 5 // int size
        end local 4 // int last
        end local 3 // int first
        end local 2 // org.apache.fop.pdf.xref.TrailerDictionary trailerDictionary
        end local 1 // java.io.OutputStream stream
        end local 0 // org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/apache/fop/pdf/PDFDocument$UncompressedTrailerOutputHelper;
            0    5     1             stream  Ljava/io/OutputStream;
            0    5     2  trailerDictionary  Lorg/apache/fop/pdf/xref/TrailerDictionary;
            0    5     3              first  I
            0    5     4               last  I
            0    5     5               size  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      stream             
      trailerDictionary  
      first              
      last               
      size               
}
SourceFile: "PDFDocument.java"
NestHost: org.apache.fop.pdf.PDFDocument
InnerClasses:
  private abstract TrailerOutputHelper = org.apache.fop.pdf.PDFDocument$TrailerOutputHelper of org.apache.fop.pdf.PDFDocument
  private UncompressedTrailerOutputHelper = org.apache.fop.pdf.PDFDocument$UncompressedTrailerOutputHelper of org.apache.fop.pdf.PDFDocument