class com.sun.imageio.plugins.jpeg.SOFMarkerSegment 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.SOFMarkerSegment
  super_class: com.sun.imageio.plugins.jpeg.MarkerSegment
{
  int samplePrecision;
    descriptor: I
    flags: (0x0000) 

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

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

  com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec[] componentSpecs;
    descriptor: [Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
    flags: (0x0000) 

  void <init>(boolean, boolean, boolean, byte[], int);
    descriptor: (ZZZ[BI)V
    flags: (0x0000) 
    Code:
      stack=8, locals=9, args_size=6
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
        start local 1 // boolean wantProg
        start local 2 // boolean wantExtended
        start local 3 // boolean willSubsample
        start local 4 // byte[] componentIDs
        start local 5 // int numComponents
         0: .line 53
            aload 0 /* this */
            iload 1 /* wantProg */
            ifeq 1
            sipush 194
            goto 3
         1: .line 54
      StackMap locals:
      StackMap stack: uninitialized-this
            iload 2 /* wantExtended */
            ifeq 2
            sipush 193
            goto 3
         2: .line 55
      StackMap locals:
      StackMap stack: uninitialized-this
            sipush 192
      StackMap locals: uninitialized-this int int int byte[] int
      StackMap stack: uninitialized-this int
         3: invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(I)V
         4: .line 56
            aload 0 /* this */
            bipush 8
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplePrecision:I
         5: .line 57
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.numLines:I
         6: .line 58
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplesPerLine:I
         7: .line 59
            aload 0 /* this */
            iload 5 /* numComponents */
            anewarray com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
         8: .line 60
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: goto 19
        10: .line 61
      StackMap locals: com.sun.imageio.plugins.jpeg.SOFMarkerSegment int int int byte[] int int
      StackMap stack:
            iconst_1
            istore 7 /* factor */
        start local 7 // int factor
        11: .line 62
            iconst_0
            istore 8 /* qsel */
        start local 8 // int qsel
        12: .line 63
            iload 3 /* willSubsample */
            ifeq 17
        13: .line 64
            iconst_2
            istore 7 /* factor */
        14: .line 65
            iload 6 /* i */
            iconst_1
            if_icmpeq 15
            iload 6 /* i */
            iconst_2
            if_icmpne 17
        15: .line 66
      StackMap locals: int int
      StackMap stack:
            iconst_1
            istore 7 /* factor */
        16: .line 67
            iconst_1
            istore 8 /* qsel */
        17: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iload 6 /* i */
            new com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec
            dup
            aload 0 /* this */
            aload 4 /* componentIDs */
            iload 6 /* i */
            baload
            iload 7 /* factor */
            iload 8 /* qsel */
            invokespecial com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.<init>:(Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;BII)V
            aastore
        end local 8 // int qsel
        end local 7 // int factor
        18: .line 60
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            iload 5 /* numComponents */
            if_icmplt 10
        end local 6 // int i
        20: .line 72
            return
        end local 5 // int numComponents
        end local 4 // byte[] componentIDs
        end local 3 // boolean willSubsample
        end local 2 // boolean wantExtended
        end local 1 // boolean wantProg
        end local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
            0   21     1       wantProg  Z
            0   21     2   wantExtended  Z
            0   21     3  willSubsample  Z
            0   21     4   componentIDs  [B
            0   21     5  numComponents  I
            9   20     6              i  I
           11   18     7         factor  I
           12   18     8           qsel  I
    MethodParameters:
               Name  Flags
      wantProg       
      wantExtended   
      willSubsample  
      componentIDs   
      numComponents  

  void <init>(com.sun.imageio.plugins.jpeg.JPEGBuffer);
    descriptor: (Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
        start local 1 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
         0: .line 75
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.<init>:(Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
         1: .line 76
            aload 0 /* this */
            aload 1 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 1 /* 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
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplePrecision:I
         2: .line 77
            aload 0 /* this */
            aload 1 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 1 /* 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
            bipush 8
            ishl
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.numLines:I
         3: .line 78
            aload 0 /* this */
            dup
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.numLines:I
            aload 1 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 1 /* 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
            ior
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.numLines:I
         4: .line 79
            aload 0 /* this */
            aload 1 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 1 /* 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
            bipush 8
            ishl
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplesPerLine:I
         5: .line 80
            aload 0 /* this */
            dup
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplesPerLine:I
            aload 1 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 1 /* 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
            ior
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplesPerLine:I
         6: .line 81
            aload 1 /* buffer */
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.buf:[B
            aload 1 /* 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
            istore 2 /* numComponents */
        start local 2 // int numComponents
         7: .line 82
            aload 0 /* this */
            iload 2 /* numComponents */
            anewarray com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
         8: .line 83
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 12
        10: .line 84
      StackMap locals: com.sun.imageio.plugins.jpeg.SOFMarkerSegment com.sun.imageio.plugins.jpeg.JPEGBuffer int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iload 3 /* i */
            new com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec
            dup
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.<init>:(Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;)V
            aastore
        11: .line 83
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            iload 2 /* numComponents */
            if_icmplt 10
        end local 3 // int i
        13: .line 86
            aload 1 /* buffer */
            dup
            getfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufAvail:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.length:I
            isub
            putfield com.sun.imageio.plugins.jpeg.JPEGBuffer.bufAvail:I
        14: .line 87
            return
        end local 2 // int numComponents
        end local 1 // com.sun.imageio.plugins.jpeg.JPEGBuffer buffer
        end local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
            0   15     1         buffer  Lcom/sun/imageio/plugins/jpeg/JPEGBuffer;
            7   15     2  numComponents  I
            9   13     3              i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  void <init>(Node);
    descriptor: (LNode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
         0: .line 35
            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\tThe method appendChild(Node) from the type IIOMetadataNode refers to the missing type Node\n\tNode cannot be resolved to a type\n\tNamedNodeMap cannot be resolved to a type\n\tNodeList 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.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
    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=3, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
         0: .line 99
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.jpeg.MarkerSegment.clone:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.SOFMarkerSegment
            astore 1 /* newGuy */
        start local 1 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment newGuy
         1: .line 100
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            ifnull 10
         2: .line 101
            aload 1 /* newGuy */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            invokevirtual com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec[].clone:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec[]
            putfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
         3: .line 102
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 103
      StackMap locals: com.sun.imageio.plugins.jpeg.SOFMarkerSegment int
      StackMap stack:
            aload 1 /* newGuy */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iload 2 /* i */
         6: .line 104
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iload 2 /* i */
            aaload
            invokevirtual com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.clone:()Ljava/lang/Object;
            checkcast com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec
         7: .line 103
            aastore
         8: .line 102
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            arraylength
            if_icmplt 5
        end local 2 // int i
        10: .line 107
      StackMap locals:
      StackMap stack:
            aload 1 /* newGuy */
            areturn
        end local 1 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment newGuy
        end local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
            1   11     1  newGuy  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
            4   10     2       i  I

  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.SOFMarkerSegment this
         0: .line 122
            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.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;

  void updateFromNativeNode(Node, boolean);
    descriptor: (LNode;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNode cannot be resolved to a type\n\tNamedNodeMap cannot be resolved to a type\n\tNodeList 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.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
    Exceptions:
      throws javax.imageio.metadata.IIOInvalidTreeException
    MethodParameters:
             Name  Flags
      node         
      fromScratch  

  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.SOFMarkerSegment this
        start local 1 // javax.imageio.stream.ImageOutputStream ios
         0: .line 159
            return
        end local 1 // javax.imageio.stream.ImageOutputStream ios
        end local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
            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=2, locals=2, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
         0: .line 162
            aload 0 /* this */
            ldc "SOF"
            invokevirtual com.sun.imageio.plugins.jpeg.SOFMarkerSegment.printTag:(Ljava/lang/String;)V
         1: .line 163
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Sample precision: "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 164
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplePrecision:I
            invokevirtual java.io.PrintStream.println:(I)V
         3: .line 165
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Number of lines: "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 166
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.numLines:I
            invokevirtual java.io.PrintStream.println:(I)V
         5: .line 167
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Samples per line: "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 168
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.samplesPerLine:I
            invokevirtual java.io.PrintStream.println:(I)V
         7: .line 169
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Number of components: "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         8: .line 170
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            arraylength
            invokevirtual java.io.PrintStream.println:(I)V
         9: .line 171
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        10: goto 13
        11: .line 172
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iload 1 /* i */
            aaload
            invokevirtual com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.print:()V
        12: .line 171
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            arraylength
            if_icmplt 11
        end local 1 // int i
        14: .line 174
            return
        end local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
           10   14     1     i  I

  int getIDencodedCSType();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
         0: .line 177
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 178
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iload 1 /* i */
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 65
            if_icmpge 4
         3: .line 179
            iconst_0
            ireturn
         4: .line 177
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            arraylength
            if_icmplt 2
        end local 1 // int i
         6: .line 182
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            arraylength
            tableswitch { // 3 - 4
                    3: 7
                    4: 15
              default: 25
          }
         7: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 82
            if_icmpne 11
         8: .line 185
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 71
            if_icmpne 11
         9: .line 186
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 66
            if_icmpne 11
        10: .line 187
            iconst_2
            ireturn
        11: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 89
            if_icmpne 25
        12: .line 190
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 67
            if_icmpne 25
        13: .line 191
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 99
            if_icmpne 25
        14: .line 192
            iconst_5
            ireturn
        15: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 82
            if_icmpne 20
        16: .line 197
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 71
            if_icmpne 20
        17: .line 198
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 66
            if_icmpne 20
        18: .line 199
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 65
            if_icmpne 20
        19: .line 200
            bipush 6
            ireturn
        20: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 89
            if_icmpne 25
        21: .line 203
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 67
            if_icmpne 25
        22: .line 204
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 99
            if_icmpne 25
        23: .line 205
            aload 0 /* this */
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment.componentSpecs:[Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
            iconst_0
            aaload
            getfield com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.componentId:I
            bipush 65
            if_icmpne 25
        24: .line 206
            bipush 10
            ireturn
        25: .line 210
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
            1    6     1     i  I

  com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec getComponentSpec(byte, int, int);
    descriptor: (BII)Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment$ComponentSpec;
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
        start local 1 // byte id
        start local 2 // int factor
        start local 3 // int qSelector
         0: .line 214
            new com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec
            dup
            aload 0 /* this */
            iload 1 /* id */
            iload 2 /* factor */
            iload 3 /* qSelector */
            invokespecial com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec.<init>:(Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;BII)V
            areturn
        end local 3 // int qSelector
        end local 2 // int factor
        end local 1 // byte id
        end local 0 // com.sun.imageio.plugins.jpeg.SOFMarkerSegment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/imageio/plugins/jpeg/SOFMarkerSegment;
            0    1     1         id  B
            0    1     2     factor  I
            0    1     3  qSelector  I
    MethodParameters:
           Name  Flags
      id         
      factor     
      qSelector  
}
SourceFile: "SOFMarkerSegment.java"
NestMembers:
  com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec
InnerClasses:
  ComponentSpec = com.sun.imageio.plugins.jpeg.SOFMarkerSegment$ComponentSpec of com.sun.imageio.plugins.jpeg.SOFMarkerSegment