class com.sun.imageio.plugins.jpeg.DHTMarkerSegment extends com.sun.imageio.plugins.jpeg.MarkerSegment
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.imageio.plugins.jpeg.DHTMarkerSegment
  super_class: com.sun.imageio.plugins.jpeg.MarkerSegment
{
  java.util.List tables;
    descriptor: Ljava/util/List;
    flags: (0x0000) 

  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
        start local 1 // boolean needFour
         0: .line 49
            aload 0 /* this */
            sipush 196
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(I)V
         1: .line 46
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
         2: .line 50
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            getstatic javax.imageio.plugins.jpeg.JPEGHuffmanTable.StdDCLuminance:Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            iconst_1
            iconst_0
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 51
            iload 1 /* needFour */
            ifeq 5
         4: .line 52
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            getstatic javax.imageio.plugins.jpeg.JPEGHuffmanTable.StdDCChrominance:Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            iconst_1
            iconst_1
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 54
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            getstatic javax.imageio.plugins.jpeg.JPEGHuffmanTable.StdACLuminance:Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            iconst_0
            iconst_0
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 55
            iload 1 /* needFour */
            ifeq 8
         7: .line 56
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            getstatic javax.imageio.plugins.jpeg.JPEGHuffmanTable.StdACChrominance:Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            iconst_0
            iconst_1
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 58
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean needFour
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            0    9     1  needFour  Z
    MethodParameters:
          Name  Flags
      needFour  

  void <init>(com.sun.imageio.plugins.jpeg.JPEGBuffer);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
        start local 1 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
         0: .line 61
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
         1: .line 46
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
         2: .line 62
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.length:I
            istore 2 /* count */
        start local 2 // int count
         3: .line 63
            goto 7
         4: .line 64
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment com.sun.imageio.plugins.jpeg.JPEGBuffer int
      StackMap stack:
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
            astore 3 /* newGuy */
        start local 3 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable newGuy
         5: .line 65
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            aload 3 /* newGuy */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 66
            iload 2 /* count */
            bipush 17
            aload 3 /* newGuy */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
            arraylength
            iadd
            isub
            istore 2 /* count */
        end local 3 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable newGuy
         7: .line 63
      StackMap locals:
      StackMap stack:
            iload 2 /* count */
            ifgt 4
         8: .line 68
            aload 1 /* buffer */
            dup
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufAvail:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.length:I
            isub
            putfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufAvail:I
         9: .line 69
            return
        end local 2 // int count
        end local 1 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            0   10     1  buffer  Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;
            3   10     2   count  I
            5    7     3  newGuy  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  void <init>(javax.imageio.plugins.jpeg.JPEGHuffmanTable[], javax.imageio.plugins.jpeg.JPEGHuffmanTable[]);
    descriptor: ([Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;[Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
        start local 1 // javax.imageio.plugins.jpeg.JPEGHuffmanTable[] dcTables
        start local 2 // javax.imageio.plugins.jpeg.JPEGHuffmanTable[] acTables
         0: .line 73
            aload 0 /* this */
            sipush 196
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(I)V
         1: .line 46
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
         2: .line 74
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 75
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment javax.imageio.plugins.jpeg.JPEGHuffmanTable[] javax.imageio.plugins.jpeg.JPEGHuffmanTable[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            aload 1 /* dcTables */
            iload 3 /* i */
            aaload
            iconst_1
            iload 3 /* i */
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 74
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* dcTables */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 77
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            aload 2 /* acTables */
            iload 3 /* i */
            aaload
            iconst_0
            iload 3 /* i */
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 77
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 2 /* acTables */
            arraylength
            if_icmplt 9
        end local 3 // int i
        12: .line 80
            return
        end local 2 // javax.imageio.plugins.jpeg.JPEGHuffmanTable[] acTables
        end local 1 // javax.imageio.plugins.jpeg.JPEGHuffmanTable[] dcTables
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            0   13     1  dcTables  [Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            0   13     2  acTables  [Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            3    7     3         i  I
            8   12     3         i  I
    MethodParameters:
          Name  Flags
      dcTables  
      acTables  

  void <init>(Node);
    descriptor: (LNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tNode cannot be resolved to a type\n\tNodeList cannot be resolved to a type\n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNamedNodeMap cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
      node  

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
         0: .line 95
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.clone:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DHTMarkerSegment
            astore 1 /* newGuy */
        start local 1 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment newGuy
         1: .line 96
            aload 1 /* newGuy */
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
         2: .line 97
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         3: .line 98
            goto 6
         4: .line 99
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            astore 3 /* table */
        start local 3 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable table
         5: .line 100
            aload 1 /* newGuy */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            aload 3 /* table */
            invokevirtual com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.clone:()Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable table
         6: .line 98
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 102
            aload 1 /* newGuy */
            areturn
        end local 2 // java.util.Iterator iter
        end local 1 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment newGuy
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            1    8     1  newGuy  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            3    8     2    iter  Ljava/util/Iterator;
            5    6     3   table  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;

  javax.imageio.metadata.IIOMetadataNode getNativeNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;

  void write(javax.imageio.stream.ImageOutputStream);
    descriptor: (Ljavax/imageio/stream/ImageOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
        start local 1 // javax.imageio.stream.ImageOutputStream ios
         0: .line 120
            return
        end local 1 // javax.imageio.stream.ImageOutputStream ios
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            0    1     1   ios  Ljavax/imageio/stream/ImageOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ios   

  void print();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
         0: .line 123
            aload 0 /* this */
            ldc "DHT"
            invokevirtual com.sun.imageio.plugins.jpeg.DHTMarkerSegment.printTag:(Ljava/lang/String;)V
         1: .line 124
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Num tables: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 125
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 124
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 126
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         5: goto 9
         6: .line 127
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            astore 2 /* table */
        start local 2 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable table
         7: .line 128
            aload 2 /* table */
            invokevirtual com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.print:()V
        end local 2 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable table
         8: .line 126
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 6
        end local 1 // int i
        10: .line 130
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        11: .line 132
            return
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            5   10     1      i  I
            7    8     2  table  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;

  com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable getHtableFromNode(Node);
    descriptor: (LNode;)Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
         0: .line 134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNode cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
      Name  Flags
      node  

  void addHtable(javax.imageio.plugins.jpeg.JPEGHuffmanTable, boolean, int);
    descriptor: (Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
        start local 1 // javax.imageio.plugins.jpeg.JPEGHuffmanTable table
        start local 2 // boolean isDC
        start local 3 // int id
         0: .line 139
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment.tables:Ljava/util/List;
            new com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            dup
            aload 0 /* this */
            aload 1 /* table */
            iload 2 /* isDC */
            iload 3 /* id */
            invokespecial com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.<init>:(Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 140
            return
        end local 3 // int id
        end local 2 // boolean isDC
        end local 1 // javax.imageio.plugins.jpeg.JPEGHuffmanTable table
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            0    2     1  table  Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            0    2     2   isDC  Z
            0    2     3     id  I
    MethodParameters:
       Name  Flags
      table  
      isDC   
      id     
}
SourceFile: "DHTMarkerSegment.java"
NestMembers:
  com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
InnerClasses:
  Htable = com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable of com.sun.imageio.plugins.jpeg.DHTMarkerSegment