class com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
  super_class: java.lang.Object
{
  int tableClass;
    descriptor: I
    flags: (0x0000) 

  int tableID;
    descriptor: I
    flags: (0x0000) 

  private static final int NUM_LENGTHS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  short[] numCodes;
    descriptor: [S
    flags: (0x0000) 

  short[] values;
    descriptor: [S
    flags: (0x0000) 

  final com.sun.imageio.plugins.jpeg.DHTMarkerSegment this$0;
    descriptor: Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.imageio.plugins.jpeg.DHTMarkerSegment, com.sun.imageio.plugins.jpeg.JPEGBuffer);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
        start local 2 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
         0: .line 153
            aload 0 /* this */
            aload 1
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.this$0:Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 150
            aload 0 /* this */
            bipush 16
            newarray 9
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
         2: .line 154
            aload 0 /* this */
            aload 2 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 2 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufPtr:I
            baload
            iconst_4
            iushr
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableClass:I
         3: .line 155
            aload 0 /* this */
            aload 2 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 2 /* buffer */
            dup
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufPtr:I
            baload
            bipush 15
            iand
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableID:I
         4: .line 156
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 157
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable com.sun.imageio.plugins.jpeg.DHTMarkerSegment com.sun.imageio.plugins.jpeg.JPEGBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
            iload 3 /* i */
            aload 2 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 2 /* buffer */
            dup
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufPtr:I
            baload
            sipush 255
            iand
            i2s
            sastore
         7: .line 156
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            bipush 16
            if_icmplt 6
        end local 3 // int i
         9: .line 160
            iconst_0
            istore 3 /* numValues */
        start local 3 // int numValues
        10: .line 161
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: goto 14
        12: .line 162
      StackMap locals: int
      StackMap stack:
            iload 3 /* numValues */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
            iload 4 /* i */
            saload
            iadd
            istore 3 /* numValues */
        13: .line 161
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            bipush 16
            if_icmplt 12
        end local 4 // int i
        15: .line 164
            aload 0 /* this */
            iload 3 /* numValues */
            newarray 9
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
        16: .line 165
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        17: goto 20
        18: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
            iload 4 /* i */
            aload 2 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 2 /* buffer */
            dup
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufPtr:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufPtr:I
            baload
            sipush 255
            iand
            i2s
            sastore
        19: .line 165
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 4 /* i */
            iload 3 /* numValues */
            if_icmplt 18
        end local 4 // int i
        21: .line 168
            return
        end local 3 // int numValues
        end local 2 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
            0   22     2     buffer  Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;
            5    9     3          i  I
           10   22     3  numValues  I
           11   15     4          i  I
           17   21     4          i  I
    MethodParameters:
        Name  Flags
      this$0  final
      buffer  

  void <init>(com.sun.imageio.plugins.jpeg.DHTMarkerSegment, javax.imageio.plugins.jpeg.JPEGHuffmanTable, boolean, int);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;ZI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
        start local 2 // javax.imageio.plugins.jpeg.JPEGHuffmanTable table
        start local 3 // boolean isDC
        start local 4 // int id
         0: .line 170
            aload 0 /* this */
            aload 1
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.this$0:Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 150
            aload 0 /* this */
            bipush 16
            newarray 9
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
         2: .line 171
            aload 0 /* this */
            iload 3 /* isDC */
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable com.sun.imageio.plugins.jpeg.DHTMarkerSegment javax.imageio.plugins.jpeg.JPEGHuffmanTable int int
      StackMap stack: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
         3: iconst_1
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable com.sun.imageio.plugins.jpeg.DHTMarkerSegment javax.imageio.plugins.jpeg.JPEGHuffmanTable int int
      StackMap stack: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable int
         4: putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableClass:I
         5: .line 172
            aload 0 /* this */
            iload 4 /* id */
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableID:I
         6: .line 173
            aload 0 /* this */
            aload 2 /* table */
            invokevirtual javax.imageio.plugins.jpeg.JPEGHuffmanTable.getLengths:()[S
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
         7: .line 174
            aload 0 /* this */
            aload 2 /* table */
            invokevirtual javax.imageio.plugins.jpeg.JPEGHuffmanTable.getValues:()[S
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
         8: .line 175
            return
        end local 4 // int id
        end local 3 // boolean isDC
        end local 2 // javax.imageio.plugins.jpeg.JPEGHuffmanTable table
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
            0    9     2  table  Ljavax/imageio/plugins/jpeg/JPEGHuffmanTable;
            0    9     3   isDC  Z
            0    9     4     id  I
    MethodParameters:
        Name  Flags
      this$0  final
      table   
      isDC    
      id      

  void <init>(com.sun.imageio.plugins.jpeg.DHTMarkerSegment, Node);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment;LNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable 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$Htable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
        Name  Flags
      this$0  final
      node    

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
         0: .line 209
            aconst_null
            astore 1 /* newGuy */
        start local 1 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable newGuy
         1: .line 211
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
            astore 1 /* newGuy */
         2: .line 212
            goto 4
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
            ifnull 6
         5: .line 214
            aload 1 /* newGuy */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
            invokevirtual short[].clone:()Ljava/lang/Object;
            checkcast short[]
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
            ifnull 8
         7: .line 217
            aload 1 /* newGuy */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
            invokevirtual short[].clone:()Ljava/lang/Object;
            checkcast short[]
            putfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
         8: .line 219
      StackMap locals:
      StackMap stack:
            aload 1 /* newGuy */
            areturn
        end local 1 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable newGuy
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
            1    9     1  newGuy  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException

  javax.imageio.metadata.IIOMetadataNode getNativeNode();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadataNode;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
         0: .line 223
            new javax.imageio.metadata.IIOMetadataNode
            dup
            ldc "dhtable"
            invokespecial javax.imageio.metadata.IIOMetadataNode.<init>:(Ljava/lang/String;)V
            astore 1 /* node */
        start local 1 // javax.imageio.metadata.IIOMetadataNode node
         1: .line 224
            aload 1 /* node */
            ldc "class"
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableClass:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual javax.imageio.metadata.IIOMetadataNode.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 225
            aload 1 /* node */
            ldc "htableId"
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableID:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual javax.imageio.metadata.IIOMetadataNode.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 227
            aload 1 /* node */
            new javax.imageio.plugins.jpeg.JPEGHuffmanTable
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
            invokespecial javax.imageio.plugins.jpeg.JPEGHuffmanTable.<init>:([S[S)V
            invokevirtual javax.imageio.metadata.IIOMetadataNode.setUserObject:(Ljava/lang/Object;)V
         4: .line 229
            aload 1 /* node */
            areturn
        end local 1 // javax.imageio.metadata.IIOMetadataNode node
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
            1    5     1  node  Ljavax/imageio/metadata/IIOMetadataNode;

  void print();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
         0: .line 234
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Huffman Table"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 235
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "table class: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 236
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableClass:I
            ifne 3
            ldc "DC"
            goto 4
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
      StackMap stack: java.io.PrintStream java.lang.StringBuilder
         3: ldc "AC"
      StackMap locals: com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable
      StackMap stack: java.io.PrintStream java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 235
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 237
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "table id: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.tableID: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;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         7: .line 239
            new javax.imageio.plugins.jpeg.JPEGHuffmanTable
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.numCodes:[S
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable.values:[S
            invokespecial javax.imageio.plugins.jpeg.JPEGHuffmanTable.<init>:([S[S)V
            invokevirtual javax.imageio.plugins.jpeg.JPEGHuffmanTable.toString:()Ljava/lang/String;
            pop
         8: .line 257
            return
        end local 0 // com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/imageio/plugins/jpeg/DHTMarkerSegment$Htable;
}
SourceFile: "DHTMarkerSegment.java"
NestHost: com.sun.imageio.plugins.jpeg.DHTMarkerSegment
InnerClasses:
  Htable = com.sun.imageio.plugins.jpeg.DHTMarkerSegment$Htable of com.sun.imageio.plugins.jpeg.DHTMarkerSegment