public class com.sun.imageio.plugins.bmp.BMPImageReader extends javax.imageio.ImageReader implements com.sun.imageio.plugins.bmp.BMPConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.bmp.BMPImageReader
  super_class: javax.imageio.ImageReader
{
  private static final int VERSION_2_1_BIT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  private long bitmapFileSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long bitmapOffset;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long compression;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long imageSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private boolean isBottomUp;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  private java.awt.image.SampleModel sampleModel;
    descriptor: Ljava/awt/image/SampleModel;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.image.SampleModel originalSampleModel;
    descriptor: Ljava/awt/image/SampleModel;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.image.ColorModel colorModel;
    descriptor: Ljava/awt/image/ColorModel;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.image.ColorModel originalColorModel;
    descriptor: Ljava/awt/image/ColorModel;
    flags: (0x0002) ACC_PRIVATE

  private javax.imageio.stream.ImageInputStream iis;
    descriptor: Ljavax/imageio/stream/ImageInputStream;
    flags: (0x0002) ACC_PRIVATE

  private boolean gotHeader;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.awt.Rectangle destinationRegion;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Rectangle sourceRegion;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.imageio.plugins.bmp.BMPMetadata metadata;
    descriptor: Lcom/sun/imageio/plugins/bmp/BMPMetadata;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.image.BufferedImage bi;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0002) ACC_PRIVATE

  private boolean noTransform;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean seleBand;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  private static java.lang.Boolean isLinkedProfileDisabled;
    descriptor: Ljava/lang/Boolean;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.Boolean isWindowsPlatform;
    descriptor: Ljava/lang/Boolean;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1757
            aconst_null
            putstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
         1: .line 1771
            aconst_null
            putstatic com.sun.imageio.plugins.bmp.BMPImageReader.isWindowsPlatform:Ljava/lang/Boolean;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javax.imageio.spi.ImageReaderSpi);
    descriptor: (Ljavax/imageio/spi/ImageReaderSpi;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // javax.imageio.spi.ImageReaderSpi originator
         0: .line 165
            aload 0 /* this */
            aload 1 /* originator */
            invokespecial javax.imageio.ImageReader.<init>:(Ljavax/imageio/spi/ImageReaderSpi;)V
         1: .line 124
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
         2: .line 127
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
         3: .line 150
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
         4: .line 153
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
         5: .line 166
            return
        end local 1 // javax.imageio.spi.ImageReaderSpi originator
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    6     1  originator  Ljavax/imageio/spi/ImageReaderSpi;
    MethodParameters:
            Name  Flags
      originator  

  public void setInput(java.lang.Object, boolean, boolean);
    descriptor: (Ljava/lang/Object;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // java.lang.Object input
        start local 2 // boolean seekForwardOnly
        start local 3 // boolean ignoreMetadata
         0: .line 172
            aload 0 /* this */
            aload 1 /* input */
            iload 2 /* seekForwardOnly */
            iload 3 /* ignoreMetadata */
            invokespecial javax.imageio.ImageReader.setInput:(Ljava/lang/Object;ZZ)V
         1: .line 173
            aload 0 /* this */
            aload 1 /* input */
            checkcast javax.imageio.stream.ImageInputStream
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
         2: .line 174
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnull 4
         3: .line 175
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            invokeinterface javax.imageio.stream.ImageInputStream.setByteOrder:(Ljava/nio/ByteOrder;)V
         4: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.resetHeaderInfo:()V
         5: .line 177
            return
        end local 3 // boolean ignoreMetadata
        end local 2 // boolean seekForwardOnly
        end local 1 // java.lang.Object input
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    6     1            input  Ljava/lang/Object;
            0    6     2  seekForwardOnly  Z
            0    6     3   ignoreMetadata  Z
    MethodParameters:
                 Name  Flags
      input            
      seekForwardOnly  
      ignoreMetadata   

  public int getNumImages(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // boolean allowSearch
         0: .line 181
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 182
            new java.lang.IllegalStateException
            dup
            ldc "GetNumImages0"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seekForwardOnly:Z
            ifeq 4
            iload 1 /* allowSearch */
            ifeq 4
         3: .line 185
            new java.lang.IllegalStateException
            dup
            ldc "GetNumImages1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 187
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // boolean allowSearch
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    5     1  allowSearch  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      allowSearch  

  public int getWidth(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 191
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 192
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 193
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            ireturn
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    3     1  imageIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  

  public int getHeight(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 197
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 198
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 199
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            ireturn
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    3     1  imageIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  

  private void checkIndex(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 203
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 204
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "BMPImageReader0"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    3     1  imageIndex  I
    MethodParameters:
            Name  Flags
      imageIndex  

  public void readHeader();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=33, args_size=1
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
         0: .line 209
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
            ifeq 2
         1: .line 210
            return
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 4
         3: .line 213
            new java.lang.IllegalStateException
            dup
            ldc "Input source not set!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 215
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* profileData */
        start local 1 // int profileData
         5: iconst_0
            istore 2 /* profileSize */
        start local 2 // int profileSize
         6: .line 217
            aload 0 /* this */
            new com.sun.imageio.plugins.bmp.BMPMetadata
            dup
            invokespecial com.sun.imageio.plugins.bmp.BMPMetadata.<init>:()V
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
         7: .line 218
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.mark:()V
         8: .line 221
            iconst_2
            newarray 8
            astore 3 /* marker */
        start local 3 // byte[] marker
         9: .line 222
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 3 /* marker */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([B)I
            pop
        10: .line 223
            aload 3 /* marker */
            iconst_0
            baload
            bipush 66
            if_icmpne 11
            aload 3 /* marker */
            iconst_1
            baload
            bipush 77
            if_icmpeq 12
        11: .line 224
      StackMap locals: int int byte[]
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapFileSize:J
        13: .line 229
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iconst_4
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        14: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
        15: .line 236
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            lstore 4 /* size */
        start local 4 // long size
        16: .line 238
            lload 4 /* size */
            ldc 12
            lcmp
            ifne 20
        17: .line 239
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readShort:()S
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
        18: .line 240
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readShort:()S
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
        19: .line 241
            goto 22
        20: .line 242
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
        21: .line 243
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
        22: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.width:I
        23: .line 247
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.height:I
        24: .line 249
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            pop
        25: .line 250
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
        26: .line 253
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            i2s
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bitsPerPixel:S
        27: .line 257
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
        28: .line 259
            lload 4 /* size */
            ldc 12
            lcmp
            ifne 48
        29: .line 261
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ldc "BMP v. 2.x"
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bmpVersion:Ljava/lang/String;
        30: .line 264
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 33
        31: .line 265
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        32: .line 266
            goto 41
      StackMap locals:
      StackMap stack:
        33: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpne 36
        34: .line 267
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        35: .line 268
            goto 41
      StackMap locals:
      StackMap stack:
        36: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 39
        37: .line 269
            aload 0 /* this */
            iconst_2
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        38: .line 270
            goto 41
      StackMap locals:
      StackMap stack:
        39: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 24
            if_icmpne 41
        40: .line 271
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        41: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
            ldc 14
            lsub
            lload 4 /* size */
            lsub
            ldc 3
            ldiv
            l2i
            istore 6 /* numberOfEntries */
        start local 6 // int numberOfEntries
        42: .line 276
            iload 6 /* numberOfEntries */
            iconst_3
            imul
            istore 7 /* sizeOfPalette */
        start local 7 // int sizeOfPalette
        43: .line 277
            aload 0 /* this */
            iload 7 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
        44: .line 278
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iconst_0
            iload 7 /* sizeOfPalette */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        45: .line 279
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.palette:[B
        46: .line 280
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 6 /* numberOfEntries */
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.paletteSize:I
        end local 7 // int sizeOfPalette
        end local 6 // int numberOfEntries
        47: .line 281
            goto 209
        48: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
        49: .line 283
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
        50: .line 284
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            i2l
            lstore 6 /* xPelsPerMeter */
        start local 6 // long xPelsPerMeter
        51: .line 285
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            i2l
            lstore 8 /* yPelsPerMeter */
        start local 8 // long yPelsPerMeter
        52: .line 286
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            lstore 10 /* colorsUsed */
        start local 10 // long colorsUsed
        53: .line 287
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            lstore 12 /* colorsImportant */
        start local 12 // long colorsImportant
        54: .line 289
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.compression:I
        55: .line 290
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 6 /* xPelsPerMeter */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.xPixelsPerMeter:I
        56: .line 291
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 8 /* yPelsPerMeter */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.yPixelsPerMeter:I
        57: .line 292
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 10 /* colorsUsed */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.colorsUsed:I
        58: .line 293
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 12 /* colorsImportant */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.colorsImportant:I
        59: .line 295
            lload 4 /* size */
            ldc 40
            lcmp
            ifne 123
        60: .line 297
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 5
                    0: 64
                    1: 64
                    2: 64
                    3: 101
                    4: 61
                    5: 61
              default: 120
          }
        61: .line 301
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long long long long long
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ldc "BMP v. 3.x"
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bmpVersion:Ljava/lang/String;
        62: .line 302
            aload 0 /* this */
            bipush 16
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        63: .line 303
            goto 209
        64: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
            ldc 14
            lsub
            lload 4 /* size */
            lsub
            ldc 4
            ldiv
            l2i
            istore 14 /* numberOfEntries */
        start local 14 // int numberOfEntries
        65: .line 311
            iload 14 /* numberOfEntries */
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
        66: .line 312
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
        67: .line 313
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iconst_0
            iload 15 /* sizeOfPalette */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        68: .line 315
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.palette:[B
        69: .line 316
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 14 /* numberOfEntries */
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.paletteSize:I
        70: .line 318
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 73
        71: .line 319
            aload 0 /* this */
            iconst_4
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        72: .line 320
            goto 99
      StackMap locals: int int
      StackMap stack:
        73: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpne 76
        74: .line 321
            aload 0 /* this */
            iconst_5
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        75: .line 322
            goto 99
      StackMap locals:
      StackMap stack:
        76: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 79
        77: .line 323
            aload 0 /* this */
            bipush 6
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        78: .line 324
            goto 99
      StackMap locals:
      StackMap stack:
        79: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 24
            if_icmpne 82
        80: .line 325
            aload 0 /* this */
            bipush 7
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        81: .line 326
            goto 99
      StackMap locals:
      StackMap stack:
        82: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 91
        83: .line 327
            aload 0 /* this */
            bipush 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        84: .line 329
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
        85: .line 330
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
        86: .line 331
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
        87: .line 332
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.redMask:I
        88: .line 333
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenMask:I
        89: .line 334
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueMask:I
        90: .line 335
            goto 99
      StackMap locals:
      StackMap stack:
        91: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 99
        92: .line 336
            aload 0 /* this */
            bipush 9
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        93: .line 337
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
        94: .line 338
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
        95: .line 339
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
        96: .line 340
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.redMask:I
        97: .line 341
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenMask:I
        98: .line 342
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueMask:I
        99: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ldc "BMP v. 3.x"
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bmpVersion:Ljava/lang/String;
       100: .line 346
            goto 209
        end local 15 // int sizeOfPalette
        end local 14 // int numberOfEntries
       101: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 104
       102: .line 351
            aload 0 /* this */
            bipush 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       103: .line 352
            goto 106
      StackMap locals:
      StackMap stack:
       104: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 106
       105: .line 353
            aload 0 /* this */
            bipush 9
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       106: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       107: .line 358
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       108: .line 359
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       109: .line 360
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.redMask:I
       110: .line 361
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenMask:I
       111: .line 362
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueMask:I
       112: .line 364
            lload 10 /* colorsUsed */
            lconst_0
            lcmp
            ifeq 118
       113: .line 366
            lload 10 /* colorsUsed */
            l2i
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
       114: .line 367
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       115: .line 368
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iconst_0
            iload 15 /* sizeOfPalette */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
       116: .line 370
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.palette:[B
       117: .line 371
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 10 /* colorsUsed */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.paletteSize:I
        end local 15 // int sizeOfPalette
       118: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ldc "BMP v. 3.x NT"
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bmpVersion:Ljava/lang/String;
       119: .line 375
            goto 209
       120: .line 378
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "BMPImageReader2"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       121: .line 377
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       122: .line 380
      StackMap locals:
      StackMap stack:
            goto 209
      StackMap locals:
      StackMap stack:
       123: lload 4 /* size */
            ldc 108
            lcmp
            ifeq 124
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 207
       124: .line 382
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            ldc 108
            lcmp
            ifne 126
       125: .line 383
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ldc "BMP v. 4.x"
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bmpVersion:Ljava/lang/String;
            goto 128
       126: .line 384
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 128
       127: .line 385
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ldc "BMP v. 5.x"
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bmpVersion:Ljava/lang/String;
       128: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       129: .line 389
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       130: .line 390
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       131: .line 392
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.alphaMask:I
       132: .line 393
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            lstore 14 /* csType */
        start local 14 // long csType
       133: .line 394
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 16 /* redX */
        start local 16 // int redX
       134: .line 395
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 17 /* redY */
        start local 17 // int redY
       135: .line 396
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 18 /* redZ */
        start local 18 // int redZ
       136: .line 397
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 19 /* greenX */
        start local 19 // int greenX
       137: .line 398
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 20 /* greenY */
        start local 20 // int greenY
       138: .line 399
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 21 /* greenZ */
        start local 21 // int greenZ
       139: .line 400
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 22 /* blueX */
        start local 22 // int blueX
       140: .line 401
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 23 /* blueY */
        start local 23 // int blueY
       141: .line 402
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 24 /* blueZ */
        start local 24 // int blueZ
       142: .line 403
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            lstore 25 /* gammaRed */
        start local 25 // long gammaRed
       143: .line 404
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            lstore 27 /* gammaGreen */
        start local 27 // long gammaGreen
       144: .line 405
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedInt:()J
            lstore 29 /* gammaBlue */
        start local 29 // long gammaBlue
       145: .line 407
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 150
       146: .line 408
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.intent:I
       147: .line 409
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 1 /* profileData */
       148: .line 410
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 2 /* profileSize */
       149: .line 411
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iconst_4
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
       150: .line 414
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long long long long long long int int int int int int int int int long long long
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 14 /* csType */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.colorSpace:I
       151: .line 416
            lload 14 /* csType */
            lconst_0
            lcmp
            ifne 164
       152: .line 418
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 16 /* redX */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.redX:D
       153: .line 419
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 17 /* redY */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.redY:D
       154: .line 420
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 18 /* redZ */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.redZ:D
       155: .line 421
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 19 /* greenX */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenX:D
       156: .line 422
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 20 /* greenY */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenY:D
       157: .line 423
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 21 /* greenZ */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenZ:D
       158: .line 424
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 22 /* blueX */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueX:D
       159: .line 425
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 23 /* blueY */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueY:D
       160: .line 426
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 24 /* blueZ */
            i2d
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueZ:D
       161: .line 427
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 25 /* gammaRed */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.gammaRed:I
       162: .line 428
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 27 /* gammaGreen */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.gammaGreen:I
       163: .line 429
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            lload 29 /* gammaBlue */
            l2i
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.gammaBlue:I
       164: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
            ldc 14
            lsub
            lload 4 /* size */
            lsub
            ldc 4
            ldiv
            l2i
            istore 31 /* numberOfEntries */
        start local 31 // int numberOfEntries
       165: .line 434
            iload 31 /* numberOfEntries */
            iconst_4
            imul
            istore 32 /* sizeOfPalette */
        start local 32 // int sizeOfPalette
       166: .line 435
            aload 0 /* this */
            iload 32 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       167: .line 436
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iconst_0
            iload 32 /* sizeOfPalette */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
       168: .line 437
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.palette:[B
       169: .line 438
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            iload 31 /* numberOfEntries */
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.paletteSize:I
       170: .line 440
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 4 - 5
                    4: 171
                    5: 171
              default: 177
          }
       171: .line 443
      StackMap locals: int int
      StackMap stack:
            lload 4 /* size */
            ldc 108
            lcmp
            ifne 174
       172: .line 444
            aload 0 /* this */
            bipush 17
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       173: .line 445
            goto 209
      StackMap locals:
      StackMap stack:
       174: lload 4 /* size */
            ldc 124
            lcmp
            ifne 209
       175: .line 446
            aload 0 /* this */
            bipush 18
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       176: .line 448
            goto 209
       177: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 180
       178: .line 451
            aload 0 /* this */
            bipush 10
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       179: .line 452
            goto 202
      StackMap locals:
      StackMap stack:
       180: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpne 183
       181: .line 453
            aload 0 /* this */
            bipush 11
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       182: .line 454
            goto 202
      StackMap locals:
      StackMap stack:
       183: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 186
       184: .line 455
            aload 0 /* this */
            bipush 12
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       185: .line 456
            goto 202
      StackMap locals:
      StackMap stack:
       186: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 193
       187: .line 457
            aload 0 /* this */
            bipush 13
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       188: .line 458
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 202
       189: .line 459
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       190: .line 460
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       191: .line 461
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       192: .line 463
            goto 202
      StackMap locals:
      StackMap stack:
       193: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 24
            if_icmpne 196
       194: .line 464
            aload 0 /* this */
            bipush 14
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       195: .line 465
            goto 202
      StackMap locals:
      StackMap stack:
       196: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 202
       197: .line 466
            aload 0 /* this */
            bipush 15
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       198: .line 467
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 202
       199: .line 468
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       200: .line 469
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       201: .line 470
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       202: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.redMask:I
       203: .line 475
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenMask:I
       204: .line 476
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueMask:I
       205: .line 477
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.alphaMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.alphaMask:I
        end local 32 // int sizeOfPalette
        end local 31 // int numberOfEntries
        end local 29 // long gammaBlue
        end local 27 // long gammaGreen
        end local 25 // long gammaRed
        end local 24 // int blueZ
        end local 23 // int blueY
        end local 22 // int blueX
        end local 21 // int greenZ
        end local 20 // int greenY
        end local 19 // int greenX
        end local 18 // int redZ
        end local 17 // int redY
        end local 16 // int redX
        end local 14 // long csType
       206: .line 479
            goto 209
       207: .line 481
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long long long long long
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "BMPImageReader3"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       208: .line 480
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 12 // long colorsImportant
        end local 10 // long colorsUsed
        end local 8 // long yPelsPerMeter
        end local 6 // long xPelsPerMeter
       209: .line 485
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            ifle 212
       210: .line 487
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
       211: .line 488
            goto 214
       212: .line 490
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
       213: .line 491
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            invokestatic java.lang.Math.abs:(I)I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       214: .line 496
      StackMap locals:
      StackMap stack:
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            astore 6 /* colorSpace */
        start local 6 // java.awt.color.ColorSpace colorSpace
       215: .line 497
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            getfield com.sun.imageio.plugins.bmp.BMPMetadata.colorSpace:I
            iconst_3
            if_icmpeq 217
       216: .line 498
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            getfield com.sun.imageio.plugins.bmp.BMPMetadata.colorSpace:I
            iconst_4
            if_icmpne 234
       217: .line 500
      StackMap locals: java.awt.color.ColorSpace
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.mark:()V
       218: .line 501
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 1 /* profileData */
            i2l
            lload 4 /* size */
            lsub
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(J)J
            pop2
       219: .line 502
            iload 2 /* profileSize */
            newarray 8
            astore 7 /* profile */
        start local 7 // byte[] profile
       220: .line 503
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 7 /* profile */
            iconst_0
            iload 2 /* profileSize */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
       221: .line 504
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
       222: .line 507
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            getfield com.sun.imageio.plugins.bmp.BMPMetadata.colorSpace:I
            iconst_3
            if_icmpne 229
       223: .line 508
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileAllowed:()Z
            ifeq 229
       224: .line 509
            aload 7 /* profile */
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.isUncOrDevicePath:([B)Z
            ifne 229
       225: .line 511
            new java.lang.String
            dup
            aload 7 /* profile */
            ldc "windows-1252"
            invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
            astore 8 /* path */
        start local 8 // java.lang.String path
       226: .line 514
            new java.awt.color.ICC_ColorSpace
            dup
            aload 8 /* path */
            invokestatic java.awt.color.ICC_Profile.getInstance:(Ljava/lang/String;)Ljava/awt/color/ICC_Profile;
            invokespecial java.awt.color.ICC_ColorSpace.<init>:(Ljava/awt/color/ICC_Profile;)V
       227: .line 513
            astore 6 /* colorSpace */
        end local 8 // java.lang.String path
       228: .line 515
            goto 234
       229: .line 517
      StackMap locals: byte[]
      StackMap stack:
            new java.awt.color.ICC_ColorSpace
            dup
            aload 7 /* profile */
            invokestatic java.awt.color.ICC_Profile.getInstance:([B)Ljava/awt/color/ICC_Profile;
            invokespecial java.awt.color.ICC_ColorSpace.<init>:(Ljava/awt/color/ICC_Profile;)V
       230: .line 516
            astore 6 /* colorSpace */
       231: .line 519
            goto 234
      StackMap locals:
      StackMap stack: java.lang.Exception
       232: pop
       233: .line 520
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            astore 6 /* colorSpace */
        end local 7 // byte[] profile
       234: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            ifeq 236
       235: .line 525
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            ldc 4
            lcmp
            ifeq 236
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            ldc 5
            lcmp
            ifne 239
       236: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       237: .line 530
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       238: .line 531
            goto 356
      StackMap locals:
      StackMap stack:
       239: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpeq 240
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpeq 240
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 302
       240: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       241: .line 535
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 257
       242: .line 536
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            astore 7 /* bandOffsets */
        start local 7 // int[] bandOffsets
       243: .line 537
            iconst_0
            istore 8 /* i */
        start local 8 // int i
       244: goto 247
       245: .line 538
      StackMap locals: int[] int
      StackMap stack:
            aload 7 /* bandOffsets */
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            iconst_1
            isub
            iload 8 /* i */
            isub
            iastore
       246: .line 537
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
       247: iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            if_icmplt 245
        end local 8 // int i
       248: .line 540
            aload 0 /* this */
       249: .line 541
            new java.awt.image.PixelInterleavedSampleModel
            dup
            iconst_0
       250: .line 542
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       251: .line 543
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       252: .line 544
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
       253: .line 545
            aload 7 /* bandOffsets */
       254: .line 541
            invokespecial java.awt.image.PixelInterleavedSampleModel.<init>:(IIIII[I)V
       255: .line 540
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        end local 7 // int[] bandOffsets
       256: .line 546
            goto 263
       257: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       258: .line 549
            new java.awt.image.MultiPixelPackedSampleModel
            dup
            iconst_0
       259: .line 550
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       260: .line 551
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
       261: .line 549
            invokespecial java.awt.image.MultiPixelPackedSampleModel.<init>:(IIII)V
       262: .line 548
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       263: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            ifeq 266
       264: .line 557
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            iconst_1
            if_icmpeq 266
       265: .line 558
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            iconst_2
            if_icmpne 281
       266: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            arraylength
            iconst_3
            idiv
            i2l
            lstore 4 /* size */
       267: .line 563
            lload 4 /* size */
            ldc 256
            lcmp
            ifle 269
       268: .line 564
            ldc 256
            lstore 4 /* size */
       269: .line 568
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            l2i
            newarray 8
            astore 7 /* r */
        start local 7 // byte[] r
       270: .line 569
            lload 4 /* size */
            l2i
            newarray 8
            astore 8 /* g */
        start local 8 // byte[] g
       271: .line 570
            lload 4 /* size */
            l2i
            newarray 8
            astore 9 /* b */
        start local 9 // byte[] b
       272: .line 571
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       273: goto 279
       274: .line 572
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long java.awt.color.ColorSpace byte[] byte[] byte[] top int
      StackMap stack:
            iconst_3
            iload 11 /* i */
            imul
            istore 10 /* off */
        start local 10 // int off
       275: .line 573
            aload 9 /* b */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            baload
            bastore
       276: .line 574
            aload 8 /* g */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            iconst_1
            iadd
            baload
            bastore
       277: .line 575
            aload 7 /* r */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            iconst_2
            iadd
            baload
            bastore
       278: .line 571
            iinc 11 /* i */ 1
        end local 10 // int off
      StackMap locals:
      StackMap stack:
       279: iload 11 /* i */
            lload 4 /* size */
            l2i
            if_icmplt 274
        end local 11 // int i
       280: .line 577
            goto 295
        end local 9 // byte[] b
        end local 8 // byte[] g
        end local 7 // byte[] r
       281: .line 578
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long java.awt.color.ColorSpace
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            arraylength
            iconst_4
            idiv
            i2l
            lstore 4 /* size */
       282: .line 580
            lload 4 /* size */
            ldc 256
            lcmp
            ifle 284
       283: .line 581
            ldc 256
            lstore 4 /* size */
       284: .line 585
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            l2i
            newarray 8
            astore 7 /* r */
        start local 7 // byte[] r
       285: .line 586
            lload 4 /* size */
            l2i
            newarray 8
            astore 8 /* g */
        start local 8 // byte[] g
       286: .line 587
            lload 4 /* size */
            l2i
            newarray 8
            astore 9 /* b */
        start local 9 // byte[] b
       287: .line 588
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       288: goto 294
       289: .line 589
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long java.awt.color.ColorSpace byte[] byte[] byte[] top int
      StackMap stack:
            iconst_4
            iload 11 /* i */
            imul
            istore 10 /* off */
        start local 10 // int off
       290: .line 590
            aload 9 /* b */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            baload
            bastore
       291: .line 591
            aload 8 /* g */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            iconst_1
            iadd
            baload
            bastore
       292: .line 592
            aload 7 /* r */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            iconst_2
            iadd
            baload
            bastore
       293: .line 588
            iinc 11 /* i */ 1
        end local 10 // int off
      StackMap locals:
      StackMap stack:
       294: iload 11 /* i */
            i2l
            lload 4 /* size */
            lcmp
            iflt 289
        end local 11 // int i
       295: .line 596
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long java.awt.color.ColorSpace byte[] byte[] byte[]
      StackMap stack:
            aload 7 /* r */
            aload 8 /* g */
            aload 9 /* b */
            invokestatic com.sun.imageio.plugins.common.ImageUtil.isIndicesForGrayscale:([B[B[B)Z
            ifeq 300
       296: .line 597
            aload 0 /* this */
       297: .line 598
            aconst_null
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            invokestatic com.sun.imageio.plugins.common.ImageUtil.createColorModel:(Ljava/awt/color/ColorSpace;Ljava/awt/image/SampleModel;)Ljava/awt/image/ColorModel;
       298: .line 597
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       299: .line 598
            goto 356
       300: .line 600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.image.IndexColorModel
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            lload 4 /* size */
            l2i
            aload 7 /* r */
            aload 8 /* g */
            aload 9 /* b */
            invokespecial java.awt.image.IndexColorModel.<init>:(II[B[B[B)V
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        end local 9 // byte[] b
        end local 8 // byte[] g
        end local 7 // byte[] r
       301: .line 601
            goto 356
      StackMap locals:
      StackMap stack:
       302: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 317
       303: .line 602
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       304: .line 603
            aload 0 /* this */
       305: .line 604
            new java.awt.image.SinglePixelPackedSampleModel
            dup
            iconst_1
       306: .line 605
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       307: .line 606
            iconst_3
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            iastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            iastore
       308: .line 604
            invokespecial java.awt.image.SinglePixelPackedSampleModel.<init>:(III[I)V
       309: .line 603
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       310: .line 608
            aload 0 /* this */
       311: .line 609
            new java.awt.image.DirectColorModel
            dup
            aload 6 /* colorSpace */
       312: .line 610
            bipush 16
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            iconst_0
       313: .line 611
            iconst_0
            iconst_1
       314: .line 609
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
       315: .line 608
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       316: .line 613
            goto 356
      StackMap locals:
      StackMap stack:
       317: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 338
       318: .line 614
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.alphaMask:I
            ifne 319
            iconst_3
            goto 320
      StackMap locals:
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader
       319: iconst_4
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long java.awt.color.ColorSpace
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader int
       320: putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       321: .line 618
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            iconst_3
            if_icmpne 323
       322: .line 619
            iconst_3
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            iastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            iastore
            goto 324
       323: .line 620
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 10
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            iastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            iastore
            dup
            iconst_3
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.alphaMask:I
            iastore
       324: .line 618
      StackMap locals:
      StackMap stack: int[]
            astore 7 /* bitMasks */
        start local 7 // int[] bitMasks
       325: .line 622
            aload 0 /* this */
       326: .line 623
            new java.awt.image.SinglePixelPackedSampleModel
            dup
            iconst_3
       327: .line 624
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       328: .line 625
            aload 7 /* bitMasks */
       329: .line 623
            invokespecial java.awt.image.SinglePixelPackedSampleModel.<init>:(III[I)V
       330: .line 622
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       331: .line 627
            aload 0 /* this */
       332: .line 628
            new java.awt.image.DirectColorModel
            dup
            aload 6 /* colorSpace */
       333: .line 629
            bipush 32
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.alphaMask:I
       334: .line 630
            iconst_0
            iconst_3
       335: .line 628
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
       336: .line 627
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        end local 7 // int[] bitMasks
       337: .line 631
            goto 356
       338: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       339: .line 634
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            astore 7 /* bandOffsets */
        start local 7 // int[] bandOffsets
       340: .line 635
            iconst_0
            istore 8 /* i */
        start local 8 // int i
       341: goto 344
       342: .line 636
      StackMap locals: int[] int
      StackMap stack:
            aload 7 /* bandOffsets */
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            iconst_1
            isub
            iload 8 /* i */
            isub
            iastore
       343: .line 635
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
       344: iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            if_icmplt 342
        end local 8 // int i
       345: .line 639
            aload 0 /* this */
       346: .line 640
            new java.awt.image.PixelInterleavedSampleModel
            dup
            iconst_0
       347: .line 641
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       348: .line 642
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       349: .line 643
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
       350: .line 644
            aload 7 /* bandOffsets */
       351: .line 640
            invokespecial java.awt.image.PixelInterleavedSampleModel.<init>:(IIIII[I)V
       352: .line 639
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       353: .line 646
            aload 0 /* this */
       354: .line 647
            aload 6 /* colorSpace */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            invokestatic com.sun.imageio.plugins.common.ImageUtil.createColorModel:(Ljava/awt/color/ColorSpace;Ljava/awt/image/SampleModel;)Ljava/awt/image/ColorModel;
       355: .line 646
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        end local 7 // int[] bandOffsets
       356: .line 650
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.originalSampleModel:Ljava/awt/image/SampleModel;
       357: .line 651
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.originalColorModel:Ljava/awt/image/ColorModel;
       358: .line 655
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
       359: .line 656
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(J)J
            pop2
       360: .line 657
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
       361: .line 658
            return
        end local 6 // java.awt.color.ColorSpace colorSpace
        end local 4 // long size
        end local 3 // byte[] marker
        end local 2 // int profileSize
        end local 1 // int profileData
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  362     0             this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            5  362     1      profileData  I
            6  362     2      profileSize  I
            9  362     3           marker  [B
           16  362     4             size  J
           42   47     6  numberOfEntries  I
           43   47     7    sizeOfPalette  I
           51  209     6    xPelsPerMeter  J
           52  209     8    yPelsPerMeter  J
           53  209    10       colorsUsed  J
           54  209    12  colorsImportant  J
           65  101    14  numberOfEntries  I
           66  101    15    sizeOfPalette  I
          114  118    15    sizeOfPalette  I
          133  206    14           csType  J
          134  206    16             redX  I
          135  206    17             redY  I
          136  206    18             redZ  I
          137  206    19           greenX  I
          138  206    20           greenY  I
          139  206    21           greenZ  I
          140  206    22            blueX  I
          141  206    23            blueY  I
          142  206    24            blueZ  I
          143  206    25         gammaRed  J
          144  206    27       gammaGreen  J
          145  206    29        gammaBlue  J
          165  206    31  numberOfEntries  I
          166  206    32    sizeOfPalette  I
          215  362     6       colorSpace  Ljava/awt/color/ColorSpace;
          220  234     7          profile  [B
          226  228     8             path  Ljava/lang/String;
          243  256     7      bandOffsets  [I
          244  248     8                i  I
          270  281     7                r  [B
          285  301     7                r  [B
          271  281     8                g  [B
          286  301     8                g  [B
          272  281     9                b  [B
          287  301     9                b  [B
          275  279    10              off  I
          273  280    11                i  I
          290  294    10              off  I
          288  295    11                i  I
          325  337     7         bitMasks  [I
          340  356     7      bandOffsets  [I
          341  345     8                i  I
      Exception table:
        from    to  target  type
         222   231     232  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException

  public java.util.Iterator getImageTypes(int);
    descriptor: (I)Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 662
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 663
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 664
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* list */
        start local 2 // java.util.ArrayList list
         3: .line 665
            aload 2 /* list */
            new javax.imageio.ImageTypeSpecifier
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.originalColorModel:Ljava/awt/image/ColorModel;
         4: .line 666
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.originalSampleModel:Ljava/awt/image/SampleModel;
            invokespecial javax.imageio.ImageTypeSpecifier.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;)V
         5: .line 665
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 667
            aload 2 /* list */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            areturn
        end local 2 // java.util.ArrayList list
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    7     1  imageIndex  I
            3    7     2        list  Ljava/util/ArrayList;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  

  public javax.imageio.ImageReadParam getDefaultReadParam();
    descriptor: ()Ljavax/imageio/ImageReadParam;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
         0: .line 671
            new javax.imageio.ImageReadParam
            dup
            invokespecial javax.imageio.ImageReadParam.<init>:()V
            areturn
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;

  public javax.imageio.metadata.IIOMetadata getImageMetadata(int);
    descriptor: (I)Ljavax/imageio/metadata/IIOMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 676
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 677
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ifnonnull 3
         2: .line 678
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         3: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            areturn
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    4     1  imageIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  

  public javax.imageio.metadata.IIOMetadata getStreamMetadata();
    descriptor: ()Ljavax/imageio/metadata/IIOMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
         0: .line 684
            aconst_null
            areturn
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
    Exceptions:
      throws java.io.IOException

  public boolean isRandomAccessEasy(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 688
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 689
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 690
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            getfield com.sun.imageio.plugins.bmp.BMPMetadata.compression:I
            ifne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    4     1  imageIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  

  public java.awt.image.BufferedImage read(int, javax.imageio.ImageReadParam);
    descriptor: (ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=3
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
        start local 2 // javax.imageio.ImageReadParam param
         0: .line 696
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 697
            new java.lang.IllegalStateException
            dup
            ldc "BMPImageReader5"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         3: .line 701
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.clearAbortRequest:()V
         4: .line 702
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageStarted:(I)V
         5: .line 704
            aload 2 /* param */
            ifnonnull 7
         6: .line 705
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.getDefaultReadParam:()Ljavax/imageio/ImageReadParam;
            astore 2 /* param */
         7: .line 708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         8: .line 710
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
         9: .line 711
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
        10: .line 713
            aload 2 /* param */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
        11: .line 714
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestination:()Ljava/awt/image/BufferedImage;
        12: .line 715
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
        13: .line 716
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
        14: .line 713
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.computeRegions:(Ljavax/imageio/ImageReadParam;IILjava/awt/image/BufferedImage;Ljava/awt/Rectangle;Ljava/awt/Rectangle;)V
        15: .line 718
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
        16: .line 719
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
        17: .line 722
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
        18: .line 723
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
        19: .line 725
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
            ifnull 20
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
            ifnull 20
            iconst_1
            goto 21
      StackMap locals:
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader
        20: iconst_0
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int javax.imageio.ImageReadParam
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader int
        21: putfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
        22: .line 726
            aload 0 /* this */
        23: .line 727
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            invokevirtual java.awt.Rectangle.equals:(Ljava/lang/Object;)Z
            ifne 25
        24: .line 728
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifne 25
            iconst_0
            goto 26
      StackMap locals:
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader
        25: iconst_1
        26: .line 726
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int javax.imageio.ImageReadParam
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader int
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
        27: .line 730
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifne 35
        28: .line 731
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
        29: .line 732
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
        30: .line 733
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        31: goto 34
        32: .line 734
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
            iload 3 /* i */
            iload 3 /* i */
            dup_x2
            iastore
            iastore
        33: .line 733
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            if_icmplt 32
        end local 3 // int i
        35: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestination:()Ljava/awt/image/BufferedImage;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
        36: .line 741
            aconst_null
            astore 3 /* raster */
        start local 3 // java.awt.image.WritableRaster raster
        37: .line 743
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            ifnonnull 52
        38: .line 744
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            ifnull 56
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
            ifnull 56
        39: .line 745
            aload 0 /* this */
        40: .line 746
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
        41: .line 747
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        42: .line 748
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        43: .line 749
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        44: .line 748
            iadd
        45: .line 746
            invokevirtual java.awt.image.SampleModel.createCompatibleSampleModel:(II)Ljava/awt/image/SampleModel;
        46: .line 745
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        47: .line 750
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifeq 49
        48: .line 751
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
            invokevirtual java.awt.image.SampleModel.createSubsetSampleModel:([I)Ljava/awt/image/SampleModel;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        49: .line 752
      StackMap locals: java.awt.image.WritableRaster
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            new java.awt.Point
            dup
            invokespecial java.awt.Point.<init>:()V
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
            astore 3 /* raster */
        50: .line 753
            aload 0 /* this */
            new java.awt.image.BufferedImage
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
            aload 3 /* raster */
            iconst_0
            aconst_null
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
        51: .line 755
            goto 56
        52: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iconst_0
            invokevirtual java.awt.image.BufferedImage.getWritableTile:(II)Ljava/awt/image/WritableRaster;
            astore 3 /* raster */
        53: .line 757
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getSampleModel:()Ljava/awt/image/SampleModel;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        54: .line 758
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getColorModel:()Ljava/awt/image/ColorModel;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        55: .line 760
            aload 0 /* this */
            dup
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            aload 3 /* raster */
            invokevirtual java.awt.image.WritableRaster.getBounds:()Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.equals:(Ljava/lang/Object;)Z
            iand
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
        56: .line 763
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* bdata */
        start local 4 // byte[] bdata
        57: .line 764
            aconst_null
            astore 5 /* sdata */
        start local 5 // short[] sdata
        58: .line 765
            aconst_null
            astore 6 /* idata */
        start local 6 // int[] idata
        59: .line 768
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            ifnull 71
        60: .line 769
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            invokevirtual java.awt.image.SampleModel.getDataType:()I
            ifne 64
        61: .line 771
            aload 3 /* raster */
            invokevirtual java.awt.image.WritableRaster.getDataBuffer:()Ljava/awt/image/DataBuffer;
            checkcast java.awt.image.DataBufferByte
            invokevirtual java.awt.image.DataBufferByte.getData:()[B
        62: .line 770
            astore 4 /* bdata */
        63: .line 771
            goto 71
        64: .line 772
      StackMap locals: byte[] short[] int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            invokevirtual java.awt.image.SampleModel.getDataType:()I
            iconst_1
            if_icmpne 68
        65: .line 774
            aload 3 /* raster */
            invokevirtual java.awt.image.WritableRaster.getDataBuffer:()Ljava/awt/image/DataBuffer;
            checkcast java.awt.image.DataBufferUShort
            invokevirtual java.awt.image.DataBufferUShort.getData:()[S
        66: .line 773
            astore 5 /* sdata */
        67: .line 774
            goto 71
        68: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            invokevirtual java.awt.image.SampleModel.getDataType:()I
            iconst_3
            if_icmpne 71
        69: .line 777
            aload 3 /* raster */
            invokevirtual java.awt.image.WritableRaster.getDataBuffer:()Ljava/awt/image/DataBuffer;
            checkcast java.awt.image.DataBufferInt
            invokevirtual java.awt.image.DataBufferInt.getData:()[I
        70: .line 776
            astore 6 /* idata */
        71: .line 781
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            tableswitch { // 0 - 18
                    0: 72
                    1: 74
                    2: 76
                    3: 78
                    4: 80
                    5: 82
                    6: 89
                    7: 96
                    8: 98
                    9: 100
                   10: 104
                   11: 106
                   12: 113
                   13: 120
                   14: 122
                   15: 124
                   16: 102
                   17: 102
                   18: 102
              default: 125
          }
        72: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
        73: .line 786
            goto 125
        74: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
        75: .line 791
            goto 125
        76: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
        77: .line 796
            goto 125
        78: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
        79: .line 801
            goto 125
        80: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
        81: .line 806
            goto 125
        82: .line 809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 2
                    0: 83
                    1: 87
                    2: 85
              default: 87
          }
        83: .line 811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
        84: .line 812
            goto 125
        85: .line 815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE4:([B)V
        86: .line 816
            goto 125
        87: .line 820
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
        88: .line 819
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        89: .line 825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 1
                    0: 90
                    1: 92
              default: 94
          }
        90: .line 827
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
        91: .line 828
            goto 125
        92: .line 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE8:([B)V
        93: .line 832
            goto 125
        94: .line 836
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
        95: .line 835
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        96: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
        97: .line 844
            goto 125
        98: .line 847
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* sdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read16Bit:([S)V
        99: .line 848
            goto 125
       100: .line 851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* idata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read32Bit:([I)V
       101: .line 852
            goto 125
       102: .line 857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            aload 2 /* param */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readEmbedded:(ILjava/awt/image/BufferedImage;Ljavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
       103: .line 858
            goto 125
       104: .line 861
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
       105: .line 862
            goto 125
       106: .line 865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 2
                    0: 107
                    1: 111
                    2: 109
              default: 111
          }
       107: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
       108: .line 869
            goto 113
       109: .line 872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE4:([B)V
       110: .line 873
            goto 113
       111: .line 877
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       112: .line 876
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       113: .line 881
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 1
                    0: 114
                    1: 116
              default: 118
          }
       114: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
       115: .line 885
            goto 125
       116: .line 888
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE8:([B)V
       117: .line 889
            goto 125
       118: .line 893
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       119: .line 892
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       120: .line 898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* sdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read16Bit:([S)V
       121: .line 899
            goto 125
       122: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
       123: .line 903
            goto 125
       124: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* idata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read32Bit:([I)V
       125: .line 910
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 127
       126: .line 911
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processReadAborted:()V
            goto 128
       127: .line 913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageComplete:()V
       128: .line 915
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            areturn
        end local 6 // int[] idata
        end local 5 // short[] sdata
        end local 4 // byte[] bdata
        end local 3 // java.awt.image.WritableRaster raster
        end local 2 // javax.imageio.ImageReadParam param
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  129     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0  129     1  imageIndex  I
            0  129     2       param  Ljavax/imageio/ImageReadParam;
           31   35     3           i  I
           37  129     3      raster  Ljava/awt/image/WritableRaster;
           57  129     4       bdata  [B
           58  129     5       sdata  [S
           59  129     6       idata  [I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  
      param       

  public boolean canReadRaster();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
         0: .line 919
            iconst_1
            ireturn
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;

  public java.awt.image.Raster readRaster(int, javax.imageio.ImageReadParam);
    descriptor: (ILjavax/imageio/ImageReadParam;)Ljava/awt/image/Raster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
        start local 2 // javax.imageio.ImageReadParam param
         0: .line 924
            aload 0 /* this */
            iload 1 /* imageIndex */
            aload 2 /* param */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read:(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;
            astore 3 /* bi */
        start local 3 // java.awt.image.BufferedImage bi
         1: .line 925
            aload 3 /* bi */
            invokevirtual java.awt.image.BufferedImage.getData:()Ljava/awt/image/Raster;
            areturn
        end local 3 // java.awt.image.BufferedImage bi
        end local 2 // javax.imageio.ImageReadParam param
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    2     1  imageIndex  I
            0    2     2       param  Ljavax/imageio/ImageReadParam;
            1    2     3          bi  Ljava/awt/image/BufferedImage;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  
      param       

  private void resetHeaderInfo();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
         0: .line 929
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
         1: .line 930
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
         2: .line 931
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.originalSampleModel:Ljava/awt/image/SampleModel;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
         3: .line 932
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.originalColorModel:Ljava/awt/image/ColorModel;
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
         4: .line 933
            return
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
         0: .line 936
            aload 0 /* this */
            invokespecial javax.imageio.ImageReader.reset:()V
         1: .line 937
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
         2: .line 938
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.resetHeaderInfo:()V
         3: .line 939
            return
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;

  private void read1Bit(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=16, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // byte[] bdata
         0: .line 943
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            bipush 7
            iadd
            bipush 8
            idiv
            istore 2 /* bytesPerScanline */
        start local 2 // int bytesPerScanline
         1: .line 944
            iload 2 /* bytesPerScanline */
            iconst_4
            irem
            istore 3 /* padding */
        start local 3 // int padding
         2: .line 945
            iload 3 /* padding */
            ifeq 4
         3: .line 946
            iconst_4
            iload 3 /* padding */
            isub
            istore 3 /* padding */
         4: .line 949
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bytesPerScanline */
            iload 3 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 951
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 952
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 7
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 2 /* bytesPerScanline */
            imul
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* j */
        start local 5 // int j
         9: .line 954
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 955
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 13
        12: .line 956
            goto 78
        13: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* bdata */
            iload 5 /* j */
            iload 2 /* bytesPerScanline */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        14: .line 959
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 3 /* padding */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        15: .line 960
            iload 5 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 16
            iload 2 /* bytesPerScanline */
            ineg
            goto 17
      StackMap locals:
      StackMap stack: int
        16: iload 2 /* bytesPerScanline */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int int int
      StackMap stack: int int
        17: iadd
            istore 5 /* j */
        18: .line 961
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* i */
        19: .line 962
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        20: .line 963
            iconst_1
            newarray 10
        21: .line 961
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        22: .line 964
            aload 0 /* this */
            ldc 100.0
            iload 6 /* i */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        23: .line 954
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            if_icmplt 11
        end local 6 // int i
        end local 5 // int j
        25: .line 966
            goto 78
        26: .line 967
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 969
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.MultiPixelPackedSampleModel
            invokevirtual java.awt.image.MultiPixelPackedSampleModel.getScanlineStride:()I
        28: .line 968
            istore 6 /* lineStride */
        start local 6 // int lineStride
        29: .line 971
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 973
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            imul
            iadd
        31: .line 972
            istore 7 /* lastLine */
        start local 7 // int lastLine
        32: .line 974
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 7 /* lastLine */
            isub
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 7 // int lastLine
        33: .line 975
            goto 35
        34: .line 976
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        35: .line 978
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            iconst_1
            isub
            imul
            istore 7 /* skipLength */
        start local 7 // int skipLength
        36: .line 981
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 8 /* srcOff */
        start local 8 // int[] srcOff
        37: .line 982
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 9 /* destOff */
        start local 9 // int[] destOff
        38: .line 983
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 10 /* srcPos */
        start local 10 // int[] srcPos
        39: .line 984
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 11 /* destPos */
        start local 11 // int[] destPos
        40: .line 986
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 12 /* i */
        start local 12 // int i
        41: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 13 /* x */
        start local 13 // int x
        42: iconst_0
            istore 14 /* j */
        start local 14 // int j
        43: .line 987
            goto 49
        44: .line 989
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int int
      StackMap stack:
            aload 10 /* srcPos */
            iload 14 /* j */
            iload 13 /* x */
            iconst_3
            ishr
            iastore
        45: .line 990
            aload 8 /* srcOff */
            iload 14 /* j */
            bipush 7
            iload 13 /* x */
            bipush 7
            iand
            isub
            iastore
        46: .line 991
            aload 11 /* destPos */
            iload 14 /* j */
            iload 12 /* i */
            iconst_3
            ishr
            iastore
        47: .line 992
            aload 9 /* destOff */
            iload 14 /* j */
            bipush 7
            iload 12 /* i */
            bipush 7
            iand
            isub
            iastore
        48: .line 988
            iinc 12 /* i */ 1
            iinc 14 /* j */ 1
            iload 13 /* x */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 13 /* x */
        49: .line 987
      StackMap locals:
      StackMap stack:
            iload 12 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        50: .line 986
            if_icmplt 44
        end local 14 // int j
        end local 13 // int x
        end local 12 // int i
        51: .line 995
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            iload 6 /* lineStride */
            imul
            istore 12 /* k */
        start local 12 // int k
        52: .line 996
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 54
        53: .line 997
            iload 12 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            iload 6 /* lineStride */
            imul
            iadd
            istore 12 /* k */
        54: .line 999
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        55: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            pop
        56: .line 1000
            goto 76
        57: .line 1002
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 59
        58: .line 1003
            goto 78
        59: .line 1004
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 5 /* buf */
            iconst_0
            iload 4 /* lineLength */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([BII)I
            pop
        60: .line 1005
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        61: goto 65
        62: .line 1007
      StackMap locals: int
      StackMap stack:
            aload 5 /* buf */
            aload 10 /* srcPos */
            iload 14 /* i */
            iaload
            baload
            aload 8 /* srcOff */
            iload 14 /* i */
            iaload
            ishr
            iconst_1
            iand
            istore 15 /* v */
        start local 15 // int v
        63: .line 1008
            aload 1 /* bdata */
            iload 12 /* k */
            aload 11 /* destPos */
            iload 14 /* i */
            iaload
            iadd
            dup2
            baload
            iload 15 /* v */
            aload 9 /* destOff */
            iload 14 /* i */
            iaload
            ishl
            ior
            i2b
            bastore
        end local 15 // int v
        64: .line 1005
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        65: iload 14 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            if_icmplt 62
        end local 14 // int i
        66: .line 1011
            iload 12 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 67
            iload 6 /* lineStride */
            ineg
            goto 68
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int
      StackMap stack: int
        67: iload 6 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int
      StackMap stack: int int
        68: iadd
            istore 12 /* k */
        69: .line 1012
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 7 /* skipLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        70: .line 1013
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 13 /* j */
        71: .line 1014
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        72: .line 1015
            iconst_1
            newarray 10
        73: .line 1013
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        74: .line 1016
            aload 0 /* this */
            ldc 100.0
            iload 13 /* j */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        75: .line 1000
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        76: iload 13 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        77: .line 999
            if_icmplt 57
        end local 13 // int j
        end local 12 // int k
        end local 11 // int[] destPos
        end local 10 // int[] srcPos
        end local 9 // int[] destOff
        end local 8 // int[] srcOff
        end local 7 // int skipLength
        end local 6 // int lineStride
        end local 5 // byte[] buf
        78: .line 1019
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int
      StackMap stack:
            return
        end local 4 // int lineLength
        end local 3 // int padding
        end local 2 // int bytesPerScanline
        end local 1 // byte[] bdata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   79     0              this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   79     1             bdata  [B
            1   79     2  bytesPerScanline  I
            2   79     3           padding  I
            5   79     4        lineLength  I
            9   25     5                 j  I
           10   25     6                 i  I
           27   78     5               buf  [B
           29   78     6        lineStride  I
           32   33     7          lastLine  I
           36   78     7        skipLength  I
           37   78     8            srcOff  [I
           38   78     9           destOff  [I
           39   78    10            srcPos  [I
           40   78    11           destPos  [I
           41   51    12                 i  I
           42   51    13                 x  I
           43   51    14                 j  I
           52   78    12                 k  I
           55   78    13                 j  I
           61   66    14                 i  I
           63   64    15                 v  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bdata  

  private void read4Bit(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=16, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // byte[] bdata
         0: .line 1024
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            iadd
            iconst_2
            idiv
            istore 2 /* bytesPerScanline */
        start local 2 // int bytesPerScanline
         1: .line 1027
            iload 2 /* bytesPerScanline */
            iconst_4
            irem
            istore 3 /* padding */
        start local 3 // int padding
         2: .line 1028
            iload 3 /* padding */
            ifeq 4
         3: .line 1029
            iconst_4
            iload 3 /* padding */
            isub
            istore 3 /* padding */
         4: .line 1031
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bytesPerScanline */
            iload 3 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1033
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1034
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 7
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 2 /* bytesPerScanline */
            imul
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* j */
        start local 5 // int j
         9: .line 1036
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1037
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 13
        12: .line 1038
            goto 78
        13: .line 1040
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* bdata */
            iload 5 /* j */
            iload 2 /* bytesPerScanline */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        14: .line 1041
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 3 /* padding */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        15: .line 1042
            iload 5 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 16
            iload 2 /* bytesPerScanline */
            ineg
            goto 17
      StackMap locals:
      StackMap stack: int
        16: iload 2 /* bytesPerScanline */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int int int
      StackMap stack: int int
        17: iadd
            istore 5 /* j */
        18: .line 1043
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* i */
        19: .line 1044
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        20: .line 1045
            iconst_1
            newarray 10
        21: .line 1043
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        22: .line 1046
            aload 0 /* this */
            ldc 100.0
            iload 6 /* i */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        23: .line 1036
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            if_icmplt 11
        end local 6 // int i
        end local 5 // int j
        25: .line 1048
            goto 78
        26: .line 1049
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1051
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.MultiPixelPackedSampleModel
            invokevirtual java.awt.image.MultiPixelPackedSampleModel.getScanlineStride:()I
        28: .line 1050
            istore 6 /* lineStride */
        start local 6 // int lineStride
        29: .line 1053
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1055
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            imul
            iadd
        31: .line 1054
            istore 7 /* lastLine */
        start local 7 // int lastLine
        32: .line 1056
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 7 /* lastLine */
            isub
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 7 // int lastLine
        33: .line 1057
            goto 35
        34: .line 1058
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        35: .line 1060
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            iconst_1
            isub
            imul
            istore 7 /* skipLength */
        start local 7 // int skipLength
        36: .line 1063
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 8 /* srcOff */
        start local 8 // int[] srcOff
        37: .line 1064
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 9 /* destOff */
        start local 9 // int[] destOff
        38: .line 1065
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 10 /* srcPos */
        start local 10 // int[] srcPos
        39: .line 1066
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            newarray 10
            astore 11 /* destPos */
        start local 11 // int[] destPos
        40: .line 1068
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 12 /* i */
        start local 12 // int i
        41: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 13 /* x */
        start local 13 // int x
        42: iconst_0
            istore 14 /* j */
        start local 14 // int j
        43: .line 1069
            goto 49
        44: .line 1071
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int int
      StackMap stack:
            aload 10 /* srcPos */
            iload 14 /* j */
            iload 13 /* x */
            iconst_1
            ishr
            iastore
        45: .line 1072
            aload 8 /* srcOff */
            iload 14 /* j */
            iconst_1
            iload 13 /* x */
            iconst_1
            iand
            isub
            iconst_2
            ishl
            iastore
        46: .line 1073
            aload 11 /* destPos */
            iload 14 /* j */
            iload 12 /* i */
            iconst_1
            ishr
            iastore
        47: .line 1074
            aload 9 /* destOff */
            iload 14 /* j */
            iconst_1
            iload 12 /* i */
            iconst_1
            iand
            isub
            iconst_2
            ishl
            iastore
        48: .line 1070
            iinc 12 /* i */ 1
            iinc 14 /* j */ 1
            iload 13 /* x */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 13 /* x */
        49: .line 1069
      StackMap locals:
      StackMap stack:
            iload 12 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        50: .line 1068
            if_icmplt 44
        end local 14 // int j
        end local 13 // int x
        end local 12 // int i
        51: .line 1077
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            iload 6 /* lineStride */
            imul
            istore 12 /* k */
        start local 12 // int k
        52: .line 1078
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 54
        53: .line 1079
            iload 12 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            iload 6 /* lineStride */
            imul
            iadd
            istore 12 /* k */
        54: .line 1081
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        55: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            pop
        56: .line 1082
            goto 76
        57: .line 1084
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 59
        58: .line 1085
            goto 78
        59: .line 1086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 5 /* buf */
            iconst_0
            iload 4 /* lineLength */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([BII)I
            pop
        60: .line 1087
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        61: goto 65
        62: .line 1089
      StackMap locals: int
      StackMap stack:
            aload 5 /* buf */
            aload 10 /* srcPos */
            iload 14 /* i */
            iaload
            baload
            aload 8 /* srcOff */
            iload 14 /* i */
            iaload
            ishr
            bipush 15
            iand
            istore 15 /* v */
        start local 15 // int v
        63: .line 1090
            aload 1 /* bdata */
            iload 12 /* k */
            aload 11 /* destPos */
            iload 14 /* i */
            iaload
            iadd
            dup2
            baload
            iload 15 /* v */
            aload 9 /* destOff */
            iload 14 /* i */
            iaload
            ishl
            ior
            i2b
            bastore
        end local 15 // int v
        64: .line 1087
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        65: iload 14 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            if_icmplt 62
        end local 14 // int i
        66: .line 1093
            iload 12 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 67
            iload 6 /* lineStride */
            ineg
            goto 68
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int
      StackMap stack: int
        67: iload 6 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int
      StackMap stack: int int
        68: iadd
            istore 12 /* k */
        69: .line 1094
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 7 /* skipLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        70: .line 1095
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 13 /* j */
        71: .line 1096
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        72: .line 1097
            iconst_1
            newarray 10
        73: .line 1095
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        74: .line 1098
            aload 0 /* this */
            ldc 100.0
            iload 13 /* j */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        75: .line 1082
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        76: iload 13 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        77: .line 1081
            if_icmplt 57
        end local 13 // int j
        end local 12 // int k
        end local 11 // int[] destPos
        end local 10 // int[] srcPos
        end local 9 // int[] destOff
        end local 8 // int[] srcOff
        end local 7 // int skipLength
        end local 6 // int lineStride
        end local 5 // byte[] buf
        78: .line 1101
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int
      StackMap stack:
            return
        end local 4 // int lineLength
        end local 3 // int padding
        end local 2 // int bytesPerScanline
        end local 1 // byte[] bdata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   79     0              this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   79     1             bdata  [B
            1   79     2  bytesPerScanline  I
            2   79     3           padding  I
            5   79     4        lineLength  I
            9   25     5                 j  I
           10   25     6                 i  I
           27   78     5               buf  [B
           29   78     6        lineStride  I
           32   33     7          lastLine  I
           36   78     7        skipLength  I
           37   78     8            srcOff  [I
           38   78     9           destOff  [I
           39   78    10            srcPos  [I
           40   78    11           destPos  [I
           41   51    12                 i  I
           42   51    13                 x  I
           43   51    14                 j  I
           52   78    12                 k  I
           55   78    13                 j  I
           61   66    14                 i  I
           63   64    15                 v  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bdata  

  private void read8Bit(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=11, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // byte[] bdata
         0: .line 1107
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_4
            irem
            istore 2 /* padding */
        start local 2 // int padding
         1: .line 1108
            iload 2 /* padding */
            ifeq 3
         2: .line 1109
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1112
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iload 2 /* padding */
            iadd
            istore 3 /* lineLength */
        start local 3 // int lineLength
         4: .line 1114
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 25
         5: .line 1115
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 6
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* j */
        start local 4 // int j
         8: .line 1117
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 23
        10: .line 1118
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 12
        11: .line 1119
            goto 64
        12: .line 1121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* bdata */
            iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        13: .line 1122
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 2 /* padding */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        14: .line 1123
            iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 15
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            ineg
            goto 16
      StackMap locals:
      StackMap stack: int
        15: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int int
      StackMap stack: int int
        16: iadd
            istore 4 /* j */
        17: .line 1124
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 5 /* i */
        18: .line 1125
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        19: .line 1126
            iconst_1
            newarray 10
        20: .line 1124
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        21: .line 1127
            aload 0 /* this */
            ldc 100.0
            iload 5 /* i */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        22: .line 1117
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            if_icmplt 10
        end local 5 // int i
        end local 4 // int j
        24: .line 1129
            goto 64
        25: .line 1130
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            newarray 8
            astore 4 /* buf */
        start local 4 // byte[] buf
        26: .line 1132
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.ComponentSampleModel
            invokevirtual java.awt.image.ComponentSampleModel.getScanlineStride:()I
        27: .line 1131
            istore 5 /* lineStride */
        start local 5 // int lineStride
        28: .line 1134
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        29: .line 1136
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            imul
            iadd
        30: .line 1135
            istore 6 /* lastLine */
        start local 6 // int lastLine
        31: .line 1137
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 3 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 6 /* lastLine */
            isub
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 6 // int lastLine
        32: .line 1138
            goto 34
        33: .line 1139
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 3 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        34: .line 1141
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            iconst_1
            isub
            imul
            istore 6 /* skipLength */
        start local 6 // int skipLength
        35: .line 1143
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            iload 5 /* lineStride */
            imul
            istore 7 /* k */
        start local 7 // int k
        36: .line 1144
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 38
        37: .line 1145
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            iload 5 /* lineStride */
            imul
            iadd
            istore 7 /* k */
        38: .line 1146
      StackMap locals: int int
      StackMap stack:
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iadd
            istore 7 /* k */
        39: .line 1148
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        40: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            pop
        41: .line 1149
            goto 62
        42: .line 1151
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 44
        43: .line 1152
            goto 64
        44: .line 1153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 4 /* buf */
            iconst_0
            iload 3 /* lineLength */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([BII)I
            pop
        45: .line 1154
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        46: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 10 /* m */
        start local 10 // int m
        47: .line 1155
            goto 50
        48: .line 1157
      StackMap locals: int int
      StackMap stack:
            aload 1 /* bdata */
            iload 7 /* k */
            iload 9 /* i */
            iadd
            aload 4 /* buf */
            iload 10 /* m */
            baload
            bastore
        49: .line 1155
            iinc 9 /* i */ 1
            iload 10 /* m */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 10 /* m */
      StackMap locals:
      StackMap stack:
        50: iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        51: .line 1154
            if_icmplt 48
        end local 10 // int m
        end local 9 // int i
        52: .line 1160
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 53
            iload 5 /* lineStride */
            ineg
            goto 54
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int byte[] int int int int
      StackMap stack: int
        53: iload 5 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int byte[] int int int int
      StackMap stack: int int
        54: iadd
            istore 7 /* k */
        55: .line 1161
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 6 /* skipLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        56: .line 1162
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 8 /* j */
        57: .line 1163
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        58: .line 1164
            iconst_1
            newarray 10
        59: .line 1162
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        60: .line 1165
            aload 0 /* this */
            ldc 100.0
            iload 8 /* j */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        61: .line 1149
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        62: iload 8 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        63: .line 1148
            if_icmplt 42
        end local 8 // int j
        end local 7 // int k
        end local 6 // int skipLength
        end local 5 // int lineStride
        end local 4 // byte[] buf
        64: .line 1168
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int
      StackMap stack:
            return
        end local 3 // int lineLength
        end local 2 // int padding
        end local 1 // byte[] bdata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   65     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   65     1       bdata  [B
            1   65     2     padding  I
            4   65     3  lineLength  I
            8   24     4           j  I
            9   24     5           i  I
           26   64     4         buf  [B
           28   64     5  lineStride  I
           31   32     6    lastLine  I
           35   64     6  skipLength  I
           36   64     7           k  I
           40   64     8           j  I
           46   52     9           i  I
           47   52    10           m  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bdata  

  private void read24Bit(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=13, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // byte[] bdata
         0: .line 1174
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_3
            imul
            iconst_4
            irem
            istore 2 /* padding */
        start local 2 // int padding
         1: .line 1175
            iload 2 /* padding */
            ifeq 3
         2: .line 1176
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1178
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_3
            imul
            istore 3 /* lineStride */
        start local 3 // int lineStride
         4: .line 1179
            iload 3 /* lineStride */
            iload 2 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1181
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1182
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 7
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            iconst_3
            imul
            goto 8
      StackMap locals: int int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* j */
        start local 5 // int j
         9: .line 1184
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1185
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 13
        12: .line 1186
            goto 70
        13: .line 1188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* bdata */
            iload 5 /* j */
            iload 3 /* lineStride */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        14: .line 1189
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 2 /* padding */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        15: .line 1190
            iload 5 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 16
            iload 3 /* lineStride */
            ineg
            goto 17
      StackMap locals:
      StackMap stack: int
        16: iload 3 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int int int
      StackMap stack: int int
        17: iadd
            istore 5 /* j */
        18: .line 1191
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* i */
        19: .line 1192
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        20: .line 1193
            iconst_1
            newarray 10
        21: .line 1191
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        22: .line 1194
            aload 0 /* this */
            ldc 100.0
            iload 6 /* i */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        23: .line 1184
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            if_icmplt 11
        end local 6 // int i
        end local 5 // int j
        25: .line 1196
            goto 70
        26: .line 1197
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1199
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.ComponentSampleModel
            invokevirtual java.awt.image.ComponentSampleModel.getScanlineStride:()I
        28: .line 1198
            istore 3 /* lineStride */
        29: .line 1201
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1203
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            imul
            iadd
        31: .line 1202
            istore 6 /* lastLine */
        start local 6 // int lastLine
        32: .line 1204
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 6 /* lastLine */
            isub
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 6 // int lastLine
        33: .line 1205
            goto 35
        34: .line 1206
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            imul
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        35: .line 1208
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            iconst_1
            isub
            imul
            istore 6 /* skipLength */
        start local 6 // int skipLength
        36: .line 1210
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            iload 3 /* lineStride */
            imul
            istore 7 /* k */
        start local 7 // int k
        37: .line 1211
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 39
        38: .line 1212
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            iload 3 /* lineStride */
            imul
            iadd
            istore 7 /* k */
        39: .line 1213
      StackMap locals: int int
      StackMap stack:
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iconst_3
            imul
            iadd
            istore 7 /* k */
        40: .line 1215
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        41: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            pop
        42: .line 1216
            goto 68
        43: .line 1218
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 45
        44: .line 1219
            goto 70
        45: .line 1220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 5 /* buf */
            iconst_0
            iload 4 /* lineLength */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([BII)I
            pop
        46: .line 1221
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        47: iconst_3
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            imul
            istore 10 /* m */
        start local 10 // int m
        48: .line 1222
            goto 56
        49: .line 1224
      StackMap locals: int int
      StackMap stack:
            iconst_3
            iload 9 /* i */
            imul
            iload 7 /* k */
            iadd
            istore 11 /* n */
        start local 11 // int n
        50: .line 1225
            iconst_0
            istore 12 /* b */
        start local 12 // int b
        51: goto 54
        52: .line 1226
      StackMap locals: int int
      StackMap stack:
            aload 1 /* bdata */
            iload 11 /* n */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
            iload 12 /* b */
            iaload
            iadd
            aload 5 /* buf */
            iload 10 /* m */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
            iload 12 /* b */
            iaload
            iadd
            baload
            bastore
        53: .line 1225
            iinc 12 /* b */ 1
      StackMap locals:
      StackMap stack:
        54: iload 12 /* b */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
            arraylength
            if_icmplt 52
        end local 12 // int b
        end local 11 // int n
        55: .line 1222
            iinc 9 /* i */ 1
            iload 10 /* m */
            iconst_3
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            imul
            iadd
            istore 10 /* m */
      StackMap locals:
      StackMap stack:
        56: iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        57: .line 1221
            if_icmplt 49
        end local 10 // int m
        end local 9 // int i
        58: .line 1229
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 59
            iload 3 /* lineStride */
            ineg
            goto 60
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int
      StackMap stack: int
        59: iload 3 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int
      StackMap stack: int int
        60: iadd
            istore 7 /* k */
        61: .line 1230
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 6 /* skipLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        62: .line 1231
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 8 /* j */
        63: .line 1232
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        64: .line 1233
            iconst_1
            newarray 10
        65: .line 1231
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        66: .line 1234
            aload 0 /* this */
            ldc 100.0
            iload 8 /* j */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        67: .line 1216
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        68: iload 8 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        69: .line 1215
            if_icmplt 43
        end local 8 // int j
        end local 7 // int k
        end local 6 // int skipLength
        end local 5 // byte[] buf
        70: .line 1237
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int
      StackMap stack:
            return
        end local 4 // int lineLength
        end local 3 // int lineStride
        end local 2 // int padding
        end local 1 // byte[] bdata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   71     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   71     1       bdata  [B
            1   71     2     padding  I
            4   71     3  lineStride  I
            5   71     4  lineLength  I
            9   25     5           j  I
           10   25     6           i  I
           27   70     5         buf  [B
           32   33     6    lastLine  I
           36   70     6  skipLength  I
           37   70     7           k  I
           41   70     8           j  I
           47   58     9           i  I
           48   58    10           m  I
           50   55    11           n  I
           51   55    12           b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bdata  

  private void read16Bit(short[]);
    descriptor: ([S)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=11, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // short[] sdata
         0: .line 1242
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_2
            imul
            iconst_4
            irem
            istore 2 /* padding */
        start local 2 // int padding
         1: .line 1244
            iload 2 /* padding */
            ifeq 3
         2: .line 1245
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1247
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iload 2 /* padding */
            iconst_2
            idiv
            iadd
            istore 3 /* lineLength */
        start local 3 // int lineLength
         4: .line 1249
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 25
         5: .line 1250
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 6
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            goto 7
      StackMap locals: int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* j */
        start local 4 // int j
         8: .line 1251
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 23
        10: .line 1252
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 12
        11: .line 1253
            goto 64
        12: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* sdata */
            iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([SII)V
        13: .line 1257
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 2 /* padding */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        14: .line 1259
            iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 15
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            ineg
            goto 16
      StackMap locals:
      StackMap stack: int
        15: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader short[] int int int int
      StackMap stack: int int
        16: iadd
            istore 4 /* j */
        17: .line 1260
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 5 /* i */
        18: .line 1261
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        19: .line 1262
            iconst_1
            newarray 10
        20: .line 1260
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        21: .line 1263
            aload 0 /* this */
            ldc 100.0
            iload 5 /* i */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        22: .line 1251
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            if_icmplt 10
        end local 5 // int i
        end local 4 // int j
        24: .line 1265
            goto 64
        25: .line 1266
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            newarray 9
            astore 4 /* buf */
        start local 4 // short[] buf
        26: .line 1268
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.SinglePixelPackedSampleModel
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getScanlineStride:()I
        27: .line 1267
            istore 5 /* lineStride */
        start local 5 // int lineStride
        28: .line 1270
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        29: .line 1272
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            imul
            iadd
        30: .line 1271
            istore 6 /* lastLine */
        start local 6 // int lastLine
        31: .line 1273
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 3 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 6 /* lastLine */
            isub
            imul
            iconst_1
            ishl
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 6 // int lastLine
        32: .line 1274
            goto 34
        33: .line 1275
      StackMap locals: short[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 3 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            imul
            iconst_1
            ishl
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        34: .line 1277
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            iconst_1
            isub
            imul
            iconst_1
            ishl
            istore 6 /* skipLength */
        start local 6 // int skipLength
        35: .line 1279
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            iload 5 /* lineStride */
            imul
            istore 7 /* k */
        start local 7 // int k
        36: .line 1280
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 38
        37: .line 1281
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            iload 5 /* lineStride */
            imul
            iadd
            istore 7 /* k */
        38: .line 1282
      StackMap locals: int int
      StackMap stack:
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iadd
            istore 7 /* k */
        39: .line 1284
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        40: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            pop
        41: .line 1285
            goto 62
        42: .line 1287
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 44
        43: .line 1288
            goto 64
        44: .line 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 4 /* buf */
            iconst_0
            iload 3 /* lineLength */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([SII)V
        45: .line 1290
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        46: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 10 /* m */
        start local 10 // int m
        47: .line 1291
            goto 50
        48: .line 1293
      StackMap locals: int int
      StackMap stack:
            aload 1 /* sdata */
            iload 7 /* k */
            iload 9 /* i */
            iadd
            aload 4 /* buf */
            iload 10 /* m */
            saload
            sastore
        49: .line 1291
            iinc 9 /* i */ 1
            iload 10 /* m */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 10 /* m */
      StackMap locals:
      StackMap stack:
        50: iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        51: .line 1290
            if_icmplt 48
        end local 10 // int m
        end local 9 // int i
        52: .line 1296
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 53
            iload 5 /* lineStride */
            ineg
            goto 54
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader short[] int int short[] int int int int
      StackMap stack: int
        53: iload 5 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader short[] int int short[] int int int int
      StackMap stack: int int
        54: iadd
            istore 7 /* k */
        55: .line 1297
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 6 /* skipLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        56: .line 1298
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 8 /* j */
        57: .line 1299
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        58: .line 1300
            iconst_1
            newarray 10
        59: .line 1298
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        60: .line 1301
            aload 0 /* this */
            ldc 100.0
            iload 8 /* j */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        61: .line 1285
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        62: iload 8 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        63: .line 1284
            if_icmplt 42
        end local 8 // int j
        end local 7 // int k
        end local 6 // int skipLength
        end local 5 // int lineStride
        end local 4 // short[] buf
        64: .line 1304
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader short[] int int
      StackMap stack:
            return
        end local 3 // int lineLength
        end local 2 // int padding
        end local 1 // short[] sdata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   65     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   65     1       sdata  [S
            1   65     2     padding  I
            4   65     3  lineLength  I
            8   24     4           j  I
            9   24     5           i  I
           26   64     4         buf  [S
           28   64     5  lineStride  I
           31   32     6    lastLine  I
           35   64     6  skipLength  I
           36   64     7           k  I
           40   64     8           j  I
           46   52     9           i  I
           47   52    10           m  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      sdata  

  private void read32Bit(int[]);
    descriptor: ([I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int[] idata
         0: .line 1307
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 20
         1: .line 1308
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 2
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* j */
        start local 2 // int j
         4: .line 1310
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 18
         6: .line 1311
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 8
         7: .line 1312
            goto 59
         8: .line 1314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* idata */
            iload 2 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([III)V
         9: .line 1315
            iload 2 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 10
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            ineg
            goto 11
      StackMap locals:
      StackMap stack: int
        10: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int[] int int
      StackMap stack: int int
        11: iadd
            istore 2 /* j */
        12: .line 1316
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 3 /* i */
        13: .line 1317
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        14: .line 1318
            iconst_1
            newarray 10
        15: .line 1316
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        16: .line 1319
            aload 0 /* this */
            ldc 100.0
            iload 3 /* i */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        17: .line 1310
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            if_icmplt 6
        end local 3 // int i
        end local 2 // int j
        19: .line 1321
            goto 59
        20: .line 1322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            newarray 10
            astore 2 /* buf */
        start local 2 // int[] buf
        21: .line 1324
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.SinglePixelPackedSampleModel
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getScanlineStride:()I
        22: .line 1323
            istore 3 /* lineStride */
        start local 3 // int lineStride
        23: .line 1326
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 28
        24: .line 1328
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            imul
            iadd
        25: .line 1327
            istore 4 /* lastLine */
        start local 4 // int lastLine
        26: .line 1329
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            iload 4 /* lastLine */
            isub
            imul
            iconst_2
            ishl
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 4 // int lastLine
        27: .line 1330
            goto 29
        28: .line 1331
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            imul
            iconst_2
            ishl
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        29: .line 1333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            iconst_1
            isub
            imul
            iconst_2
            ishl
            istore 4 /* skipLength */
        start local 4 // int skipLength
        30: .line 1335
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            iload 3 /* lineStride */
            imul
            istore 5 /* k */
        start local 5 // int k
        31: .line 1336
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        32: .line 1337
            iload 5 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iconst_1
            isub
            iload 3 /* lineStride */
            imul
            iadd
            istore 5 /* k */
        33: .line 1338
      StackMap locals: int int
      StackMap stack:
            iload 5 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iadd
            istore 5 /* k */
        34: .line 1340
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        35: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            pop
        36: .line 1341
            goto 57
        37: .line 1343
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 39
        38: .line 1344
            goto 59
        39: .line 1345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 2 /* buf */
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([III)V
        40: .line 1346
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        41: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 8 /* m */
        start local 8 // int m
        42: .line 1347
            goto 45
        43: .line 1349
      StackMap locals: int int
      StackMap stack:
            aload 1 /* idata */
            iload 5 /* k */
            iload 7 /* i */
            iadd
            aload 2 /* buf */
            iload 8 /* m */
            iaload
            iastore
        44: .line 1347
            iinc 7 /* i */ 1
            iload 8 /* m */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 8 /* m */
      StackMap locals:
      StackMap stack:
        45: iload 7 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        46: .line 1346
            if_icmplt 43
        end local 8 // int m
        end local 7 // int i
        47: .line 1352
            iload 5 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 48
            iload 3 /* lineStride */
            ineg
            goto 49
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int[] int[] int int int int
      StackMap stack: int
        48: iload 3 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int[] int[] int int int int
      StackMap stack: int int
        49: iadd
            istore 5 /* k */
        50: .line 1353
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 4 /* skipLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        51: .line 1354
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* j */
        52: .line 1355
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        53: .line 1356
            iconst_1
            newarray 10
        54: .line 1354
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        55: .line 1357
            aload 0 /* this */
            ldc 100.0
            iload 6 /* j */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        56: .line 1341
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        57: iload 6 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        58: .line 1340
            if_icmplt 37
        end local 6 // int j
        end local 5 // int k
        end local 4 // int skipLength
        end local 3 // int lineStride
        end local 2 // int[] buf
        59: .line 1360
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int[]
      StackMap stack:
            return
        end local 1 // int[] idata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   60     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   60     1       idata  [I
            4   19     2           j  I
            5   19     3           i  I
           21   59     2         buf  [I
           23   59     3  lineStride  I
           26   27     4    lastLine  I
           30   59     4  skipLength  I
           31   59     5           k  I
           35   59     6           j  I
           41   47     7           i  I
           42   47     8           m  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      idata  

  private void readRLE8(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // byte[] bdata
         0: .line 1364
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
            l2i
            istore 2 /* imSize */
        start local 2 // int imSize
         1: .line 1365
            iload 2 /* imSize */
            ifne 3
         2: .line 1366
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapFileSize:J
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
            lsub
            l2i
            istore 2 /* imSize */
         3: .line 1369
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* padding */
        start local 3 // int padding
         4: .line 1372
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_4
            irem
            istore 4 /* remainder */
        start local 4 // int remainder
         5: .line 1373
            iload 4 /* remainder */
            ifeq 7
         6: .line 1374
            iconst_4
            iload 4 /* remainder */
            isub
            istore 3 /* padding */
         7: .line 1378
      StackMap locals: int int
      StackMap stack:
            iload 2 /* imSize */
            newarray 8
            astore 5 /* values */
        start local 5 // byte[] values
         8: .line 1380
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 5 /* values */
            iconst_0
            iload 2 /* imSize */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
         9: .line 1383
            aload 0 /* this */
            iload 2 /* imSize */
            iload 3 /* padding */
            aload 5 /* values */
            aload 1 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.decodeRLE8:(II[B[B)V
        10: .line 1384
            return
        end local 5 // byte[] values
        end local 4 // int remainder
        end local 3 // int padding
        end local 2 // int imSize
        end local 1 // byte[] bdata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   11     1      bdata  [B
            1   11     2     imSize  I
            4   11     3    padding  I
            5   11     4  remainder  I
            8   11     5     values  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bdata  

  private void decodeRLE8(int, int, byte[], byte[]);
    descriptor: (II[B[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=17, args_size=5
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imSize
        start local 2 // int padding
        start local 3 // byte[] values
        start local 4 // byte[] bdata
         0: .line 1391
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            imul
            newarray 8
            astore 5 /* val */
        start local 5 // byte[] val
         1: .line 1392
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: iconst_0
            istore 7 /* l */
        start local 7 // int l
         3: .line 1394
            iconst_0
            istore 9 /* flag */
        start local 9 // boolean flag
         4: .line 1395
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 5
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            goto 6
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int top int
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 10 /* lineNo */
        start local 10 // int lineNo
         7: .line 1397
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.ComponentSampleModel
            invokevirtual java.awt.image.ComponentSampleModel.getScanlineStride:()I
         8: .line 1396
            istore 11 /* lineStride */
        start local 11 // int lineStride
         9: .line 1398
            iconst_0
            istore 12 /* finished */
        start local 12 // int finished
        10: .line 1400
            goto 77
        11: .line 1401
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 8 /* value */
        start local 8 // int value
        12: .line 1402
            iload 8 /* value */
            ifne 69
        13: .line 1403
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            tableswitch { // 0 - 2
                    0: 14
                    1: 54
                    2: 56
              default: 60
          }
        14: .line 1407
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int
      StackMap stack:
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            if_icmplt 46
        15: .line 1408
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iadd
            if_icmpge 46
        16: .line 1409
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 29
        17: .line 1410
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            istore 13 /* pos */
        start local 13 // int pos
        18: .line 1411
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        19: goto 22
        20: .line 1412
      StackMap locals: int int
      StackMap stack:
            aload 4 /* bdata */
            iload 13 /* pos */
            iinc 13 /* pos */ 1
            aload 5 /* val */
            iload 14 /* i */
            baload
            bastore
        21: .line 1411
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 14 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmplt 20
        end local 14 // int i
        23: .line 1413
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 10 /* lineNo */
        24: .line 1414
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        25: .line 1415
            iconst_1
            newarray 10
        26: .line 1413
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        27: .line 1416
            iinc 12 /* finished */ 1
        end local 13 // int pos
        28: .line 1417
            goto 46
      StackMap locals:
      StackMap stack:
        29: iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            irem
            ifne 46
        30: .line 1418
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            idiv
        31: .line 1419
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        32: .line 1418
            iadd
            istore 13 /* currentLine */
        start local 13 // int currentLine
        33: .line 1420
            iload 13 /* currentLine */
            iload 11 /* lineStride */
            imul
            istore 14 /* pos */
        start local 14 // int pos
        34: .line 1421
            iload 14 /* pos */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iadd
            istore 14 /* pos */
        35: .line 1422
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 15 /* i */
        start local 15 // int i
        36: .line 1423
            goto 39
        37: .line 1425
      StackMap locals: int int int
      StackMap stack:
            aload 4 /* bdata */
            iload 14 /* pos */
            iinc 14 /* pos */ 1
            aload 5 /* val */
            iload 15 /* i */
            baload
            bastore
        38: .line 1424
            iload 15 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 15 /* i */
        39: .line 1423
      StackMap locals:
      StackMap stack:
            iload 15 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        40: .line 1422
            if_icmplt 37
        end local 15 // int i
        41: .line 1426
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 13 /* currentLine */
        42: .line 1427
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        43: .line 1428
            iconst_1
            newarray 10
        44: .line 1426
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        45: .line 1429
            iinc 12 /* finished */ 1
        end local 14 // int pos
        end local 13 // int currentLine
        46: .line 1432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 12 /* finished */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        47: .line 1433
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 48
            iconst_m1
            goto 49
      StackMap locals:
      StackMap stack: int
        48: iconst_1
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int
      StackMap stack: int int
        49: iadd
            istore 10 /* lineNo */
        50: .line 1434
            iconst_0
            istore 7 /* l */
        51: .line 1436
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 75
        52: .line 1437
            iconst_1
            istore 9 /* flag */
        53: .line 1440
            goto 75
        54: .line 1444
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* flag */
        55: .line 1445
            goto 75
        56: .line 1449
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 13 /* xoff */
        start local 13 // int xoff
        57: .line 1450
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 255
            iand
            istore 14 /* yoff */
        start local 14 // int yoff
        58: .line 1452
            iload 7 /* l */
            iload 13 /* xoff */
            iload 14 /* yoff */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            iadd
            iadd
            istore 7 /* l */
        59: .line 1453
            goto 75
        end local 14 // int yoff
        end local 13 // int xoff
        60: .line 1456
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iconst_1
            isub
            baload
            sipush 255
            iand
            istore 15 /* end */
        start local 15 // int end
        61: .line 1457
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        62: goto 65
        63: .line 1458
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int top top int int
      StackMap stack:
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            i2b
            bastore
        64: .line 1457
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        65: iload 16 /* i */
            iload 15 /* end */
            if_icmplt 63
        end local 16 // int i
        66: .line 1463
            iload 15 /* end */
            iconst_1
            iand
            iconst_1
            if_icmpne 75
        67: .line 1464
            iinc 6 /* count */ 1
        end local 15 // int end
        68: .line 1467
            goto 75
        69: .line 1468
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int
      StackMap stack:
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        70: goto 73
        71: .line 1469
      StackMap locals: int
      StackMap stack:
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 255
            iand
            i2b
            bastore
        72: .line 1468
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 13 /* i */
            iload 8 /* value */
            if_icmplt 71
        end local 13 // int i
        74: .line 1472
            iinc 6 /* count */ 1
        75: .line 1476
      StackMap locals:
      StackMap stack:
            iload 9 /* flag */
            ifeq 77
        76: .line 1477
            goto 78
        end local 8 // int value
        77: .line 1400
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int top int int int int
      StackMap stack:
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmpne 11
        78: .line 1480
      StackMap locals:
      StackMap stack:
            return
        end local 12 // int finished
        end local 11 // int lineStride
        end local 10 // int lineNo
        end local 9 // boolean flag
        end local 7 // int l
        end local 6 // int count
        end local 5 // byte[] val
        end local 4 // byte[] bdata
        end local 3 // byte[] values
        end local 2 // int padding
        end local 1 // int imSize
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   79     0         this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   79     1       imSize  I
            0   79     2      padding  I
            0   79     3       values  [B
            0   79     4        bdata  [B
            1   79     5          val  [B
            2   79     6        count  I
            3   79     7            l  I
           12   77     8        value  I
            4   79     9         flag  Z
            7   79    10       lineNo  I
            9   79    11   lineStride  I
           10   79    12     finished  I
           18   28    13          pos  I
           19   23    14            i  I
           33   46    13  currentLine  I
           34   46    14          pos  I
           36   41    15            i  I
           57   60    13         xoff  I
           58   60    14         yoff  I
           61   68    15          end  I
           62   66    16            i  I
           70   74    13            i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      imSize   
      padding  
      values   
      bdata    

  private void readRLE4(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // byte[] bdata
         0: .line 1485
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
            l2i
            istore 2 /* imSize */
        start local 2 // int imSize
         1: .line 1486
            iload 2 /* imSize */
            ifne 3
         2: .line 1487
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapFileSize:J
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
            lsub
            l2i
            istore 2 /* imSize */
         3: .line 1490
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* padding */
        start local 3 // int padding
         4: .line 1493
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_4
            irem
            istore 4 /* remainder */
        start local 4 // int remainder
         5: .line 1494
            iload 4 /* remainder */
            ifeq 7
         6: .line 1495
            iconst_4
            iload 4 /* remainder */
            isub
            istore 3 /* padding */
         7: .line 1499
      StackMap locals: int int
      StackMap stack:
            iload 2 /* imSize */
            newarray 8
            astore 5 /* values */
        start local 5 // byte[] values
         8: .line 1500
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 5 /* values */
            iconst_0
            iload 2 /* imSize */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
         9: .line 1503
            aload 0 /* this */
            iload 2 /* imSize */
            iload 3 /* padding */
            aload 5 /* values */
            aload 1 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.decodeRLE4:(II[B[B)V
        10: .line 1504
            return
        end local 5 // byte[] values
        end local 4 // int remainder
        end local 3 // int padding
        end local 2 // int imSize
        end local 1 // byte[] bdata
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   11     1      bdata  [B
            1   11     2     imSize  I
            4   11     3    padding  I
            5   11     4  remainder  I
            8   11     5     values  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bdata  

  private void decodeRLE4(int, int, byte[], byte[]);
    descriptor: (II[B[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=17, args_size=5
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imSize
        start local 2 // int padding
        start local 3 // byte[] values
        start local 4 // byte[] bdata
         0: .line 1510
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            newarray 8
            astore 5 /* val */
        start local 5 // byte[] val
         1: .line 1511
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: iconst_0
            istore 7 /* l */
        start local 7 // int l
         3: .line 1513
            iconst_0
            istore 9 /* flag */
        start local 9 // boolean flag
         4: .line 1514
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 5
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
            iconst_1
            isub
            goto 6
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int top int
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 10 /* lineNo */
        start local 10 // int lineNo
         7: .line 1516
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            checkcast java.awt.image.MultiPixelPackedSampleModel
            invokevirtual java.awt.image.MultiPixelPackedSampleModel.getScanlineStride:()I
         8: .line 1515
            istore 11 /* lineStride */
        start local 11 // int lineStride
         9: .line 1517
            iconst_0
            istore 12 /* finished */
        start local 12 // int finished
        10: .line 1519
            goto 95
        11: .line 1521
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 8 /* value */
        start local 8 // int value
        12: .line 1522
            iload 8 /* value */
            ifne 84
        13: .line 1526
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            tableswitch { // 0 - 2
                    0: 14
                    1: 64
                    2: 66
              default: 70
          }
        14: .line 1531
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int
      StackMap stack:
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            if_icmplt 56
        15: .line 1532
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iadd
            if_icmpge 56
        16: .line 1533
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 34
        17: .line 1534
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            iadd
            iconst_1
            ishr
            imul
            istore 13 /* pos */
        start local 13 // int pos
        18: .line 1535
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        19: iconst_0
            istore 15 /* j */
        start local 15 // int j
        20: goto 25
        21: .line 1536
      StackMap locals: int int int
      StackMap stack:
            aload 4 /* bdata */
            iload 13 /* pos */
            iinc 13 /* pos */ 1
        22: .line 1537
            aload 5 /* val */
            iload 15 /* j */
            iinc 15 /* j */ 1
            baload
            iconst_4
            ishl
            aload 5 /* val */
            iload 15 /* j */
            iinc 15 /* j */ 1
            baload
            ior
            i2b
        23: .line 1536
            bastore
        24: .line 1535
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 14 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            ishr
            if_icmplt 21
        end local 15 // int j
        end local 14 // int i
        26: .line 1538
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            iand
            iconst_1
            if_icmpne 28
        27: .line 1539
            aload 4 /* bdata */
            iload 13 /* pos */
            dup2
            baload
            aload 5 /* val */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            isub
            baload
            iconst_4
            ishl
            ior
            i2b
            bastore
        28: .line 1541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 10 /* lineNo */
        29: .line 1542
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        30: .line 1543
            iconst_1
            newarray 10
        31: .line 1541
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        32: .line 1544
            iinc 12 /* finished */ 1
        end local 13 // int pos
        33: .line 1545
            goto 56
      StackMap locals:
      StackMap stack:
        34: iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            irem
            ifne 56
        35: .line 1546
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
            idiv
        36: .line 1547
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        37: .line 1546
            iadd
            istore 13 /* currentLine */
        start local 13 // int currentLine
        38: .line 1548
            iload 13 /* currentLine */
            iload 11 /* lineStride */
            imul
            istore 14 /* pos */
        start local 14 // int pos
        39: .line 1549
            iload 14 /* pos */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iconst_1
            ishr
            iadd
            istore 14 /* pos */
        40: .line 1550
            iconst_1
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iconst_1
            iand
            isub
            iconst_2
            ishl
            istore 15 /* shift */
        start local 15 // int shift
        41: .line 1551
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 16 /* i */
        start local 16 // int i
        42: .line 1552
            goto 49
        43: .line 1554
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int int int int int
      StackMap stack:
            aload 4 /* bdata */
            iload 14 /* pos */
            dup2
            baload
            aload 5 /* val */
            iload 16 /* i */
            baload
            iload 15 /* shift */
            ishl
            ior
            i2b
            bastore
        44: .line 1555
            iinc 15 /* shift */ 4
        45: .line 1556
            iload 15 /* shift */
            iconst_4
            if_icmpne 47
        46: .line 1557
            iinc 14 /* pos */ 1
        47: .line 1559
      StackMap locals:
      StackMap stack:
            iload 15 /* shift */
            bipush 7
            iand
            istore 15 /* shift */
        48: .line 1553
            iload 16 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 16 /* i */
        49: .line 1552
      StackMap locals:
      StackMap stack:
            iload 16 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        50: .line 1551
            if_icmplt 43
        end local 16 // int i
        51: .line 1561
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 13 /* currentLine */
        52: .line 1562
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iconst_1
            iconst_1
            iconst_1
        53: .line 1563
            iconst_1
            newarray 10
        54: .line 1561
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        55: .line 1564
            iinc 12 /* finished */ 1
        end local 15 // int shift
        end local 14 // int pos
        end local 13 // int currentLine
        56: .line 1567
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 12 /* finished */
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        57: .line 1568
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 58
            iconst_m1
            goto 59
      StackMap locals:
      StackMap stack: int
        58: iconst_1
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int
      StackMap stack: int int
        59: iadd
            istore 10 /* lineNo */
        60: .line 1569
            iconst_0
            istore 7 /* l */
        61: .line 1571
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 93
        62: .line 1572
            iconst_1
            istore 9 /* flag */
        63: .line 1575
            goto 93
        64: .line 1579
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* flag */
        65: .line 1580
            goto 93
        66: .line 1584
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 13 /* xoff */
        start local 13 // int xoff
        67: .line 1585
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 255
            iand
            istore 14 /* yoff */
        start local 14 // int yoff
        68: .line 1587
            iload 7 /* l */
            iload 13 /* xoff */
            iload 14 /* yoff */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            iadd
            iadd
            istore 7 /* l */
        69: .line 1588
            goto 93
        end local 14 // int yoff
        end local 13 // int xoff
        70: .line 1591
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iconst_1
            isub
            baload
            sipush 255
            iand
            istore 15 /* end */
        start local 15 // int end
        71: .line 1592
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        72: goto 78
        73: .line 1593
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int top top int int
      StackMap stack:
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            iload 16 /* i */
            iconst_1
            iand
            ifne 74
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 240
            iand
            iconst_4
            ishr
            goto 75
        74: .line 1594
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int top top int int
      StackMap stack: byte[] int
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            bipush 15
            iand
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int top top int int
      StackMap stack: byte[] int int
        75: i2b
        76: .line 1593
            bastore
        77: .line 1592
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        78: iload 16 /* i */
            iload 15 /* end */
            if_icmplt 73
        end local 16 // int i
        79: .line 1599
            iload 15 /* end */
            iconst_1
            iand
            iconst_1
            if_icmpne 81
        80: .line 1600
            iinc 6 /* count */ 1
        81: .line 1605
      StackMap locals:
      StackMap stack:
            iload 15 /* end */
            iconst_2
            idiv
            i2d
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iconst_1
            iand
            iconst_1
            if_icmpne 93
        82: .line 1606
            iinc 6 /* count */ 1
        end local 15 // int end
        83: .line 1610
            goto 93
        84: .line 1612
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int
      StackMap stack:
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 240
            iand
            iconst_4
            ishr
            iastore
            dup
            iconst_1
        85: .line 1613
            aload 3 /* values */
            iload 6 /* count */
            baload
            bipush 15
            iand
            iastore
        86: .line 1612
            astore 13 /* alternate */
        start local 13 // int[] alternate
        87: .line 1614
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        88: goto 91
        89: .line 1615
      StackMap locals: int[] int
      StackMap stack:
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            aload 13 /* alternate */
            iload 14 /* i */
            iconst_1
            iand
            iaload
            i2b
            bastore
        90: .line 1614
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        91: iload 14 /* i */
            iload 8 /* value */
            if_icmpge 92
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmplt 89
        end local 14 // int i
        92: .line 1618
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ 1
        end local 13 // int[] alternate
        93: .line 1622
      StackMap locals:
      StackMap stack:
            iload 9 /* flag */
            ifeq 95
        94: .line 1623
            goto 96
        end local 8 // int value
        95: .line 1519
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int top int int int int
      StackMap stack:
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmpne 11
        96: .line 1626
      StackMap locals:
      StackMap stack:
            return
        end local 12 // int finished
        end local 11 // int lineStride
        end local 10 // int lineNo
        end local 9 // boolean flag
        end local 7 // int l
        end local 6 // int count
        end local 5 // byte[] val
        end local 4 // byte[] bdata
        end local 3 // byte[] values
        end local 2 // int padding
        end local 1 // int imSize
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   97     0         this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   97     1       imSize  I
            0   97     2      padding  I
            0   97     3       values  [B
            0   97     4        bdata  [B
            1   97     5          val  [B
            2   97     6        count  I
            3   97     7            l  I
           12   95     8        value  I
            4   97     9         flag  Z
            7   97    10       lineNo  I
            9   97    11   lineStride  I
           10   97    12     finished  I
           18   33    13          pos  I
           19   26    14            i  I
           20   26    15            j  I
           38   56    13  currentLine  I
           39   56    14          pos  I
           41   56    15        shift  I
           42   51    16            i  I
           67   70    13         xoff  I
           68   70    14         yoff  I
           71   83    15          end  I
           72   79    16            i  I
           87   93    13    alternate  [I
           88   92    14            i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      imSize   
      padding  
      values   
      bdata    

  private java.awt.image.BufferedImage readEmbedded(int, java.awt.image.BufferedImage, javax.imageio.ImageReadParam);
    descriptor: (ILjava/awt/image/BufferedImage;Ljavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int type
        start local 2 // java.awt.image.BufferedImage bi
        start local 3 // javax.imageio.ImageReadParam bmpParam
         0: .line 1641
            iload 1 /* type */
            tableswitch { // 4 - 5
                    4: 1
                    5: 3
              default: 5
          }
         1: .line 1643
      StackMap locals:
      StackMap stack:
            ldc "JPEG"
            astore 4 /* format */
        start local 4 // java.lang.String format
         2: .line 1644
            goto 7
        end local 4 // java.lang.String format
         3: .line 1646
      StackMap locals:
      StackMap stack:
            ldc "PNG"
            astore 4 /* format */
        start local 4 // java.lang.String format
         4: .line 1647
            goto 7
        end local 4 // java.lang.String format
         5: .line 1650
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected compression type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 1649
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // java.lang.String format
         7: .line 1653
      StackMap locals: java.lang.String
      StackMap stack:
            aload 4 /* format */
            invokestatic javax.imageio.ImageIO.getImageReadersByFormatName:(Ljava/lang/String;)Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.imageio.ImageReader
         8: .line 1652
            astore 5 /* reader */
        start local 5 // javax.imageio.ImageReader reader
         9: .line 1654
            aload 5 /* reader */
            ifnonnull 13
        10: .line 1655
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "BMPImageReader4"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        11: .line 1656
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* format */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 1655
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 1659
      StackMap locals: javax.imageio.ImageReader
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
            l2i
            newarray 8
            astore 6 /* buff */
        start local 6 // byte[] buff
        14: .line 1660
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            aload 6 /* buff */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([B)I
            pop
        15: .line 1661
            aload 5 /* reader */
            new java.io.ByteArrayInputStream
            dup
            aload 6 /* buff */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            invokestatic javax.imageio.ImageIO.createImageInputStream:(Ljava/lang/Object;)Ljavax/imageio/stream/ImageInputStream;
            invokevirtual javax.imageio.ImageReader.setInput:(Ljava/lang/Object;)V
        16: .line 1662
            aload 2 /* bi */
            ifnonnull 24
        17: .line 1663
            aload 5 /* reader */
            iconst_0
            invokevirtual javax.imageio.ImageReader.getImageTypes:(I)Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.imageio.ImageTypeSpecifier
            astore 7 /* embType */
        start local 7 // javax.imageio.ImageTypeSpecifier embType
        18: .line 1664
            aload 7 /* embType */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
        19: .line 1665
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        20: .line 1666
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        21: .line 1667
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        22: .line 1666
            iadd
        23: .line 1664
            invokevirtual javax.imageio.ImageTypeSpecifier.createBufferedImage:(II)Ljava/awt/image/BufferedImage;
            astore 2 /* bi */
        end local 7 // javax.imageio.ImageTypeSpecifier embType
        24: .line 1670
      StackMap locals: byte[]
      StackMap stack:
            aload 5 /* reader */
            new com.sun.imageio.plugins.bmp.BMPImageReader$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.bmp.BMPImageReader$1.<init>:(Lcom/sun/imageio/plugins/bmp/BMPImageReader;Lcom/sun/imageio/plugins/bmp/BMPImageReader;)V
            invokevirtual javax.imageio.ImageReader.addIIOReadProgressListener:(Ljavax/imageio/event/IIOReadProgressListener;)V
        25: .line 1678
            aload 5 /* reader */
            new com.sun.imageio.plugins.bmp.BMPImageReader$2
            dup
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.bmp.BMPImageReader$2.<init>:(Lcom/sun/imageio/plugins/bmp/BMPImageReader;)V
            invokevirtual javax.imageio.ImageReader.addIIOReadUpdateListener:(Ljavax/imageio/event/IIOReadUpdateListener;)V
        26: .line 1724
            aload 5 /* reader */
            new com.sun.imageio.plugins.bmp.BMPImageReader$3
            dup
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.bmp.BMPImageReader$3.<init>:(Lcom/sun/imageio/plugins/bmp/BMPImageReader;)V
            invokevirtual javax.imageio.ImageReader.addIIOReadWarningListener:(Ljavax/imageio/event/IIOReadWarningListener;)V
        27: .line 1731
            aload 5 /* reader */
            invokevirtual javax.imageio.ImageReader.getDefaultReadParam:()Ljavax/imageio/ImageReadParam;
            astore 7 /* param */
        start local 7 // javax.imageio.ImageReadParam param
        28: .line 1732
            aload 7 /* param */
            aload 2 /* bi */
            invokevirtual javax.imageio.ImageReadParam.setDestination:(Ljava/awt/image/BufferedImage;)V
        29: .line 1733
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            invokevirtual javax.imageio.ImageReadParam.setDestinationBands:([I)V
        30: .line 1734
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getDestinationOffset:()Ljava/awt/Point;
            invokevirtual javax.imageio.ImageReadParam.setDestinationOffset:(Ljava/awt/Point;)V
        31: .line 1735
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            invokevirtual javax.imageio.ImageReadParam.setSourceBands:([I)V
        32: .line 1736
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceRegion:()Ljava/awt/Rectangle;
            invokevirtual javax.imageio.ImageReadParam.setSourceRegion:(Ljava/awt/Rectangle;)V
        33: .line 1737
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
        34: .line 1738
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
        35: .line 1739
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSubsamplingXOffset:()I
        36: .line 1740
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSubsamplingYOffset:()I
        37: .line 1737
            invokevirtual javax.imageio.ImageReadParam.setSourceSubsampling:(IIII)V
        38: .line 1741
            aload 5 /* reader */
            iconst_0
            aload 7 /* param */
            invokevirtual javax.imageio.ImageReader.read:(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;
            pop
        39: .line 1742
            aload 2 /* bi */
            areturn
        end local 7 // javax.imageio.ImageReadParam param
        end local 6 // byte[] buff
        end local 5 // javax.imageio.ImageReader reader
        end local 4 // java.lang.String format
        end local 3 // javax.imageio.ImageReadParam bmpParam
        end local 2 // java.awt.image.BufferedImage bi
        end local 1 // int type
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   40     0      this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   40     1      type  I
            0   40     2        bi  Ljava/awt/image/BufferedImage;
            0   40     3  bmpParam  Ljavax/imageio/ImageReadParam;
            2    3     4    format  Ljava/lang/String;
            4    5     4    format  Ljava/lang/String;
            7   40     4    format  Ljava/lang/String;
            9   40     5    reader  Ljavax/imageio/ImageReader;
           14   40     6      buff  [B
           18   24     7   embType  Ljavax/imageio/ImageTypeSpecifier;
           28   40     7     param  Ljavax/imageio/ImageReadParam;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      type      
      bi        
      bmpParam  

  private static boolean isLinkedProfileAllowed();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 1760
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
            ifnonnull 3
         1: .line 1761
            new com.sun.imageio.plugins.bmp.BMPImageReader$4
            dup
            invokespecial com.sun.imageio.plugins.bmp.BMPImageReader$4.<init>:()V
            astore 0 /* a */
        start local 0 // java.security.PrivilegedAction a
         2: .line 1766
            aload 0 /* a */
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            putstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
        end local 0 // java.security.PrivilegedAction a
         3: .line 1768
      StackMap locals:
      StackMap stack:
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2    3     0     a  Ljava/security/PrivilegedAction<Ljava/lang/Boolean;>;

  private static boolean isUncOrDevicePath(byte[]);
    descriptor: ([B)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // byte[] p
         0: .line 1785
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isWindowsPlatform:Ljava/lang/Boolean;
            ifnonnull 3
         1: .line 1786
            new com.sun.imageio.plugins.bmp.BMPImageReader$5
            dup
            invokespecial com.sun.imageio.plugins.bmp.BMPImageReader$5.<init>:()V
            astore 1 /* a */
        start local 1 // java.security.PrivilegedAction a
         2: .line 1793
            aload 1 /* a */
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            putstatic com.sun.imageio.plugins.bmp.BMPImageReader.isWindowsPlatform:Ljava/lang/Boolean;
        end local 1 // java.security.PrivilegedAction a
         3: .line 1796
      StackMap locals:
      StackMap stack:
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isWindowsPlatform:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 5
         4: .line 1798
            iconst_0
            ireturn
         5: .line 1802
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            iconst_0
            baload
            bipush 47
            if_icmpne 6
            aload 0 /* p */
            iconst_0
            bipush 92
            bastore
         6: .line 1803
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            iconst_1
            baload
            bipush 47
            if_icmpne 7
            aload 0 /* p */
            iconst_1
            bipush 92
            bastore
         7: .line 1804
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            iconst_3
            baload
            bipush 47
            if_icmpne 8
            aload 0 /* p */
            iconst_3
            bipush 92
            bastore
         8: .line 1807
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            iconst_0
            baload
            bipush 92
            if_icmpne 16
            aload 0 /* p */
            iconst_1
            baload
            bipush 92
            if_icmpne 16
         9: .line 1808
            aload 0 /* p */
            iconst_2
            baload
            bipush 63
            if_icmpne 15
            aload 0 /* p */
            iconst_3
            baload
            bipush 92
            if_icmpne 15
        10: .line 1810
            aload 0 /* p */
            iconst_4
            baload
            bipush 85
            if_icmpeq 11
            aload 0 /* p */
            iconst_4
            baload
            bipush 117
            if_icmpne 14
        11: .line 1811
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            iconst_5
            baload
            bipush 78
            if_icmpeq 12
            aload 0 /* p */
            iconst_5
            baload
            bipush 110
            if_icmpne 14
        12: .line 1812
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            bipush 6
            baload
            bipush 67
            if_icmpeq 13
            aload 0 /* p */
            bipush 6
            baload
            bipush 99
            if_icmpne 14
        13: .line 1810
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        14: iconst_0
            ireturn
        15: .line 1815
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        16: .line 1818
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // byte[] p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0     p  [B
            2    3     1     a  Ljava/security/PrivilegedAction<Ljava/lang/Boolean;>;
    MethodParameters:
      Name  Flags
      p     

  static void access$0(com.sun.imageio.plugins.bmp.BMPImageReader, float);
    descriptor: (Lcom/sun/imageio/plugins/bmp/BMPImageReader;F)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            fload 1
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$1(com.sun.imageio.plugins.bmp.BMPImageReader, java.awt.image.BufferedImage, int, int, int, int, int, int, int[]);
    descriptor: (Lcom/sun/imageio/plugins/bmp/BMPImageReader;Ljava/awt/image/BufferedImage;IIIIII[I)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=9
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            iload 4
            iload 5
            iload 6
            iload 7
            aload 8
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$2(com.sun.imageio.plugins.bmp.BMPImageReader, java.awt.image.BufferedImage);
    descriptor: (Lcom/sun/imageio/plugins/bmp/BMPImageReader;Ljava/awt/image/BufferedImage;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processPassComplete:(Ljava/awt/image/BufferedImage;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$3(com.sun.imageio.plugins.bmp.BMPImageReader, java.awt.image.BufferedImage, int, int, int, int, int, int, int, int[]);
    descriptor: (Lcom/sun/imageio/plugins/bmp/BMPImageReader;Ljava/awt/image/BufferedImage;IIIIIII[I)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=10, locals=10, args_size=10
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            iload 4
            iload 5
            iload 6
            iload 7
            iload 8
            aload 9
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processPassStarted:(Ljava/awt/image/BufferedImage;IIIIIII[I)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$4(com.sun.imageio.plugins.bmp.BMPImageReader, java.lang.String);
    descriptor: (Lcom/sun/imageio/plugins/bmp/BMPImageReader;Ljava/lang/String;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processWarningOccurred:(Ljava/lang/String;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "BMPImageReader.java"
NestMembers:
  com.sun.imageio.plugins.bmp.BMPImageReader$1  com.sun.imageio.plugins.bmp.BMPImageReader$2  com.sun.imageio.plugins.bmp.BMPImageReader$3  com.sun.imageio.plugins.bmp.BMPImageReader$4  com.sun.imageio.plugins.bmp.BMPImageReader$5  com.sun.imageio.plugins.bmp.BMPImageReader$EmbeddedProgressAdapter
InnerClasses:
  com.sun.imageio.plugins.bmp.BMPImageReader$1
  com.sun.imageio.plugins.bmp.BMPImageReader$2
  com.sun.imageio.plugins.bmp.BMPImageReader$3
  com.sun.imageio.plugins.bmp.BMPImageReader$4
  com.sun.imageio.plugins.bmp.BMPImageReader$5
  private EmbeddedProgressAdapter = com.sun.imageio.plugins.bmp.BMPImageReader$EmbeddedProgressAdapter of com.sun.imageio.plugins.bmp.BMPImageReader