class com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder
  super_class: java.lang.Object
{
  private final int initCodeSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int clearCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int eofCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int codeSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int codeMask;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int tableIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int oldCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int blockLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int blockPos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] block;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int inData;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int inBits;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] prefix;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private byte[] suffix;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private byte[] initial;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int[] length;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private byte[] string;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  final com.sun.javafx.iio.gif.GIFImageLoader2 this$0;
    descriptor: Lcom/sun/javafx/iio/gif/GIFImageLoader2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.javafx.iio.gif.GIFImageLoader2);
    descriptor: (Lcom/sun/javafx/iio/gif/GIFImageLoader2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 353
            aload 0 /* this */
            aload 1
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.this$0:Lcom/sun/javafx/iio/gif/GIFImageLoader2;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 342
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockLength:I
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockPos:I
         2: .line 343
            aload 0 /* this */
            sipush 255
            newarray 8
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.block:[B
         3: .line 344
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inData:I
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inBits:I
         4: .line 347
            aload 0 /* this */
            sipush 4096
            newarray 10
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.prefix:[I
         5: .line 348
            aload 0 /* this */
            sipush 4096
            newarray 8
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.suffix:[B
         6: .line 349
            aload 0 /* this */
            sipush 4096
            newarray 8
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initial:[B
         7: .line 350
            aload 0 /* this */
            sipush 4096
            newarray 10
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.length:[I
         8: .line 351
            aload 0 /* this */
            sipush 4096
            newarray 8
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.string:[B
         9: .line 354
            aload 0 /* this */
            aload 1
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2.readByte:()I
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initCodeSize:I
        10: .line 355
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initCodeSize:I
            ishl
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.clearCode:I
        11: .line 356
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.clearCode:I
            iconst_1
            iadd
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.eofCode:I
        12: .line 357
            aload 0 /* this */
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initTable:()V
        13: .line 358
            return
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      this$0  final

  public final int readString();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 362
            aload 0 /* this */
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.getCode:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 363
            iload 1 /* code */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.eofCode:I
            if_icmpne 3
         2: .line 364
            iconst_m1
            ireturn
         3: .line 365
      StackMap locals: int
      StackMap stack:
            iload 1 /* code */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.clearCode:I
            if_icmpne 8
         4: .line 366
            aload 0 /* this */
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initTable:()V
         5: .line 367
            aload 0 /* this */
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.getCode:()I
            istore 1 /* code */
         6: .line 368
            iload 1 /* code */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.eofCode:I
            if_icmpne 24
         7: .line 369
            iconst_m1
            ireturn
         8: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.tableIndex:I
            istore 3 /* ti */
        start local 3 // int ti
         9: .line 374
            iload 1 /* code */
            iload 3 /* ti */
            if_icmpge 12
        10: .line 375
            iload 1 /* code */
            istore 2 /* newSuffixIndex */
        start local 2 // int newSuffixIndex
        11: .line 376
            goto 15
        end local 2 // int newSuffixIndex
        12: .line 377
      StackMap locals: com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder int top int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.oldCode:I
            istore 2 /* newSuffixIndex */
        start local 2 // int newSuffixIndex
        13: .line 378
            iload 1 /* code */
            iload 3 /* ti */
            if_icmpeq 15
        14: .line 379
            new java.io.IOException
            dup
            ldc "Bad GIF LZW: Out-of-sequence code!"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 383
      StackMap locals: com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.oldCode:I
            istore 4 /* oc */
        start local 4 // int oc
        16: .line 385
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.prefix:[I
            iload 3 /* ti */
            iload 4 /* oc */
            iastore
        17: .line 386
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.suffix:[B
            iload 3 /* ti */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initial:[B
            iload 2 /* newSuffixIndex */
            baload
            bastore
        18: .line 387
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initial:[B
            iload 3 /* ti */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initial:[B
            iload 4 /* oc */
            baload
            bastore
        19: .line 388
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.length:[I
            iload 3 /* ti */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.length:[I
            iload 4 /* oc */
            iaload
            iconst_1
            iadd
            iastore
        20: .line 390
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.tableIndex:I
            iconst_1
            iadd
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.tableIndex:I
        21: .line 391
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.tableIndex:I
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
            ishl
            if_icmpne 24
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.tableIndex:I
            sipush 4096
            if_icmpge 24
        22: .line 392
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
            iconst_1
            iadd
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
        23: .line 393
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
            ishl
            iconst_1
            isub
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeMask:I
        end local 4 // int oc
        end local 3 // int ti
        end local 2 // int newSuffixIndex
        24: .line 397
      StackMap locals:
      StackMap stack:
            iload 1 /* code */
            istore 2 /* c */
        start local 2 // int c
        25: .line 398
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.length:[I
            iload 2 /* c */
            iaload
            istore 3 /* len */
        start local 3 // int len
        26: .line 399
            iload 3 /* len */
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
        27: goto 31
        28: .line 400
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.string:[B
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.suffix:[B
            iload 2 /* c */
            baload
            bastore
        29: .line 401
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.prefix:[I
            iload 2 /* c */
            iaload
            istore 2 /* c */
        30: .line 399
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
        31: iload 4 /* i */
            ifge 28
        end local 4 // int i
        32: .line 404
            aload 0 /* this */
            iload 1 /* code */
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.oldCode:I
        33: .line 405
            iload 3 /* len */
            ireturn
        end local 3 // int len
        end local 2 // int c
        end local 1 // int code
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   34     0            this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;
            1   34     1            code  I
           11   12     2  newSuffixIndex  I
           13   24     2  newSuffixIndex  I
            9   24     3              ti  I
           16   24     4              oc  I
           25   34     2               c  I
           26   34     3             len  I
           27   32     4               i  I
    Exceptions:
      throws java.io.IOException

  public final byte[] getString();
    descriptor: ()[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 409
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.string:[B
            areturn
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;

  public final void waitForTerminator();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 413
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.this$0:Lcom/sun/javafx/iio/gif/GIFImageLoader2;
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2.consumeAnExtension:()V
         1: .line 414
            return
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;
    Exceptions:
      throws java.io.IOException

  private void initTable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 418
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initCodeSize:I
            ishl
            istore 1 /* numEntries */
        start local 1 // int numEntries
         1: .line 419
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 8
         3: .line 420
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.prefix:[I
            iload 2 /* i */
            iconst_m1
            iastore
         4: .line 421
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.suffix:[B
            iload 2 /* i */
            iload 2 /* i */
            i2b
            bastore
         5: .line 422
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initial:[B
            iload 2 /* i */
            iload 2 /* i */
            i2b
            bastore
         6: .line 423
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.length:[I
            iload 2 /* i */
            iconst_1
            iastore
         7: .line 419
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 1 /* numEntries */
            if_icmplt 3
        end local 2 // int i
         9: .line 428
            iload 1 /* numEntries */
            istore 2 /* i */
        start local 2 // int i
        10: goto 14
        11: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.prefix:[I
            iload 2 /* i */
            iconst_m1
            iastore
        12: .line 430
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.length:[I
            iload 2 /* i */
            iconst_1
            iastore
        13: .line 428
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            sipush 4096
            if_icmplt 11
        end local 2 // int i
        15: .line 433
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.initCodeSize:I
            iconst_1
            iadd
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
        16: .line 434
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
            ishl
            iconst_1
            isub
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeMask:I
        17: .line 435
            aload 0 /* this */
            iload 1 /* numEntries */
            iconst_2
            iadd
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.tableIndex:I
        18: .line 436
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.oldCode:I
        19: .line 437
            return
        end local 1 // int numEntries
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;
            1   20     1  numEntries  I
            2    9     2           i  I
           10   15     2           i  I

  private int getCode();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 441
            goto 3
         1: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inData:I
            aload 0 /* this */
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.nextByte:()I
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inBits:I
            ishl
            ior
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inData:I
         2: .line 443
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inBits:I
            bipush 8
            iadd
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inBits:I
         3: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inBits:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
            if_icmplt 1
         4: .line 445
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inData:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeMask:I
            iand
            istore 1 /* code */
        start local 1 // int code
         5: .line 446
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inBits:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
            isub
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inBits:I
         6: .line 447
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inData:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.codeSize:I
            iushr
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.inData:I
         7: .line 448
            iload 1 /* code */
            ireturn
        end local 1 // int code
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;
            5    8     1  code  I
    Exceptions:
      throws java.io.IOException

  private int nextByte();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 453
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockPos:I
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockLength:I
            if_icmpne 2
         1: .line 454
            aload 0 /* this */
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.readData:()V
         2: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.block:[B
            aload 0 /* this */
            dup
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockPos:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockPos:I
            baload
            sipush 255
            iand
            ireturn
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;
    Exceptions:
      throws java.io.IOException

  private void readData();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
         0: .line 461
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockPos:I
         1: .line 462
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.this$0:Lcom/sun/javafx/iio/gif/GIFImageLoader2;
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2.readByte:()I
            putfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockLength:I
         2: .line 463
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockLength:I
            ifle 5
         3: .line 464
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.this$0:Lcom/sun/javafx/iio/gif/GIFImageLoader2;
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.block:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder.blockLength:I
            invokevirtual com.sun.javafx.iio.gif.GIFImageLoader2.readBytes:([BII)[B
            pop
         4: .line 465
            goto 6
         5: .line 466
      StackMap locals:
      StackMap stack:
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         6: .line 468
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/javafx/iio/gif/GIFImageLoader2$LZWDecoder;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "GIFImageLoader2.java"
NestHost: com.sun.javafx.iio.gif.GIFImageLoader2
InnerClasses:
  LZWDecoder = com.sun.javafx.iio.gif.GIFImageLoader2$LZWDecoder of com.sun.javafx.iio.gif.GIFImageLoader2