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_3_EXT_1_BIT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  private long bitmapStart;
    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 2013
            aconst_null
            putstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
         1: .line 2027
            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 177
            aload 0 /* this */
            aload 1 /* originator */
            invokespecial javax.imageio.ImageReader.<init>:(Ljavax/imageio/spi/ImageReaderSpi;)V
         1: .line 136
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
         2: .line 139
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
         3: .line 162
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
         4: .line 165
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
         5: .line 178
            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 184
            aload 0 /* this */
            aload 1 /* input */
            iload 2 /* seekForwardOnly */
            iload 3 /* ignoreMetadata */
            invokespecial javax.imageio.ImageReader.setInput:(Ljava/lang/Object;ZZ)V
         1: .line 185
            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 186
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnull 4
         3: .line 187
            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 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.resetHeaderInfo:()V
         5: .line 189
            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 193
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 194
            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 196
      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 197
            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 199
      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=4, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 204
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 206
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 207
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 208
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader6"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 2 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalArgumentException e
         5: .line 210
      StackMap locals:
      StackMap stack:
            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    6     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    6     1  imageIndex  I
            4    5     2           e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IllegalArgumentException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  

  public int getHeight(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 214
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 216
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 217
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 218
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader6"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 2 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalArgumentException e
         5: .line 220
      StackMap locals:
      StackMap stack:
            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    6     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    6     1  imageIndex  I
            4    5     2           e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IllegalArgumentException
    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 224
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 225
            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 227
      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  

  protected void readHeader();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=33, args_size=1
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
         0: .line 241
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
            ifeq 2
         1: .line 242
            return
         2: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 4
         3: .line 245
            new java.lang.IllegalStateException
            dup
            ldc "Input source not set!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 247
      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 249
            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 250
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.mark:()V
         8: .line 253
            iconst_2
            newarray 8
            astore 3 /* marker */
        start local 3 // byte[] marker
         9: .line 254
            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 255
            aload 3 /* marker */
            iconst_0
            baload
            bipush 66
            if_icmpne 11
            aload 3 /* marker */
            iconst_1
            baload
            bipush 77
            if_icmpeq 12
        11: .line 256
      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 259
      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 261
            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 264
            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 268
            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 270
            lload 4 /* size */
            ldc 12
            lcmp
            ifne 20
        17: .line 271
            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 272
            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 273
            goto 22
        20: .line 274
      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 275
            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 278
      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 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.height:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.height:I
        24: .line 281
            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 282
            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 285
            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 289
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
        28: .line 291
            lload 4 /* size */
            ldc 12
            lcmp
            ifne 50
        29: .line 293
            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 296
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 33
        31: .line 297
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        32: .line 298
            goto 43
      StackMap locals:
      StackMap stack:
        33: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpne 36
        34: .line 299
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        35: .line 300
            goto 43
      StackMap locals:
      StackMap stack:
        36: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 39
        37: .line 301
            aload 0 /* this */
            iconst_2
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        38: .line 302
            goto 43
      StackMap locals:
      StackMap stack:
        39: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 24
            if_icmpne 42
        40: .line 303
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        41: .line 304
            goto 43
        42: .line 305
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader8"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        43: .line 309
      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
        44: .line 310
            iload 6 /* numberOfEntries */
            iconst_3
            imul
            istore 7 /* sizeOfPalette */
        start local 7 // int sizeOfPalette
        45: .line 311
            aload 0 /* this */
            iload 7 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
        46: .line 312
            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
        47: .line 313
            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
        48: .line 314
            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
        49: .line 315
            goto 271
        50: .line 316
      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
        51: .line 317
            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
        52: .line 318
            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
        53: .line 319
            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
        54: .line 320
            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
        55: .line 321
            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
        56: .line 323
            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
        57: .line 324
            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
        58: .line 325
            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
        59: .line 326
            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
        60: .line 327
            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
        61: .line 329
            lload 4 /* size */
            ldc 40
            lcmp
            ifne 133
        62: .line 331
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 5
                    0: 66
                    1: 66
                    2: 66
                    3: 108
                    4: 63
                    5: 63
              default: 130
          }
        63: .line 335
      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;
        64: .line 336
            aload 0 /* this */
            bipush 22
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        65: .line 337
            goto 271
        66: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapOffset:J
            lload 4 /* size */
            ldc 14
            ladd
            lcmp
            ifge 68
        67: .line 345
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader7"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        68: .line 347
      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
        69: .line 348
            iload 14 /* numberOfEntries */
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
        70: .line 349
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
        71: .line 350
            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
        72: .line 352
            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
        73: .line 353
            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
        74: .line 355
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 77
        75: .line 356
            aload 0 /* this */
            iconst_4
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        76: .line 357
            goto 106
      StackMap locals: int int
      StackMap stack:
        77: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpne 80
        78: .line 358
            aload 0 /* this */
            iconst_5
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        79: .line 359
            goto 106
      StackMap locals:
      StackMap stack:
        80: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 83
        81: .line 360
            aload 0 /* this */
            bipush 6
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        82: .line 361
            goto 106
      StackMap locals:
      StackMap stack:
        83: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 24
            if_icmpne 86
        84: .line 362
            aload 0 /* this */
            bipush 7
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        85: .line 363
            goto 106
      StackMap locals:
      StackMap stack:
        86: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 95
        87: .line 364
            aload 0 /* this */
            bipush 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        88: .line 366
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
        89: .line 367
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
        90: .line 368
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
        91: .line 369
            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
        92: .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.greenMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenMask:I
        93: .line 371
            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
        94: .line 372
            goto 106
      StackMap locals:
      StackMap stack:
        95: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 104
        96: .line 373
            aload 0 /* this */
            bipush 9
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        97: .line 374
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
        98: .line 375
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
        99: .line 376
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       100: .line 377
            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
       101: .line 378
            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
       102: .line 379
            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
       103: .line 380
            goto 106
       104: .line 382
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader8"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       105: .line 381
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       106: .line 385
      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;
       107: .line 386
            goto 271
        end local 15 // int sizeOfPalette
        end local 14 // int numberOfEntries
       108: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 111
       109: .line 391
            aload 0 /* this */
            bipush 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       110: .line 392
            goto 116
      StackMap locals:
      StackMap stack:
       111: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 114
       112: .line 393
            aload 0 /* this */
            bipush 9
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       113: .line 394
            goto 116
       114: .line 396
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader8"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       115: .line 395
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       116: .line 400
      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
       117: .line 401
            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
       118: .line 402
            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
       119: .line 403
            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
       120: .line 404
            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
       121: .line 405
            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
       122: .line 407
            lload 10 /* colorsUsed */
            lconst_0
            lcmp
            ifeq 128
       123: .line 409
            lload 10 /* colorsUsed */
            l2i
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
       124: .line 410
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       125: .line 411
            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
       126: .line 413
            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
       127: .line 414
            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
       128: .line 416
      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;
       129: .line 418
            goto 271
       130: .line 421
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader2"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       131: .line 420
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       132: .line 423
      StackMap locals:
      StackMap stack:
            goto 271
      StackMap locals:
      StackMap stack:
       133: lload 4 /* size */
            ldc 52
            lcmp
            ifeq 134
            lload 4 /* size */
            ldc 56
            lcmp
            ifne 182
       134: .line 425
      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
       135: .line 426
            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
       136: .line 427
            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
       137: .line 428
            lload 4 /* size */
            ldc 56
            lcmp
            ifne 139
       138: .line 429
            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
       139: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ldc "BMP V2/V3 INFO"
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.bmpVersion:Ljava/lang/String;
       140: .line 434
            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
       141: .line 435
            iload 14 /* numberOfEntries */
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
       142: .line 436
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       143: .line 437
            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
       144: .line 438
            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
       145: .line 439
            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
       146: .line 441
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 4 - 5
                    4: 147
                    5: 147
              default: 149
          }
       147: .line 445
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            bipush 23
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       148: .line 446
            goto 271
       149: .line 448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 152
       150: .line 449
            aload 0 /* this */
            bipush 10
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       151: .line 450
            goto 177
      StackMap locals:
      StackMap stack:
       152: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpne 155
       153: .line 451
            aload 0 /* this */
            bipush 11
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       154: .line 452
            goto 177
      StackMap locals:
      StackMap stack:
       155: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 158
       156: .line 453
            aload 0 /* this */
            bipush 12
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       157: .line 454
            goto 177
      StackMap locals:
      StackMap stack:
       158: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 165
       159: .line 455
            aload 0 /* this */
            bipush 13
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       160: .line 456
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 177
       161: .line 457
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       162: .line 458
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       163: .line 459
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       164: .line 461
            goto 177
      StackMap locals:
      StackMap stack:
       165: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 24
            if_icmpne 168
       166: .line 462
            aload 0 /* this */
            bipush 14
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       167: .line 463
            goto 177
      StackMap locals:
      StackMap stack:
       168: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 175
       169: .line 464
            aload 0 /* this */
            bipush 15
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       170: .line 465
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 177
       171: .line 466
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       172: .line 467
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       173: .line 468
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       174: .line 470
            goto 177
       175: .line 472
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader8"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       176: .line 471
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       177: .line 475
      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
       178: .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.greenMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.greenMask:I
       179: .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.blueMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.blueMask:I
       180: .line 478
            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 15 // int sizeOfPalette
        end local 14 // int numberOfEntries
       181: .line 480
            goto 271
      StackMap locals:
      StackMap stack:
       182: lload 4 /* size */
            ldc 108
            lcmp
            ifeq 183
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 269
       183: .line 482
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            ldc 108
            lcmp
            ifne 185
       184: .line 483
            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 187
       185: .line 484
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 187
       186: .line 485
            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;
       187: .line 488
      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
       188: .line 489
            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
       189: .line 490
            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
       190: .line 492
            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
       191: .line 493
            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
       192: .line 494
            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
       193: .line 495
            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
       194: .line 496
            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
       195: .line 497
            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
       196: .line 498
            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
       197: .line 499
            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
       198: .line 500
            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
       199: .line 501
            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
       200: .line 502
            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
       201: .line 503
            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
       202: .line 504
            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
       203: .line 505
            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
       204: .line 507
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 209
       205: .line 508
            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
       206: .line 509
            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 */
       207: .line 510
            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 */
       208: .line 511
            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
       209: .line 514
      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
       210: .line 516
            lload 14 /* csType */
            lconst_0
            lcmp
            ifne 223
       211: .line 518
            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
       212: .line 519
            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
       213: .line 520
            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
       214: .line 521
            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
       215: .line 522
            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
       216: .line 523
            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
       217: .line 524
            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
       218: .line 525
            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
       219: .line 526
            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
       220: .line 527
            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
       221: .line 528
            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
       222: .line 529
            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
       223: .line 533
      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
       224: .line 534
            iload 31 /* numberOfEntries */
            iconst_4
            imul
            istore 32 /* sizeOfPalette */
        start local 32 // int sizeOfPalette
       225: .line 535
            aload 0 /* this */
            iload 32 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       226: .line 536
            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
       227: .line 537
            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
       228: .line 538
            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
       229: .line 540
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 4 - 5
                    4: 230
                    5: 230
              default: 236
          }
       230: .line 543
      StackMap locals: int int
      StackMap stack:
            lload 4 /* size */
            ldc 108
            lcmp
            ifne 233
       231: .line 544
            aload 0 /* this */
            bipush 24
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       232: .line 545
            goto 271
      StackMap locals:
      StackMap stack:
       233: lload 4 /* size */
            ldc 124
            lcmp
            ifne 271
       234: .line 546
            aload 0 /* this */
            bipush 25
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       235: .line 548
            goto 271
       236: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 239
       237: .line 551
            aload 0 /* this */
            bipush 16
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       238: .line 552
            goto 264
      StackMap locals:
      StackMap stack:
       239: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpne 242
       240: .line 553
            aload 0 /* this */
            bipush 17
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       241: .line 554
            goto 264
      StackMap locals:
      StackMap stack:
       242: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 245
       243: .line 555
            aload 0 /* this */
            bipush 18
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       244: .line 556
            goto 264
      StackMap locals:
      StackMap stack:
       245: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 252
       246: .line 557
            aload 0 /* this */
            bipush 19
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       247: .line 558
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 264
       248: .line 559
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       249: .line 560
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       250: .line 561
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       251: .line 563
            goto 264
      StackMap locals:
      StackMap stack:
       252: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 24
            if_icmpne 255
       253: .line 564
            aload 0 /* this */
            bipush 20
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       254: .line 565
            goto 264
      StackMap locals:
      StackMap stack:
       255: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 262
       256: .line 566
            aload 0 /* this */
            bipush 21
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       257: .line 567
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 264
       258: .line 568
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       259: .line 569
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       260: .line 570
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       261: .line 572
            goto 264
       262: .line 574
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader8"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       263: .line 573
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       264: .line 577
      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
       265: .line 578
            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
       266: .line 579
            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
       267: .line 580
            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
       268: .line 582
            goto 271
       269: .line 584
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] long long long long long
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader3"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       270: .line 583
            invokespecial javax.imageio.IIOException.<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
       271: .line 588
      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 274
       272: .line 590
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
       273: .line 591
            goto 276
       274: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
       275: .line 594
            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
       276: .line 599
      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
       277: .line 600
            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 279
       278: .line 601
            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 296
       279: .line 603
      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
       280: .line 604
            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
       281: .line 605
            iload 2 /* profileSize */
            newarray 8
            astore 7 /* profile */
        start local 7 // byte[] profile
       282: .line 606
            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
       283: .line 607
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
       284: .line 610
            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 291
       285: .line 611
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileAllowed:()Z
            ifeq 291
       286: .line 612
            aload 7 /* profile */
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.isUncOrDevicePath:([B)Z
            ifne 291
       287: .line 614
            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
       288: .line 617
            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
       289: .line 616
            astore 6 /* colorSpace */
        end local 8 // java.lang.String path
       290: .line 618
            goto 296
       291: .line 620
      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
       292: .line 619
            astore 6 /* colorSpace */
       293: .line 622
            goto 296
      StackMap locals:
      StackMap stack: java.lang.Exception
       294: pop
       295: .line 623
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            astore 6 /* colorSpace */
        end local 7 // byte[] profile
       296: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            ifeq 298
       297: .line 628
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            ldc 4
            lcmp
            ifeq 298
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            ldc 5
            lcmp
            ifne 301
       298: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       299: .line 633
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       300: .line 634
            goto 418
      StackMap locals:
      StackMap stack:
       301: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpeq 302
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_4
            if_icmpeq 302
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 364
       302: .line 636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       303: .line 638
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 319
       304: .line 639
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            astore 7 /* bandOffsets */
        start local 7 // int[] bandOffsets
       305: .line 640
            iconst_0
            istore 8 /* i */
        start local 8 // int i
       306: goto 309
       307: .line 641
      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
       308: .line 640
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
       309: iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            if_icmplt 307
        end local 8 // int i
       310: .line 643
            aload 0 /* this */
       311: .line 644
            new java.awt.image.PixelInterleavedSampleModel
            dup
            iconst_0
       312: .line 645
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       313: .line 646
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       314: .line 647
            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
       315: .line 648
            aload 7 /* bandOffsets */
       316: .line 644
            invokespecial java.awt.image.PixelInterleavedSampleModel.<init>:(IIIII[I)V
       317: .line 643
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        end local 7 // int[] bandOffsets
       318: .line 649
            goto 325
       319: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       320: .line 652
            new java.awt.image.MultiPixelPackedSampleModel
            dup
            iconst_0
       321: .line 653
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       322: .line 654
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
       323: .line 652
            invokespecial java.awt.image.MultiPixelPackedSampleModel.<init>:(IIII)V
       324: .line 651
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       325: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            ifeq 328
       326: .line 660
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            iconst_1
            if_icmpeq 328
       327: .line 661
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            iconst_2
            if_icmpne 343
       328: .line 664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            arraylength
            iconst_3
            idiv
            i2l
            lstore 4 /* size */
       329: .line 666
            lload 4 /* size */
            ldc 256
            lcmp
            ifle 331
       330: .line 667
            ldc 256
            lstore 4 /* size */
       331: .line 671
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            l2i
            newarray 8
            astore 7 /* r */
        start local 7 // byte[] r
       332: .line 672
            lload 4 /* size */
            l2i
            newarray 8
            astore 8 /* g */
        start local 8 // byte[] g
       333: .line 673
            lload 4 /* size */
            l2i
            newarray 8
            astore 9 /* b */
        start local 9 // byte[] b
       334: .line 674
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       335: goto 341
       336: .line 675
      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
       337: .line 676
            aload 9 /* b */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            baload
            bastore
       338: .line 677
            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
       339: .line 678
            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
       340: .line 674
            iinc 11 /* i */ 1
        end local 10 // int off
      StackMap locals:
      StackMap stack:
       341: iload 11 /* i */
            lload 4 /* size */
            l2i
            if_icmplt 336
        end local 11 // int i
       342: .line 680
            goto 357
        end local 9 // byte[] b
        end local 8 // byte[] g
        end local 7 // byte[] r
       343: .line 681
      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 */
       344: .line 683
            lload 4 /* size */
            ldc 256
            lcmp
            ifle 346
       345: .line 684
            ldc 256
            lstore 4 /* size */
       346: .line 688
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            l2i
            newarray 8
            astore 7 /* r */
        start local 7 // byte[] r
       347: .line 689
            lload 4 /* size */
            l2i
            newarray 8
            astore 8 /* g */
        start local 8 // byte[] g
       348: .line 690
            lload 4 /* size */
            l2i
            newarray 8
            astore 9 /* b */
        start local 9 // byte[] b
       349: .line 691
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       350: goto 356
       351: .line 692
      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
       352: .line 693
            aload 9 /* b */
            iload 11 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
            iload 10 /* off */
            baload
            bastore
       353: .line 694
            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
       354: .line 695
            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
       355: .line 691
            iinc 11 /* i */ 1
        end local 10 // int off
      StackMap locals:
      StackMap stack:
       356: iload 11 /* i */
            i2l
            lload 4 /* size */
            lcmp
            iflt 351
        end local 11 // int i
       357: .line 699
      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 362
       358: .line 700
            aload 0 /* this */
       359: .line 701
            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;
       360: .line 700
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       361: .line 701
            goto 418
       362: .line 703
      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
       363: .line 704
            goto 418
      StackMap locals:
      StackMap stack:
       364: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 379
       365: .line 705
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       366: .line 706
            aload 0 /* this */
       367: .line 707
            new java.awt.image.SinglePixelPackedSampleModel
            dup
            iconst_1
       368: .line 708
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       369: .line 709
            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
       370: .line 707
            invokespecial java.awt.image.SinglePixelPackedSampleModel.<init>:(III[I)V
       371: .line 706
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       372: .line 711
            aload 0 /* this */
       373: .line 712
            new java.awt.image.DirectColorModel
            dup
            aload 6 /* colorSpace */
       374: .line 713
            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
       375: .line 714
            iconst_0
            iconst_1
       376: .line 712
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
       377: .line 711
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       378: .line 716
            goto 418
      StackMap locals:
      StackMap stack:
       379: aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 32
            if_icmpne 400
       380: .line 717
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.alphaMask:I
            ifne 381
            iconst_3
            goto 382
      StackMap locals:
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader
       381: 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
       382: putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       383: .line 721
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            iconst_3
            if_icmpne 385
       384: .line 722
            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 386
       385: .line 723
      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
       386: .line 721
      StackMap locals:
      StackMap stack: int[]
            astore 7 /* bitMasks */
        start local 7 // int[] bitMasks
       387: .line 725
            aload 0 /* this */
       388: .line 726
            new java.awt.image.SinglePixelPackedSampleModel
            dup
            iconst_3
       389: .line 727
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       390: .line 728
            aload 7 /* bitMasks */
       391: .line 726
            invokespecial java.awt.image.SinglePixelPackedSampleModel.<init>:(III[I)V
       392: .line 725
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       393: .line 730
            aload 0 /* this */
       394: .line 731
            new java.awt.image.DirectColorModel
            dup
            aload 6 /* colorSpace */
       395: .line 732
            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
       396: .line 733
            iconst_0
            iconst_3
       397: .line 731
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
       398: .line 730
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        end local 7 // int[] bitMasks
       399: .line 734
            goto 418
       400: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       401: .line 737
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            astore 7 /* bandOffsets */
        start local 7 // int[] bandOffsets
       402: .line 738
            iconst_0
            istore 8 /* i */
        start local 8 // int i
       403: goto 406
       404: .line 739
      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
       405: .line 738
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
       406: iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            if_icmplt 404
        end local 8 // int i
       407: .line 742
            aload 0 /* this */
       408: .line 743
            new java.awt.image.PixelInterleavedSampleModel
            dup
            iconst_0
       409: .line 744
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.height:I
       410: .line 745
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       411: .line 746
            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
       412: .line 747
            aload 7 /* bandOffsets */
       413: .line 743
            invokespecial java.awt.image.PixelInterleavedSampleModel.<init>:(IIIII[I)V
       414: .line 742
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       415: .line 749
            aload 0 /* this */
       416: .line 750
            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;
       417: .line 749
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        end local 7 // int[] bandOffsets
       418: .line 753
      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;
       419: .line 754
            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;
       420: .line 758
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
       421: .line 759
            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
       422: .line 760
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bitmapStart:J
       423: .line 762
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
       424: .line 763
            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  425     0             this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            5  425     1      profileData  I
            6  425     2      profileSize  I
            9  425     3           marker  [B
           16  425     4             size  J
           44   49     6  numberOfEntries  I
           45   49     7    sizeOfPalette  I
           53  271     6    xPelsPerMeter  J
           54  271     8    yPelsPerMeter  J
           55  271    10       colorsUsed  J
           56  271    12  colorsImportant  J
           69  108    14  numberOfEntries  I
           70  108    15    sizeOfPalette  I
          124  128    15    sizeOfPalette  I
          141  181    14  numberOfEntries  I
          142  181    15    sizeOfPalette  I
          192  268    14           csType  J
          193  268    16             redX  I
          194  268    17             redY  I
          195  268    18             redZ  I
          196  268    19           greenX  I
          197  268    20           greenY  I
          198  268    21           greenZ  I
          199  268    22            blueX  I
          200  268    23            blueY  I
          201  268    24            blueZ  I
          202  268    25         gammaRed  J
          203  268    27       gammaGreen  J
          204  268    29        gammaBlue  J
          224  268    31  numberOfEntries  I
          225  268    32    sizeOfPalette  I
          277  425     6       colorSpace  Ljava/awt/color/ColorSpace;
          282  296     7          profile  [B
          288  290     8             path  Ljava/lang/String;
          305  318     7      bandOffsets  [I
          306  310     8                i  I
          332  343     7                r  [B
          347  363     7                r  [B
          333  343     8                g  [B
          348  363     8                g  [B
          334  343     9                b  [B
          349  363     9                b  [B
          337  341    10              off  I
          335  342    11                i  I
          352  356    10              off  I
          350  357    11                i  I
          387  399     7         bitMasks  [I
          402  418     7      bandOffsets  [I
          403  407     8                i  I
      Exception table:
        from    to  target  type
         284   293     294  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException, java.lang.IllegalArgumentException

  public java.util.Iterator<javax.imageio.ImageTypeSpecifier> 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 767
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 769
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 770
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 771
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader6"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 2 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalArgumentException e
         5: .line 773
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* list */
        start local 2 // java.util.ArrayList list
         6: .line 774
            aload 2 /* list */
            new javax.imageio.ImageTypeSpecifier
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.originalColorModel:Ljava/awt/image/ColorModel;
         7: .line 775
            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
         8: .line 774
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         9: .line 776
            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   10     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   10     1  imageIndex  I
            4    5     2           e  Ljava/lang/IllegalArgumentException;
            6   10     2        list  Ljava/util/ArrayList<Ljavax/imageio/ImageTypeSpecifier;>;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IllegalArgumentException
    Exceptions:
      throws java.io.IOException
    Signature: (I)Ljava/util/Iterator<Ljavax/imageio/ImageTypeSpecifier;>;
    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 780
            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=4, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 785
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 786
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            ifnonnull 6
         2: .line 788
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         3: .line 789
            goto 6
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         4: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         5: .line 790
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader6"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 2 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalArgumentException e
         6: .line 793
      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    7     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    7     1  imageIndex  I
            5    6     2           e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.IllegalArgumentException
    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 797
            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=4, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int imageIndex
         0: .line 801
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 803
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 804
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 805
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader6"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 2 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.IllegalArgumentException e
         5: .line 807
      StackMap locals:
      StackMap stack:
            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 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: 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    7     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0    7     1  imageIndex  I
            4    5     2           e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IllegalArgumentException
    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 813
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 814
            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 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         3: .line 818
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.clearAbortRequest:()V
         4: .line 819
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageStarted:(I)V
         5: .line 820
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 8
         6: .line 821
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processReadAborted:()V
         7: .line 822
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            areturn
         8: .line 825
      StackMap locals:
      StackMap stack:
            aload 2 /* param */
            ifnonnull 10
         9: .line 826
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.getDefaultReadParam:()Ljavax/imageio/ImageReadParam;
            astore 2 /* param */
        10: .line 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
        11: .line 831
            goto 14
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        12: astore 3 /* e */
        start local 3 // java.lang.IllegalArgumentException e
        13: .line 832
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader6"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
            aload 3 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalArgumentException e
        14: .line 835
      StackMap locals:
      StackMap stack:
            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;
        15: .line 836
            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;
        16: .line 838
            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
        17: .line 839
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestination:()Ljava/awt/image/BufferedImage;
        18: .line 840
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
        19: .line 841
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
        20: .line 838
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.computeRegions:(Ljavax/imageio/ImageReadParam;IILjava/awt/image/BufferedImage;Ljava/awt/Rectangle;Ljava/awt/Rectangle;)V
        21: .line 843
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
        22: .line 844
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
        23: .line 847
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
        24: .line 848
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
        25: .line 850
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
            ifnull 26
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
            ifnull 26
            iconst_1
            goto 27
      StackMap locals:
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader
        26: iconst_0
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int javax.imageio.ImageReadParam
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader int
        27: putfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
        28: .line 851
            aload 0 /* this */
        29: .line 852
            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 31
        30: .line 853
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifne 31
            iconst_0
            goto 32
      StackMap locals:
      StackMap stack: com.sun.imageio.plugins.bmp.BMPImageReader
        31: iconst_1
        32: .line 851
      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
        33: .line 855
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifne 41
        34: .line 856
            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
        35: .line 857
            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
        36: .line 858
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        37: goto 40
        38: .line 859
      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
        39: .line 858
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            if_icmplt 38
        end local 3 // int i
        41: .line 863
      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;
        42: .line 866
            aconst_null
            astore 3 /* raster */
        start local 3 // java.awt.image.WritableRaster raster
        43: .line 868
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            ifnonnull 58
        44: .line 869
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            ifnull 62
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
            ifnull 62
        45: .line 870
            aload 0 /* this */
        46: .line 871
            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
        47: .line 872
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        48: .line 873
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        49: .line 874
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        50: .line 873
            iadd
        51: .line 871
            invokevirtual java.awt.image.SampleModel.createCompatibleSampleModel:(II)Ljava/awt/image/SampleModel;
        52: .line 870
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        53: .line 875
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifeq 55
        54: .line 876
            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;
        55: .line 877
      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 */
        56: .line 878
            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;
        57: .line 880
            goto 62
        58: .line 881
      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 */
        59: .line 882
            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;
        60: .line 883
            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;
        61: .line 885
            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
        62: .line 888
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* bdata */
        start local 4 // byte[] bdata
        63: .line 889
            aconst_null
            astore 5 /* sdata */
        start local 5 // short[] sdata
        64: .line 890
            aconst_null
            astore 6 /* idata */
        start local 6 // int[] idata
        65: .line 893
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            ifnull 72
        66: .line 894
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            invokevirtual java.awt.image.SampleModel.getDataType:()I
            ifne 68
        67: .line 895
            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
            astore 4 /* bdata */
            goto 72
        68: .line 896
      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 70
        69: .line 897
            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
            astore 5 /* sdata */
            goto 72
        70: .line 898
      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 72
        71: .line 899
            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
            astore 6 /* idata */
        72: .line 902
      StackMap locals:
      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.bitmapStart:J
            invokeinterface javax.imageio.stream.ImageInputStream.seek:(J)V
        73: .line 905
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            tableswitch { // 0 - 25
                    0: 74
                    1: 76
                    2: 78
                    3: 80
                    4: 82
                    5: 84
                    6: 91
                    7: 98
                    8: 100
                    9: 102
                   10: 106
                   11: 108
                   12: 115
                   13: 122
                   14: 124
                   15: 126
                   16: 106
                   17: 108
                   18: 115
                   19: 122
                   20: 124
                   21: 126
                   22: 104
                   23: 104
                   24: 104
                   25: 104
              default: 127
          }
        74: .line 909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
        75: .line 910
            goto 127
        76: .line 914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
        77: .line 915
            goto 127
        78: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
        79: .line 920
            goto 127
        80: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
        81: .line 925
            goto 127
        82: .line 929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
        83: .line 930
            goto 127
        84: .line 933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 2
                    0: 85
                    1: 89
                    2: 87
              default: 89
          }
        85: .line 935
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
        86: .line 936
            goto 127
        87: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE4:([B)V
        88: .line 940
            goto 127
        89: .line 944
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
        90: .line 943
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        91: .line 949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 1
                    0: 92
                    1: 94
              default: 96
          }
        92: .line 951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
        93: .line 952
            goto 127
        94: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE8:([B)V
        95: .line 956
            goto 127
        96: .line 960
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
        97: .line 959
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        98: .line 967
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
        99: .line 968
            goto 127
       100: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* sdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read16Bit:([S)V
       101: .line 972
            goto 127
       102: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* idata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read32Bit:([I)V
       103: .line 976
            goto 127
       104: .line 982
      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;
       105: .line 983
            goto 127
       106: .line 987
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
       107: .line 988
            goto 127
       108: .line 992
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 2
                    0: 109
                    1: 113
                    2: 111
              default: 113
          }
       109: .line 995
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
       110: .line 996
            goto 127
       111: .line 999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE4:([B)V
       112: .line 1000
            goto 127
       113: .line 1004
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       114: .line 1003
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       115: .line 1010
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 0 - 1
                    0: 116
                    1: 118
              default: 120
          }
       116: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
       117: .line 1014
            goto 127
       118: .line 1017
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE8:([B)V
       119: .line 1018
            goto 127
       120: .line 1022
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "BMPImageReader1"
            invokestatic com.sun.imageio.plugins.common.I18N.getString:(Ljava/lang/String;)Ljava/lang/String;
       121: .line 1021
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       122: .line 1028
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* sdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read16Bit:([S)V
       123: .line 1029
            goto 127
       124: .line 1033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
       125: .line 1034
            goto 127
       126: .line 1038
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* idata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read32Bit:([I)V
       127: .line 1042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 129
       128: .line 1043
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processReadAborted:()V
            goto 130
       129: .line 1045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageComplete:()V
       130: .line 1047
      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  131     0        this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0  131     1  imageIndex  I
            0  131     2       param  Ljavax/imageio/ImageReadParam;
           13   14     3           e  Ljava/lang/IllegalArgumentException;
           37   41     3           i  I
           43  131     3      raster  Ljava/awt/image/WritableRaster;
           63  131     4       bdata  [B
           64  131     5       sdata  [S
           65  131     6       idata  [I
      Exception table:
        from    to  target  type
          10    11      12  Class java.lang.IllegalArgumentException
    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 1051
            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 1056
            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 1057
            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 1061
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
         1: .line 1062
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
         2: .line 1063
            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 1064
            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 1065
            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 1068
            aload 0 /* this */
            invokespecial javax.imageio.ImageReader.reset:()V
         1: .line 1069
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
         2: .line 1070
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.resetHeaderInfo:()V
         3: .line 1071
            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 1075
            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 1076
            iload 2 /* bytesPerScanline */
            iconst_4
            irem
            istore 3 /* padding */
        start local 3 // int padding
         2: .line 1077
            iload 3 /* padding */
            ifeq 4
         3: .line 1078
            iconst_4
            iload 3 /* padding */
            isub
            istore 3 /* padding */
         4: .line 1081
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bytesPerScanline */
            iload 3 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1083
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1084
            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 1086
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1087
      StackMap locals: int int
      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
        12: .line 1088
            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
        13: .line 1089
            iload 5 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 14
            iload 2 /* bytesPerScanline */
            ineg
            goto 15
      StackMap locals:
      StackMap stack: int
        14: iload 2 /* bytesPerScanline */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int int int
      StackMap stack: int int
        15: iadd
            istore 5 /* j */
        16: .line 1090
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* i */
        17: .line 1091
            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
        18: .line 1092
            iconst_1
            newarray 10
        19: .line 1090
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        20: .line 1093
            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
        21: .line 1094
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 23
        22: .line 1095
            goto 78
        23: .line 1086
      StackMap locals:
      StackMap stack:
            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 1098
            goto 78
        26: .line 1099
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1101
            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 1100
            istore 6 /* lineStride */
        start local 6 // int lineStride
        29: .line 1103
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1105
            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 1104
            istore 7 /* lastLine */
        start local 7 // int lastLine
        32: .line 1106
            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 1107
            goto 35
        34: .line 1108
      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 1110
      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 1113
            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 1114
            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 1115
            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 1116
            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 1118
            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 1119
            goto 49
        44: .line 1121
      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 1122
            aload 8 /* srcOff */
            iload 14 /* j */
            bipush 7
            iload 13 /* x */
            bipush 7
            iand
            isub
            iastore
        46: .line 1123
            aload 11 /* destPos */
            iload 14 /* j */
            iload 12 /* i */
            iconst_3
            ishr
            iastore
        47: .line 1124
            aload 9 /* destOff */
            iload 14 /* j */
            bipush 7
            iload 12 /* i */
            bipush 7
            iand
            isub
            iastore
        48: .line 1120
            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 1119
      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 1118
            if_icmplt 44
        end local 14 // int j
        end local 13 // int x
        end local 12 // int i
        51: .line 1127
            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 1128
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 54
        53: .line 1129
            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 1131
      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 1132
            goto 76
        57: .line 1133
      StackMap locals: int
      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
        58: .line 1134
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        59: goto 63
        60: .line 1136
      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
        61: .line 1137
            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
        62: .line 1134
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        63: 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 60
        end local 14 // int i
        64: .line 1140
            iload 12 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 65
            iload 6 /* lineStride */
            ineg
            goto 66
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int
      StackMap stack: int
        65: 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
        66: iadd
            istore 12 /* k */
        67: .line 1141
            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
        68: .line 1142
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 13 /* j */
        69: .line 1143
            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
        70: .line 1144
            iconst_1
            newarray 10
        71: .line 1142
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        72: .line 1145
            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
        73: .line 1146
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 75
        74: .line 1147
            goto 78
        75: .line 1132
      StackMap locals:
      StackMap stack:
            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 1131
            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 1151
      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
           59   64    14                 i  I
           61   62    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 1156
            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 1159
            iload 2 /* bytesPerScanline */
            iconst_4
            irem
            istore 3 /* padding */
        start local 3 // int padding
         2: .line 1160
            iload 3 /* padding */
            ifeq 4
         3: .line 1161
            iconst_4
            iload 3 /* padding */
            isub
            istore 3 /* padding */
         4: .line 1163
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bytesPerScanline */
            iload 3 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1165
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1166
            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 1168
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1169
      StackMap locals: int int
      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
        12: .line 1170
            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
        13: .line 1171
            iload 5 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 14
            iload 2 /* bytesPerScanline */
            ineg
            goto 15
      StackMap locals:
      StackMap stack: int
        14: iload 2 /* bytesPerScanline */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int int int
      StackMap stack: int int
        15: iadd
            istore 5 /* j */
        16: .line 1172
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* i */
        17: .line 1173
            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
        18: .line 1174
            iconst_1
            newarray 10
        19: .line 1172
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        20: .line 1175
            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
        21: .line 1176
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 23
        22: .line 1177
            goto 78
        23: .line 1168
      StackMap locals:
      StackMap stack:
            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 1180
            goto 78
        26: .line 1181
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1183
            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 1182
            istore 6 /* lineStride */
        start local 6 // int lineStride
        29: .line 1185
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1187
            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 1186
            istore 7 /* lastLine */
        start local 7 // int lastLine
        32: .line 1188
            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 1189
            goto 35
        34: .line 1190
      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 1192
      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 1195
            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 1196
            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 1197
            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 1198
            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 1200
            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 1201
            goto 49
        44: .line 1203
      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 1204
            aload 8 /* srcOff */
            iload 14 /* j */
            iconst_1
            iload 13 /* x */
            iconst_1
            iand
            isub
            iconst_2
            ishl
            iastore
        46: .line 1205
            aload 11 /* destPos */
            iload 14 /* j */
            iload 12 /* i */
            iconst_1
            ishr
            iastore
        47: .line 1206
            aload 9 /* destOff */
            iload 14 /* j */
            iconst_1
            iload 12 /* i */
            iconst_1
            iand
            isub
            iconst_2
            ishl
            iastore
        48: .line 1202
            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 1201
      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 1200
            if_icmplt 44
        end local 14 // int j
        end local 13 // int x
        end local 12 // int i
        51: .line 1209
            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 1210
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 54
        53: .line 1211
            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 1213
      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 1214
            goto 76
        57: .line 1215
      StackMap locals: int
      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
        58: .line 1216
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        59: goto 63
        60: .line 1218
      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
        61: .line 1219
            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
        62: .line 1216
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        63: 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 60
        end local 14 // int i
        64: .line 1222
            iload 12 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 65
            iload 6 /* lineStride */
            ineg
            goto 66
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int[] int[] int[] int[] int int
      StackMap stack: int
        65: 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
        66: iadd
            istore 12 /* k */
        67: .line 1223
            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
        68: .line 1224
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 13 /* j */
        69: .line 1225
            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
        70: .line 1226
            iconst_1
            newarray 10
        71: .line 1224
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        72: .line 1227
            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
        73: .line 1228
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 75
        74: .line 1229
            goto 78
        75: .line 1214
      StackMap locals:
      StackMap stack:
            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 1213
            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 1233
      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
           59   64    14                 i  I
           61   62    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 1239
            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 1240
            iload 2 /* padding */
            ifeq 3
         2: .line 1241
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1244
      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 1246
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 25
         5: .line 1247
            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 1249
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 23
        10: .line 1250
      StackMap locals: int int
      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
        11: .line 1251
            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
        12: .line 1252
            iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 13
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            ineg
            goto 14
      StackMap locals:
      StackMap stack: int
        13: 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
        14: iadd
            istore 4 /* j */
        15: .line 1253
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 5 /* i */
        16: .line 1254
            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
        17: .line 1255
            iconst_1
            newarray 10
        18: .line 1253
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        19: .line 1256
            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
        20: .line 1257
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 22
        21: .line 1258
            goto 64
        22: .line 1249
      StackMap locals:
      StackMap stack:
            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 1261
            goto 64
        25: .line 1262
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            newarray 8
            astore 4 /* buf */
        start local 4 // byte[] buf
        26: .line 1264
            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 1263
            istore 5 /* lineStride */
        start local 5 // int lineStride
        28: .line 1266
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        29: .line 1268
            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 1267
            istore 6 /* lastLine */
        start local 6 // int lastLine
        31: .line 1269
            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 1270
            goto 34
        33: .line 1271
      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 1273
      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 1275
            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 1276
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 38
        37: .line 1277
            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 1278
      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 1280
            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 1281
            goto 62
        42: .line 1282
      StackMap locals: int
      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
        43: .line 1283
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        44: 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
        45: .line 1284
            goto 48
        46: .line 1286
      StackMap locals: int int
      StackMap stack:
            aload 1 /* bdata */
            iload 7 /* k */
            iload 9 /* i */
            iadd
            aload 4 /* buf */
            iload 10 /* m */
            baload
            bastore
        47: .line 1284
            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:
        48: iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        49: .line 1283
            if_icmplt 46
        end local 10 // int m
        end local 9 // int i
        50: .line 1289
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 51
            iload 5 /* lineStride */
            ineg
            goto 52
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int byte[] int int int int
      StackMap stack: int
        51: iload 5 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int byte[] int int int int
      StackMap stack: int int
        52: iadd
            istore 7 /* k */
        53: .line 1290
            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
        54: .line 1291
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 8 /* j */
        55: .line 1292
            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
        56: .line 1293
            iconst_1
            newarray 10
        57: .line 1291
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        58: .line 1294
            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
        59: .line 1295
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 61
        60: .line 1296
            goto 64
        61: .line 1281
      StackMap locals:
      StackMap stack:
            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 1280
            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 1300
      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
           44   50     9           i  I
           45   50    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 1306
            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 1307
            iload 2 /* padding */
            ifeq 3
         2: .line 1308
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1310
      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 1311
            iload 3 /* lineStride */
            iload 2 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1313
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1314
            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 1316
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1317
      StackMap locals: int int
      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
        12: .line 1318
            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
        13: .line 1319
            iload 5 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 14
            iload 3 /* lineStride */
            ineg
            goto 15
      StackMap locals:
      StackMap stack: int
        14: iload 3 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int int int
      StackMap stack: int int
        15: iadd
            istore 5 /* j */
        16: .line 1320
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* i */
        17: .line 1321
            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
        18: .line 1322
            iconst_1
            newarray 10
        19: .line 1320
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        20: .line 1323
            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
        21: .line 1324
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 23
        22: .line 1325
            goto 70
        23: .line 1316
      StackMap locals:
      StackMap stack:
            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 1328
            goto 70
        26: .line 1329
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1331
            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 1330
            istore 3 /* lineStride */
        29: .line 1333
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1335
            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 1334
            istore 6 /* lastLine */
        start local 6 // int lastLine
        32: .line 1336
            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 1337
            goto 35
        34: .line 1338
      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 1340
      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 1342
            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 1343
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 39
        38: .line 1344
            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 1345
      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 1347
            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 1348
            goto 68
        43: .line 1349
      StackMap locals: int
      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
        44: .line 1350
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        45: 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
        46: .line 1351
            goto 54
        47: .line 1353
      StackMap locals: int int
      StackMap stack:
            iconst_3
            iload 9 /* i */
            imul
            iload 7 /* k */
            iadd
            istore 11 /* n */
        start local 11 // int n
        48: .line 1354
            iconst_0
            istore 12 /* b */
        start local 12 // int b
        49: goto 52
        50: .line 1355
      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
        51: .line 1354
            iinc 12 /* b */ 1
      StackMap locals:
      StackMap stack:
        52: iload 12 /* b */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
            arraylength
            if_icmplt 50
        end local 12 // int b
        end local 11 // int n
        53: .line 1351
            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:
        54: iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        55: .line 1350
            if_icmplt 47
        end local 10 // int m
        end local 9 // int i
        56: .line 1358
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 57
            iload 3 /* lineStride */
            ineg
            goto 58
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int
      StackMap stack: int
        57: iload 3 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader byte[] int int int byte[] int int int
      StackMap stack: int int
        58: iadd
            istore 7 /* k */
        59: .line 1359
            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
        60: .line 1360
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 8 /* j */
        61: .line 1361
            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
        62: .line 1362
            iconst_1
            newarray 10
        63: .line 1360
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        64: .line 1363
            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
        65: .line 1364
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 67
        66: .line 1365
            goto 70
        67: .line 1348
      StackMap locals:
      StackMap stack:
            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 1347
            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 1369
      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
           45   56     9           i  I
           46   56    10           m  I
           48   53    11           n  I
           49   53    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 1374
            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 1376
            iload 2 /* padding */
            ifeq 3
         2: .line 1377
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1379
      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 1381
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 25
         5: .line 1382
            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 1383
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 23
        10: .line 1384
      StackMap locals: int int
      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
        11: .line 1385
            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
        12: .line 1387
            iload 4 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 13
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            ineg
            goto 14
      StackMap locals:
      StackMap stack: int
        13: 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
        14: iadd
            istore 4 /* j */
        15: .line 1388
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 5 /* i */
        16: .line 1389
            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
        17: .line 1390
            iconst_1
            newarray 10
        18: .line 1388
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        19: .line 1391
            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
        20: .line 1392
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 22
        21: .line 1393
            goto 64
        22: .line 1383
      StackMap locals:
      StackMap stack:
            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 1396
            goto 64
        25: .line 1397
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            newarray 9
            astore 4 /* buf */
        start local 4 // short[] buf
        26: .line 1399
            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 1398
            istore 5 /* lineStride */
        start local 5 // int lineStride
        28: .line 1401
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        29: .line 1403
            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 1402
            istore 6 /* lastLine */
        start local 6 // int lastLine
        31: .line 1404
            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 1405
            goto 34
        33: .line 1406
      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 1408
      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 1410
            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 1411
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 38
        37: .line 1412
            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 1413
      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 1415
            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 1416
            goto 62
        42: .line 1417
      StackMap locals: int
      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
        43: .line 1418
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        44: 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
        45: .line 1419
            goto 48
        46: .line 1421
      StackMap locals: int int
      StackMap stack:
            aload 1 /* sdata */
            iload 7 /* k */
            iload 9 /* i */
            iadd
            aload 4 /* buf */
            iload 10 /* m */
            saload
            sastore
        47: .line 1419
            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:
        48: iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        49: .line 1418
            if_icmplt 46
        end local 10 // int m
        end local 9 // int i
        50: .line 1424
            iload 7 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 51
            iload 5 /* lineStride */
            ineg
            goto 52
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader short[] int int short[] int int int int
      StackMap stack: int
        51: iload 5 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader short[] int int short[] int int int int
      StackMap stack: int int
        52: iadd
            istore 7 /* k */
        53: .line 1425
            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
        54: .line 1426
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 8 /* j */
        55: .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
        56: .line 1428
            iconst_1
            newarray 10
        57: .line 1426
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        58: .line 1429
            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
        59: .line 1430
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 61
        60: .line 1431
            goto 64
        61: .line 1416
      StackMap locals:
      StackMap stack:
            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 1415
            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 1435
      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
           44   50     9           i  I
           45   50    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 1438
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 20
         1: .line 1439
            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 1441
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 18
         6: .line 1442
      StackMap locals: int int
      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
         7: .line 1443
            iload 2 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 8
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            ineg
            goto 9
      StackMap locals:
      StackMap stack: int
         8: 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
         9: iadd
            istore 2 /* j */
        10: .line 1444
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 3 /* i */
        11: .line 1445
            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
        12: .line 1446
            iconst_1
            newarray 10
        13: .line 1444
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        14: .line 1447
            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
        15: .line 1448
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 17
        16: .line 1449
            goto 59
        17: .line 1441
      StackMap locals:
      StackMap stack:
            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 1452
            goto 59
        20: .line 1453
      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 1455
            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 1454
            istore 3 /* lineStride */
        start local 3 // int lineStride
        23: .line 1457
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 28
        24: .line 1459
            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 1458
            istore 4 /* lastLine */
        start local 4 // int lastLine
        26: .line 1460
            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 1461
            goto 29
        28: .line 1462
      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 1464
      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 1466
            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 1467
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        32: .line 1468
            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 1469
      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 1471
            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 1472
            goto 57
        37: .line 1473
      StackMap locals: int
      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
        38: .line 1474
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        39: 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
        40: .line 1475
            goto 43
        41: .line 1477
      StackMap locals: int int
      StackMap stack:
            aload 1 /* idata */
            iload 5 /* k */
            iload 7 /* i */
            iadd
            aload 2 /* buf */
            iload 8 /* m */
            iaload
            iastore
        42: .line 1475
            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:
        43: iload 7 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
        44: .line 1474
            if_icmplt 41
        end local 8 // int m
        end local 7 // int i
        45: .line 1480
            iload 5 /* k */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 46
            iload 3 /* lineStride */
            ineg
            goto 47
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int[] int[] int int int int
      StackMap stack: int
        46: iload 3 /* lineStride */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int[] int[] int int int int
      StackMap stack: int int
        47: iadd
            istore 5 /* k */
        48: .line 1481
            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
        49: .line 1482
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* j */
        50: .line 1483
            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
        51: .line 1484
            iconst_1
            newarray 10
        52: .line 1482
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        53: .line 1485
            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
        54: .line 1486
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 56
        55: .line 1487
            goto 59
        56: .line 1472
      StackMap locals:
      StackMap stack:
            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 1471
            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 1491
      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
           39   45     7           i  I
           40   45     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 1495
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
            l2i
            istore 2 /* imSize */
        start local 2 // int imSize
         1: .line 1496
            iload 2 /* imSize */
            ifne 3
         2: .line 1497
            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 1500
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* padding */
        start local 3 // int padding
         4: .line 1503
            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 1504
            iload 4 /* remainder */
            ifeq 7
         6: .line 1505
            iconst_4
            iload 4 /* remainder */
            isub
            istore 3 /* padding */
         7: .line 1509
      StackMap locals: int int
      StackMap stack:
            iload 2 /* imSize */
            newarray 8
            astore 5 /* values */
        start local 5 // byte[] values
         8: .line 1511
            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 1514
            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 1515
            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 boolean copyRLE8ScanlineToDst(int, byte[], byte[]);
    descriptor: (I[B[B)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=4
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int lineNo
        start local 2 // byte[] val
        start local 3 // byte[] bdata
         0: .line 1521
            iconst_0
            istore 4 /* isSuccess */
        start local 4 // boolean isSuccess
         1: .line 1525
            iload 1 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            if_icmplt 40
         2: .line 1526
            iload 1 /* 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 40
         3: .line 1527
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 16
         4: .line 1528
            iload 1 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            istore 5 /* pos */
        start local 5 // int pos
         5: .line 1529
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 9
         7: .line 1530
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* bdata */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
            aload 2 /* val */
            iload 6 /* i */
            baload
            bastore
         8: .line 1529
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmplt 7
        end local 6 // int i
        10: .line 1531
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 1 /* lineNo */
        11: .line 1532
            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
        12: .line 1533
            iconst_1
            newarray 10
        13: .line 1531
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        14: .line 1534
            iconst_1
            istore 4 /* isSuccess */
        end local 5 // int pos
        15: .line 1535
            goto 35
      StackMap locals:
      StackMap stack:
        16: iload 1 /* 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 35
        17: .line 1537
            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
        18: .line 1536
            istore 5 /* lineStride */
        start local 5 // int lineStride
        19: .line 1538
            iload 1 /* 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
        20: .line 1539
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        21: .line 1538
            iadd
            istore 6 /* currentLine */
        start local 6 // int currentLine
        22: .line 1540
            iload 6 /* currentLine */
            iload 5 /* lineStride */
            imul
            istore 7 /* pos */
        start local 7 // int pos
        23: .line 1541
            iload 7 /* pos */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            iadd
            istore 7 /* pos */
        24: .line 1542
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 8 /* i */
        start local 8 // int i
        25: .line 1543
            goto 28
        26: .line 1545
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int byte[] byte[] int int int int int
      StackMap stack:
            aload 3 /* bdata */
            iload 7 /* pos */
            iinc 7 /* pos */ 1
            aload 2 /* val */
            iload 8 /* i */
            baload
            bastore
        27: .line 1544
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 8 /* i */
        28: .line 1543
      StackMap locals:
      StackMap stack:
            iload 8 /* 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
        29: .line 1542
            if_icmplt 26
        end local 8 // int i
        30: .line 1546
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* currentLine */
        31: .line 1547
            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
        32: .line 1548
            iconst_1
            newarray 10
        33: .line 1546
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        34: .line 1549
            iconst_1
            istore 4 /* isSuccess */
        end local 7 // int pos
        end local 6 // int currentLine
        end local 5 // int lineStride
        35: .line 1552
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int byte[] byte[] int
      StackMap stack:
            iconst_0
            istore 5 /* scIndex */
        start local 5 // int scIndex
        36: goto 39
        37: .line 1553
      StackMap locals: int
      StackMap stack:
            aload 2 /* val */
            iload 5 /* scIndex */
            iconst_0
            bastore
        38: .line 1552
            iinc 5 /* scIndex */ 1
      StackMap locals:
      StackMap stack:
        39: iload 5 /* scIndex */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmplt 37
        end local 5 // int scIndex
        40: .line 1557
      StackMap locals:
      StackMap stack:
            iload 4 /* isSuccess */
            ireturn
        end local 4 // boolean isSuccess
        end local 3 // byte[] bdata
        end local 2 // byte[] val
        end local 1 // int lineNo
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   41     0         this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   41     1       lineNo  I
            0   41     2          val  [B
            0   41     3        bdata  [B
            1   41     4    isSuccess  Z
            5   15     5          pos  I
            6   10     6            i  I
           19   35     5   lineStride  I
           22   35     6  currentLine  I
           23   35     7          pos  I
           25   30     8            i  I
           36   40     5      scIndex  I
    MethodParameters:
        Name  Flags
      lineNo  
      val     
      bdata   

  private void decodeRLE8(int, int, byte[], byte[]);
    descriptor: (II[B[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=15, 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 1565
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            newarray 8
            astore 5 /* val */
        start local 5 // byte[] val
         1: .line 1566
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: iconst_0
            istore 7 /* l */
        start local 7 // int l
         3: .line 1568
            iconst_0
            istore 9 /* flag */
        start local 9 // boolean flag
         4: .line 1569
            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 1570
            iconst_0
            istore 11 /* finished */
        start local 11 // int finished
         8: .line 1573
            goto 68
         9: .line 1574
      StackMap locals: 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
        10: .line 1575
            iload 8 /* value */
            ifne 59
        11: .line 1576
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            tableswitch { // 0 - 2
                    0: 12
                    1: 22
                    2: 32
              default: 47
          }
        12: .line 1581
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 10 /* lineNo */
            aload 5 /* val */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.copyRLE8ScanlineToDst:(I[B[B)Z
            ifeq 14
        13: .line 1582
            iinc 11 /* finished */ 1
        14: .line 1584
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* 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
        15: .line 1585
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 16
            iconst_m1
            goto 17
      StackMap locals:
      StackMap stack: int
        16: iconst_1
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int
      StackMap stack: int int
        17: iadd
            istore 10 /* lineNo */
        18: .line 1586
            iconst_0
            istore 7 /* l */
        19: .line 1588
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 66
        20: .line 1589
            iconst_1
            istore 9 /* flag */
        21: .line 1591
            goto 66
        22: .line 1595
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* flag */
        23: .line 1599
            iload 7 /* l */
            ifeq 66
        24: .line 1601
            aload 0 /* this */
            iload 10 /* lineNo */
            aload 5 /* val */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.copyRLE8ScanlineToDst:(I[B[B)Z
            ifeq 26
        25: .line 1602
            iinc 11 /* finished */ 1
        26: .line 1604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* 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
        27: .line 1605
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 28
            iconst_m1
            goto 29
      StackMap locals:
      StackMap stack: int
        28: iconst_1
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int
      StackMap stack: int int
        29: iadd
            istore 10 /* lineNo */
        30: .line 1606
            iconst_0
            istore 7 /* l */
        31: .line 1608
            goto 66
        32: .line 1612
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iconst_1
            iadd
            iload 1 /* imSize */
            if_icmpge 66
        33: .line 1613
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 12 /* xoff */
        start local 12 // int xoff
        34: .line 1614
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 13 /* yoff */
        start local 13 // int yoff
        35: .line 1619
            iload 13 /* yoff */
            ifeq 44
        36: .line 1621
            aload 0 /* this */
            iload 10 /* lineNo */
            aload 5 /* val */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.copyRLE8ScanlineToDst:(I[B[B)Z
            ifeq 38
        37: .line 1622
            iinc 11 /* finished */ 1
        38: .line 1624
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* finished */
            i2f
            fmul
        39: .line 1625
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
        40: .line 1624
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        41: .line 1626
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 42
            iload 13 /* yoff */
            ineg
            goto 43
      StackMap locals:
      StackMap stack: int
        42: iload 13 /* yoff */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int int
      StackMap stack: int int
        43: iadd
            istore 10 /* lineNo */
        44: .line 1630
      StackMap locals:
      StackMap stack:
            iload 7 /* l */
            iload 12 /* xoff */
            iload 13 /* yoff */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            iadd
            iadd
            istore 7 /* l */
        45: .line 1631
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            irem
            istore 7 /* l */
        end local 13 // int yoff
        end local 12 // int xoff
        46: .line 1633
            goto 66
        47: .line 1636
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iconst_1
            isub
            baload
            sipush 255
            iand
            istore 12 /* end */
        start local 12 // int end
        48: .line 1637
            iconst_0
            istore 13 /* readByte */
        start local 13 // byte readByte
        49: .line 1640
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        50: goto 55
        51: .line 1641
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            i2b
            istore 13 /* readByte */
        52: .line 1644
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmpge 54
        53: .line 1645
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            iload 13 /* readByte */
            bastore
        54: .line 1640
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        55: iload 14 /* i */
            iload 12 /* end */
            if_icmpge 56
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmplt 51
        end local 14 // int i
        56: .line 1651
      StackMap locals:
      StackMap stack:
            iload 12 /* end */
            iconst_1
            iand
            iconst_1
            if_icmpne 66
        57: .line 1652
            iinc 6 /* count */ 1
        end local 13 // byte readByte
        end local 12 // int end
        58: .line 1656
            goto 66
        59: .line 1660
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmpge 65
        60: .line 1661
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        61: goto 64
        62: .line 1662
      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
        63: .line 1661
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        64: iload 12 /* i */
            iload 8 /* value */
            if_icmpge 65
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmplt 62
        end local 12 // int i
        65: .line 1666
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ 1
        66: .line 1670
      StackMap locals:
      StackMap stack:
            iload 9 /* flag */
            ifeq 68
        67: .line 1671
            goto 69
        end local 8 // int value
        68: .line 1573
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int top int int int
      StackMap stack:
            iload 6 /* count */
            iconst_1
            iadd
            iload 1 /* imSize */
            if_icmplt 9
        69: .line 1674
      StackMap locals:
      StackMap stack:
            return
        end local 11 // int finished
        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   70     0      this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   70     1    imSize  I
            0   70     2   padding  I
            0   70     3    values  [B
            0   70     4     bdata  [B
            1   70     5       val  [B
            2   70     6     count  I
            3   70     7         l  I
           10   68     8     value  I
            4   70     9      flag  Z
            7   70    10    lineNo  I
            8   70    11  finished  I
           34   46    12      xoff  I
           35   46    13      yoff  I
           48   58    12       end  I
           49   58    13  readByte  B
           50   56    14         i  I
           61   65    12         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 1679
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
            l2i
            istore 2 /* imSize */
        start local 2 // int imSize
         1: .line 1680
            iload 2 /* imSize */
            ifne 3
         2: .line 1681
            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 1684
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* padding */
        start local 3 // int padding
         4: .line 1687
            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 1688
            iload 4 /* remainder */
            ifeq 7
         6: .line 1689
            iconst_4
            iload 4 /* remainder */
            isub
            istore 3 /* padding */
         7: .line 1693
      StackMap locals: int int
      StackMap stack:
            iload 2 /* imSize */
            newarray 8
            astore 5 /* values */
        start local 5 // byte[] values
         8: .line 1694
            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 1697
            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 1698
            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 boolean copyRLE4ScanlineToDst(int, byte[], byte[]);
    descriptor: (I[B[B)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=10, args_size=4
        start local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
        start local 1 // int lineNo
        start local 2 // byte[] val
        start local 3 // byte[] bdata
         0: .line 1704
            iconst_0
            istore 4 /* isSuccess */
        start local 4 // boolean isSuccess
         1: .line 1708
            iload 1 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            if_icmplt 50
         2: .line 1709
            iload 1 /* 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 50
         3: .line 1710
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 21
         4: .line 1711
            iload 1 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            iadd
            iconst_1
            ishr
            imul
            istore 5 /* pos */
        start local 5 // int pos
         5: .line 1712
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: iconst_0
            istore 7 /* j */
        start local 7 // int j
         7: goto 12
         8: .line 1713
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int byte[] byte[] int int int int
      StackMap stack:
            aload 3 /* bdata */
            iload 5 /* pos */
            iinc 5 /* pos */ 1
         9: .line 1714
            aload 2 /* val */
            iload 7 /* j */
            iinc 7 /* j */ 1
            baload
            iconst_4
            ishl
            aload 2 /* val */
            iload 7 /* j */
            iinc 7 /* j */ 1
            baload
            ior
            i2b
        10: .line 1713
            bastore
        11: .line 1712
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            ishr
            if_icmplt 8
        end local 7 // int j
        end local 6 // int i
        13: .line 1715
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            iand
            iconst_1
            if_icmpne 15
        14: .line 1716
            aload 3 /* bdata */
            iload 5 /* pos */
            dup2
            baload
            aload 2 /* val */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            isub
            baload
            iconst_4
            ishl
            ior
            i2b
            bastore
        15: .line 1718
      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 1 /* lineNo */
        16: .line 1719
            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
        17: .line 1720
            iconst_1
            newarray 10
        18: .line 1718
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        19: .line 1721
            iconst_1
            istore 4 /* isSuccess */
        end local 5 // int pos
        20: .line 1722
            goto 45
      StackMap locals:
      StackMap stack:
        21: iload 1 /* 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 45
        22: .line 1724
            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
        23: .line 1723
            istore 5 /* lineStride */
        start local 5 // int lineStride
        24: .line 1725
            iload 1 /* 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
        25: .line 1726
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        26: .line 1725
            iadd
            istore 6 /* currentLine */
        start local 6 // int currentLine
        27: .line 1727
            iload 6 /* currentLine */
            iload 5 /* lineStride */
            imul
            istore 7 /* pos */
        start local 7 // int pos
        28: .line 1728
            iload 7 /* 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 7 /* pos */
        29: .line 1729
            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 8 /* shift */
        start local 8 // int shift
        30: .line 1730
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
            istore 9 /* i */
        start local 9 // int i
        31: .line 1731
            goto 38
        32: .line 1733
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int byte[] byte[] int int int int int int
      StackMap stack:
            aload 3 /* bdata */
            iload 7 /* pos */
            dup2
            baload
            aload 2 /* val */
            iload 9 /* i */
            baload
            iload 8 /* shift */
            ishl
            ior
            i2b
            bastore
        33: .line 1734
            iinc 8 /* shift */ 4
        34: .line 1735
            iload 8 /* shift */
            iconst_4
            if_icmpne 36
        35: .line 1736
            iinc 7 /* pos */ 1
        36: .line 1738
      StackMap locals:
      StackMap stack:
            iload 8 /* shift */
            bipush 7
            iand
            istore 8 /* shift */
        37: .line 1732
            iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 9 /* i */
        38: .line 1731
      StackMap locals:
      StackMap stack:
            iload 9 /* 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
        39: .line 1730
            if_icmplt 32
        end local 9 // int i
        40: .line 1740
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            iconst_0
            iload 6 /* currentLine */
        41: .line 1741
            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
        42: .line 1742
            iconst_1
            newarray 10
        43: .line 1740
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        44: .line 1743
            iconst_1
            istore 4 /* isSuccess */
        end local 8 // int shift
        end local 7 // int pos
        end local 6 // int currentLine
        end local 5 // int lineStride
        45: .line 1746
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int byte[] byte[] int
      StackMap stack:
            iconst_0
            istore 5 /* scIndex */
        start local 5 // int scIndex
        46: goto 49
        47: .line 1747
      StackMap locals: int
      StackMap stack:
            aload 2 /* val */
            iload 5 /* scIndex */
            iconst_0
            bastore
        48: .line 1746
            iinc 5 /* scIndex */ 1
      StackMap locals:
      StackMap stack:
        49: iload 5 /* scIndex */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmplt 47
        end local 5 // int scIndex
        50: .line 1750
      StackMap locals:
      StackMap stack:
            iload 4 /* isSuccess */
            ireturn
        end local 4 // boolean isSuccess
        end local 3 // byte[] bdata
        end local 2 // byte[] val
        end local 1 // int lineNo
        end local 0 // com.sun.imageio.plugins.bmp.BMPImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   51     0         this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   51     1       lineNo  I
            0   51     2          val  [B
            0   51     3        bdata  [B
            1   51     4    isSuccess  Z
            5   20     5          pos  I
            6   13     6            i  I
            7   13     7            j  I
           24   45     5   lineStride  I
           27   45     6  currentLine  I
           28   45     7          pos  I
           30   45     8        shift  I
           31   40     9            i  I
           46   50     5      scIndex  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      lineNo  
      val     
      bdata   

  private void decodeRLE4(int, int, byte[], byte[]);
    descriptor: (II[B[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=15, 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 1757
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            newarray 8
            astore 5 /* val */
        start local 5 // byte[] val
         1: .line 1758
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: iconst_0
            istore 7 /* l */
        start local 7 // int l
         3: .line 1760
            iconst_0
            istore 9 /* flag */
        start local 9 // boolean flag
         4: .line 1761
            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 1762
            iconst_0
            istore 11 /* finished */
        start local 11 // int finished
         8: .line 1765
            goto 76
         9: .line 1767
      StackMap locals: 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
        10: .line 1768
            iload 8 /* value */
            ifne 64
        11: .line 1771
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            tableswitch { // 0 - 2
                    0: 12
                    1: 22
                    2: 32
              default: 47
          }
        12: .line 1776
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 10 /* lineNo */
            aload 5 /* val */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.copyRLE4ScanlineToDst:(I[B[B)Z
            ifeq 14
        13: .line 1777
            iinc 11 /* finished */ 1
        14: .line 1779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* 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
        15: .line 1780
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 16
            iconst_m1
            goto 17
      StackMap locals:
      StackMap stack: int
        16: iconst_1
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int
      StackMap stack: int int
        17: iadd
            istore 10 /* lineNo */
        18: .line 1781
            iconst_0
            istore 7 /* l */
        19: .line 1783
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 74
        20: .line 1784
            iconst_1
            istore 9 /* flag */
        21: .line 1787
            goto 74
        22: .line 1791
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* flag */
        23: .line 1795
            iload 7 /* l */
            ifeq 74
        24: .line 1797
            aload 0 /* this */
            iload 10 /* lineNo */
            aload 5 /* val */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.copyRLE4ScanlineToDst:(I[B[B)Z
            ifeq 26
        25: .line 1798
            iinc 11 /* finished */ 1
        26: .line 1800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* 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
        27: .line 1801
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 28
            iconst_m1
            goto 29
      StackMap locals:
      StackMap stack: int
        28: iconst_1
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int
      StackMap stack: int int
        29: iadd
            istore 10 /* lineNo */
        30: .line 1802
            iconst_0
            istore 7 /* l */
        31: .line 1804
            goto 74
        32: .line 1808
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iconst_1
            iadd
            iload 1 /* imSize */
            if_icmpge 74
        33: .line 1809
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 12 /* xoff */
        start local 12 // int xoff
        34: .line 1810
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 13 /* yoff */
        start local 13 // int yoff
        35: .line 1815
            iload 13 /* yoff */
            ifeq 44
        36: .line 1817
            aload 0 /* this */
            iload 10 /* lineNo */
            aload 5 /* val */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.copyRLE4ScanlineToDst:(I[B[B)Z
            ifeq 38
        37: .line 1818
            iinc 11 /* finished */ 1
        38: .line 1820
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* finished */
            i2f
            fmul
        39: .line 1821
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
        40: .line 1820
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        41: .line 1822
            iload 10 /* lineNo */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 42
            iload 13 /* yoff */
            ineg
            goto 43
      StackMap locals:
      StackMap stack: int
        42: iload 13 /* yoff */
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int int int int int int int
      StackMap stack: int int
        43: iadd
            istore 10 /* lineNo */
        44: .line 1828
      StackMap locals:
      StackMap stack:
            iload 7 /* l */
            iload 12 /* xoff */
            iload 13 /* yoff */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            imul
            iadd
            iadd
            istore 7 /* l */
        45: .line 1829
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            irem
            istore 7 /* l */
        end local 13 // int yoff
        end local 12 // int xoff
        46: .line 1831
            goto 74
        47: .line 1834
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iconst_1
            isub
            baload
            sipush 255
            iand
            istore 12 /* end */
        start local 12 // int end
        48: .line 1835
            iconst_0
            istore 13 /* readByte */
        start local 13 // byte readByte
        49: .line 1838
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        50: goto 58
        51: .line 1839
      StackMap locals: int int int
      StackMap stack:
            iload 14 /* i */
            iconst_1
            iand
            ifne 53
        52: .line 1840
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 240
            iand
            iconst_4
            ishr
            goto 54
        53: .line 1841
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            bipush 15
            iand
        54: .line 1839
      StackMap locals:
      StackMap stack: int
            i2b
            istore 13 /* readByte */
        55: .line 1844
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmpge 57
        56: .line 1845
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            iload 13 /* readByte */
            bastore
        57: .line 1838
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        58: iload 14 /* i */
            iload 12 /* end */
            if_icmpge 59
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmplt 51
        end local 14 // int i
        59: .line 1851
      StackMap locals:
      StackMap stack:
            iload 12 /* end */
            iconst_1
            iand
            iconst_1
            if_icmpne 61
        60: .line 1852
            iinc 6 /* count */ 1
        61: .line 1857
      StackMap locals:
      StackMap stack:
            iload 12 /* end */
            iconst_1
            iadd
            iconst_2
            idiv
            iconst_1
            iand
            iconst_1
            if_icmpne 74
        62: .line 1858
            iinc 6 /* count */ 1
        end local 13 // byte readByte
        end local 12 // int end
        63: .line 1862
            goto 74
        64: .line 1866
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmpge 73
        65: .line 1867
            iconst_2
            newarray 10
            dup
            iconst_0
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 240
            iand
            iconst_4
            ishr
            iastore
            dup
            iconst_1
        66: .line 1868
            aload 3 /* values */
            iload 6 /* count */
            baload
            bipush 15
            iand
            iastore
        67: .line 1867
            astore 12 /* alternate */
        start local 12 // int[] alternate
        68: .line 1869
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        69: goto 72
        70: .line 1870
      StackMap locals: int[] int
      StackMap stack:
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            aload 12 /* alternate */
            iload 13 /* i */
            iconst_1
            iand
            iaload
            i2b
            bastore
        71: .line 1869
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        72: iload 13 /* i */
            iload 8 /* value */
            if_icmpge 73
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmplt 70
        end local 13 // int i
        end local 12 // int[] alternate
        73: .line 1874
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ 1
        74: .line 1878
      StackMap locals:
      StackMap stack:
            iload 9 /* flag */
            ifeq 76
        75: .line 1879
            goto 77
        end local 8 // int value
        76: .line 1765
      StackMap locals: com.sun.imageio.plugins.bmp.BMPImageReader int int byte[] byte[] byte[] int int top int int int
      StackMap stack:
            iload 6 /* count */
            iconst_1
            iadd
            iload 1 /* imSize */
            if_icmplt 9
        77: .line 1882
      StackMap locals:
      StackMap stack:
            return
        end local 11 // int finished
        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   78     0       this  Lcom/sun/imageio/plugins/bmp/BMPImageReader;
            0   78     1     imSize  I
            0   78     2    padding  I
            0   78     3     values  [B
            0   78     4      bdata  [B
            1   78     5        val  [B
            2   78     6      count  I
            3   78     7          l  I
           10   76     8      value  I
            4   78     9       flag  Z
            7   78    10     lineNo  I
            8   78    11   finished  I
           34   46    12       xoff  I
           35   46    13       yoff  I
           48   63    12        end  I
           49   63    13   readByte  B
           50   59    14          i  I
           68   73    12  alternate  [I
           69   73    13          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 1897
            iload 1 /* type */
            tableswitch { // 4 - 5
                    4: 1
                    5: 3
              default: 5
          }
         1: .line 1899
      StackMap locals:
      StackMap stack:
            ldc "JPEG"
            astore 4 /* format */
        start local 4 // java.lang.String format
         2: .line 1900
            goto 7
        end local 4 // java.lang.String format
         3: .line 1902
      StackMap locals:
      StackMap stack:
            ldc "PNG"
            astore 4 /* format */
        start local 4 // java.lang.String format
         4: .line 1903
            goto 7
        end local 4 // java.lang.String format
         5: .line 1906
      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 1905
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // java.lang.String format
         7: .line 1909
      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 1908
            astore 5 /* reader */
        start local 5 // javax.imageio.ImageReader reader
         9: .line 1910
            aload 5 /* reader */
            ifnonnull 13
        10: .line 1911
            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 1912
            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 1911
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 1915
      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 1916
            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 1917
            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 1918
            aload 2 /* bi */
            ifnonnull 24
        17: .line 1919
            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 1920
            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 1921
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        20: .line 1922
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        21: .line 1923
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        22: .line 1922
            iadd
        23: .line 1920
            invokevirtual javax.imageio.ImageTypeSpecifier.createBufferedImage:(II)Ljava/awt/image/BufferedImage;
            astore 2 /* bi */
        end local 7 // javax.imageio.ImageTypeSpecifier embType
        24: .line 1926
      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 1934
            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 1980
            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 1987
            aload 5 /* reader */
            invokevirtual javax.imageio.ImageReader.getDefaultReadParam:()Ljavax/imageio/ImageReadParam;
            astore 7 /* param */
        start local 7 // javax.imageio.ImageReadParam param
        28: .line 1988
            aload 7 /* param */
            aload 2 /* bi */
            invokevirtual javax.imageio.ImageReadParam.setDestination:(Ljava/awt/image/BufferedImage;)V
        29: .line 1989
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            invokevirtual javax.imageio.ImageReadParam.setDestinationBands:([I)V
        30: .line 1990
            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 1991
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            invokevirtual javax.imageio.ImageReadParam.setSourceBands:([I)V
        32: .line 1992
            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 1993
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
        34: .line 1994
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
        35: .line 1995
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSubsamplingXOffset:()I
        36: .line 1996
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSubsamplingYOffset:()I
        37: .line 1993
            invokevirtual javax.imageio.ImageReadParam.setSourceSubsampling:(IIII)V
        38: .line 1997
            aload 5 /* reader */
            iconst_0
            aload 7 /* param */
            invokevirtual javax.imageio.ImageReader.read:(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;
            pop
        39: .line 1998
            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 2016
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
            ifnonnull 3
         1: .line 2017
            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 2022
            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 2024
      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 2041
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isWindowsPlatform:Ljava/lang/Boolean;
            ifnonnull 3
         1: .line 2042
            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 2049
            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 2052
      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 2054
            iconst_0
            ireturn
         5: .line 2058
      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 2059
      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 2060
      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 2063
      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 2064
            aload 0 /* p */
            iconst_2
            baload
            bipush 63
            if_icmpne 15
            aload 0 /* p */
            iconst_3
            baload
            bipush 92
            if_icmpne 15
        10: .line 2066
            aload 0 /* p */
            iconst_4
            baload
            bipush 85
            if_icmpeq 11
            aload 0 /* p */
            iconst_4
            baload
            bipush 117
            if_icmpne 14
        11: .line 2067
      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 2068
      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 2066
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        14: iconst_0
            ireturn
        15: .line 2071
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        16: .line 2074
      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