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 2036
            aconst_null
            putstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
         1: .line 2051
            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 173
            aload 0 /* this */
            aload 1 /* originator */
            invokespecial javax.imageio.ImageReader.<init>:(Ljavax/imageio/spi/ImageReaderSpi;)V
         1: .line 132
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
         2: .line 135
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
         3: .line 158
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
         4: .line 161
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
         5: .line 174
            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 180
            aload 0 /* this */
            aload 1 /* input */
            iload 2 /* seekForwardOnly */
            iload 3 /* ignoreMetadata */
            invokespecial javax.imageio.ImageReader.setInput:(Ljava/lang/Object;ZZ)V
         1: .line 181
            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 182
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnull 4
         3: .line 183
            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 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.resetHeaderInfo:()V
         5: .line 185
            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 189
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 190
            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 192
      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 193
            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 195
      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 200
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 202
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 203
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 204
            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 206
      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 211
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 213
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 214
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 215
            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 217
      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 221
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 222
            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 224
      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 238
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
            ifeq 2
         1: .line 239
            return
         2: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 4
         3: .line 242
            new java.lang.IllegalStateException
            dup
            ldc "Input source not set!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 244
      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 246
            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 247
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.mark:()V
         8: .line 250
            iconst_2
            newarray 8
            astore 3 /* marker */
        start local 3 // byte[] marker
         9: .line 251
            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 252
            aload 3 /* marker */
            iconst_0
            baload
            bipush 66
            if_icmpne 11
            aload 3 /* marker */
            iconst_1
            baload
            bipush 77
            if_icmpeq 12
        11: .line 253
      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 256
      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 258
            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 261
            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 265
            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 267
            lload 4 /* size */
            ldc 12
            lcmp
            ifne 20
        17: .line 268
            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 269
            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 270
            goto 22
        20: .line 271
      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 272
            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 275
      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 276
            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 278
            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 279
            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 282
            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 286
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
        28: .line 288
            lload 4 /* size */
            ldc 12
            lcmp
            ifne 50
        29: .line 290
            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 293
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 33
        31: .line 294
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        32: .line 295
            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 296
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        35: .line 297
            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 298
            aload 0 /* this */
            iconst_2
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        38: .line 299
            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 300
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        41: .line 301
            goto 43
        42: .line 302
      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 306
      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 307
            iload 6 /* numberOfEntries */
            iconst_3
            imul
            istore 7 /* sizeOfPalette */
        start local 7 // int sizeOfPalette
        45: .line 308
            aload 0 /* this */
            iload 7 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
        46: .line 309
            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 310
            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 311
            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 312
            goto 271
        50: .line 313
      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 314
            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 315
            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 316
            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 317
            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 318
            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 320
            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 321
            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 322
            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 323
            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 324
            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 326
            lload 4 /* size */
            ldc 40
            lcmp
            ifne 133
        62: .line 328
            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 332
      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 333
            aload 0 /* this */
            bipush 22
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        65: .line 334
            goto 271
        66: .line 341
      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 342
            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 344
      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 345
            iload 14 /* numberOfEntries */
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
        70: .line 346
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
        71: .line 347
            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 349
            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 350
            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 352
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 77
        75: .line 353
            aload 0 /* this */
            iconst_4
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        76: .line 354
            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 355
            aload 0 /* this */
            iconst_5
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        79: .line 356
            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 357
            aload 0 /* this */
            bipush 6
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        82: .line 358
            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 359
            aload 0 /* this */
            bipush 7
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        85: .line 360
            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 361
            aload 0 /* this */
            bipush 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        88: .line 363
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
        89: .line 364
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
        90: .line 365
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
        91: .line 366
            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 367
            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 368
            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 369
            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 370
            aload 0 /* this */
            bipush 9
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
        97: .line 371
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
        98: .line 372
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
        99: .line 373
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       100: .line 374
            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 375
            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 376
            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 377
            goto 106
       104: .line 379
      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 378
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       106: .line 382
      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 383
            goto 271
        end local 15 // int sizeOfPalette
        end local 14 // int numberOfEntries
       108: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 16
            if_icmpne 111
       109: .line 388
            aload 0 /* this */
            bipush 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       110: .line 389
            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 390
            aload 0 /* this */
            bipush 9
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       113: .line 391
            goto 116
       114: .line 393
      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 392
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       116: .line 397
      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 398
            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 399
            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 400
            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 401
            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 402
            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 404
            lload 10 /* colorsUsed */
            lconst_0
            lcmp
            ifeq 128
       123: .line 406
            lload 10 /* colorsUsed */
            l2i
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
       124: .line 407
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       125: .line 408
            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 410
            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 411
            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 413
      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 415
            goto 271
       130: .line 418
      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 417
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       132: .line 420
      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 422
      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 423
            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 424
            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 425
            lload 4 /* size */
            ldc 56
            lcmp
            ifne 139
       138: .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.alphaMask:I
       139: .line 429
      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 431
            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 432
            iload 14 /* numberOfEntries */
            iconst_4
            imul
            istore 15 /* sizeOfPalette */
        start local 15 // int sizeOfPalette
       142: .line 433
            aload 0 /* this */
            iload 15 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       143: .line 434
            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 435
            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 436
            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 438
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 4 - 5
                    4: 147
                    5: 147
              default: 149
          }
       147: .line 442
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            bipush 23
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       148: .line 443
            goto 271
       149: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 152
       150: .line 446
            aload 0 /* this */
            bipush 10
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       151: .line 447
            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 448
            aload 0 /* this */
            bipush 11
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       154: .line 449
            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 450
            aload 0 /* this */
            bipush 12
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       157: .line 451
            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 452
            aload 0 /* this */
            bipush 13
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       160: .line 453
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 177
       161: .line 454
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       162: .line 455
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       163: .line 456
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       164: .line 458
            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 459
            aload 0 /* this */
            bipush 14
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       167: .line 460
            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 461
            aload 0 /* this */
            bipush 15
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       170: .line 462
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 177
       171: .line 463
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       172: .line 464
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       173: .line 465
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       174: .line 467
            goto 177
       175: .line 469
      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 468
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       177: .line 472
      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 473
            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 474
            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 475
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.metadata:Lcom/sun/imageio/plugins/bmp/BMPMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.alphaMask:I
            putfield com.sun.imageio.plugins.bmp.BMPMetadata.alphaMask:I
        end local 15 // int sizeOfPalette
        end local 14 // int numberOfEntries
       181: .line 477
            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 479
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            ldc 108
            lcmp
            ifne 185
       184: .line 480
            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 481
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 187
       186: .line 482
            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 485
      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 486
            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 487
            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 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.alphaMask:I
       191: .line 490
            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 491
            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 492
            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 493
            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 494
            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 495
            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 496
            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 497
            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 498
            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 499
            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 500
            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 501
            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 502
            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 504
            lload 4 /* size */
            ldc 124
            lcmp
            ifne 209
       205: .line 505
            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 506
            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 507
            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 508
            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 511
      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 513
            lload 14 /* csType */
            lconst_0
            lcmp
            ifne 223
       211: .line 515
            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 516
            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 517
            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 518
            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 519
            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 520
            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 521
            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 522
            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 523
            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 524
            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 525
            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 526
            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 530
      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 531
            iload 31 /* numberOfEntries */
            iconst_4
            imul
            istore 32 /* sizeOfPalette */
        start local 32 // int sizeOfPalette
       225: .line 532
            aload 0 /* this */
            iload 32 /* sizeOfPalette */
            newarray 8
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.palette:[B
       226: .line 533
            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 534
            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 535
            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 537
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            tableswitch { // 4 - 5
                    4: 230
                    5: 230
              default: 236
          }
       230: .line 540
      StackMap locals: int int
      StackMap stack:
            lload 4 /* size */
            ldc 108
            lcmp
            ifne 233
       231: .line 541
            aload 0 /* this */
            bipush 24
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       232: .line 542
            goto 271
      StackMap locals:
      StackMap stack:
       233: lload 4 /* size */
            ldc 124
            lcmp
            ifne 271
       234: .line 543
            aload 0 /* this */
            bipush 25
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       235: .line 545
            goto 271
       236: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            iconst_1
            if_icmpne 239
       237: .line 548
            aload 0 /* this */
            bipush 16
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       238: .line 549
            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 550
            aload 0 /* this */
            bipush 17
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       241: .line 551
            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 552
            aload 0 /* this */
            bipush 18
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       244: .line 553
            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 554
            aload 0 /* this */
            bipush 19
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       247: .line 555
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 264
       248: .line 556
            aload 0 /* this */
            sipush 31744
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       249: .line 557
            aload 0 /* this */
            sipush 992
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       250: .line 558
            aload 0 /* this */
            bipush 31
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       251: .line 560
            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 561
            aload 0 /* this */
            bipush 20
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       254: .line 562
            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 563
            aload 0 /* this */
            bipush 21
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
       257: .line 564
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.compression:J
            l2i
            ifne 264
       258: .line 565
            aload 0 /* this */
            ldc 16711680
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.redMask:I
       259: .line 566
            aload 0 /* this */
            ldc 65280
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.greenMask:I
       260: .line 567
            aload 0 /* this */
            sipush 255
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.blueMask:I
       261: .line 569
            goto 264
       262: .line 571
      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 570
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       264: .line 574
      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 575
            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 576
            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 577
            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 579
            goto 271
       269: .line 581
      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 580
            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 585
      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 587
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
       273: .line 588
            goto 276
       274: .line 590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
       275: .line 591
            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 596
      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 597
            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 598
            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 600
      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 601
            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 602
            iload 2 /* profileSize */
            newarray 8
            astore 7 /* profile */
        start local 7 // byte[] profile
       282: .line 603
            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 604
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
       284: .line 607
            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 608
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileAllowed:()Z
            ifeq 291
       286: .line 609
            aload 7 /* profile */
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.isUncOrDevicePath:([B)Z
            ifne 291
       287: .line 611
            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 614
            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 613
            astore 6 /* colorSpace */
        end local 8 // java.lang.String path
       290: .line 615
            goto 296
       291: .line 617
      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 616
            astore 6 /* colorSpace */
       293: .line 619
            goto 296
      StackMap locals:
      StackMap stack: java.lang.Exception
       294: pop
       295: .line 620
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            astore 6 /* colorSpace */
        end local 7 // byte[] profile
       296: .line 624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            ifeq 298
       297: .line 625
            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 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       299: .line 630
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       300: .line 631
            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 633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       303: .line 635
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
            bipush 8
            if_icmpne 319
       304: .line 636
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            astore 7 /* bandOffsets */
        start local 7 // int[] bandOffsets
       305: .line 637
            iconst_0
            istore 8 /* i */
        start local 8 // int i
       306: goto 309
       307: .line 638
      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 637
            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 640
            aload 0 /* this */
       311: .line 641
            new java.awt.image.PixelInterleavedSampleModel
            dup
            iconst_0
       312: .line 642
            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 643
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       314: .line 644
            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 645
            aload 7 /* bandOffsets */
       316: .line 641
            invokespecial java.awt.image.PixelInterleavedSampleModel.<init>:(IIIII[I)V
       317: .line 640
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        end local 7 // int[] bandOffsets
       318: .line 646
            goto 325
       319: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       320: .line 649
            new java.awt.image.MultiPixelPackedSampleModel
            dup
            iconst_0
       321: .line 650
            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 651
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bitsPerPixel:I
       323: .line 649
            invokespecial java.awt.image.MultiPixelPackedSampleModel.<init>:(IIII)V
       324: .line 648
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       325: .line 656
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            ifeq 328
       326: .line 657
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            iconst_1
            if_icmpeq 328
       327: .line 658
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageType:I
            iconst_2
            if_icmpne 343
       328: .line 661
      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 663
            lload 4 /* size */
            ldc 256
            lcmp
            ifle 331
       330: .line 664
            ldc 256
            lstore 4 /* size */
       331: .line 668
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            l2i
            newarray 8
            astore 7 /* r */
        start local 7 // byte[] r
       332: .line 669
            lload 4 /* size */
            l2i
            newarray 8
            astore 8 /* g */
        start local 8 // byte[] g
       333: .line 670
            lload 4 /* size */
            l2i
            newarray 8
            astore 9 /* b */
        start local 9 // byte[] b
       334: .line 671
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       335: goto 341
       336: .line 672
      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 673
            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 674
            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 675
            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 671
            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 677
            goto 357
        end local 9 // byte[] b
        end local 8 // byte[] g
        end local 7 // byte[] r
       343: .line 678
      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 680
            lload 4 /* size */
            ldc 256
            lcmp
            ifle 346
       345: .line 681
            ldc 256
            lstore 4 /* size */
       346: .line 685
      StackMap locals:
      StackMap stack:
            lload 4 /* size */
            l2i
            newarray 8
            astore 7 /* r */
        start local 7 // byte[] r
       347: .line 686
            lload 4 /* size */
            l2i
            newarray 8
            astore 8 /* g */
        start local 8 // byte[] g
       348: .line 687
            lload 4 /* size */
            l2i
            newarray 8
            astore 9 /* b */
        start local 9 // byte[] b
       349: .line 688
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       350: goto 356
       351: .line 689
      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 690
            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 691
            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 692
            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 688
            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 696
      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 697
            aload 0 /* this */
       359: .line 698
            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 697
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       361: .line 698
            goto 418
       362: .line 700
      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 701
            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 702
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       366: .line 703
            aload 0 /* this */
       367: .line 704
            new java.awt.image.SinglePixelPackedSampleModel
            dup
            iconst_1
       368: .line 705
            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 706
            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 704
            invokespecial java.awt.image.SinglePixelPackedSampleModel.<init>:(III[I)V
       371: .line 703
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       372: .line 708
            aload 0 /* this */
       373: .line 709
            new java.awt.image.DirectColorModel
            dup
            aload 6 /* colorSpace */
       374: .line 710
            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 711
            iconst_0
            iconst_1
       376: .line 709
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
       377: .line 708
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
       378: .line 713
            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 714
            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 718
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            iconst_3
            if_icmpne 385
       384: .line 719
            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 720
      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 718
      StackMap locals:
      StackMap stack: int[]
            astore 7 /* bitMasks */
        start local 7 // int[] bitMasks
       387: .line 722
            aload 0 /* this */
       388: .line 723
            new java.awt.image.SinglePixelPackedSampleModel
            dup
            iconst_3
       389: .line 724
            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 725
            aload 7 /* bitMasks */
       391: .line 723
            invokespecial java.awt.image.SinglePixelPackedSampleModel.<init>:(III[I)V
       392: .line 722
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       393: .line 727
            aload 0 /* this */
       394: .line 728
            new java.awt.image.DirectColorModel
            dup
            aload 6 /* colorSpace */
       395: .line 729
            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 730
            iconst_0
            iconst_3
       397: .line 728
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
       398: .line 727
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        end local 7 // int[] bitMasks
       399: .line 731
            goto 418
       400: .line 732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       401: .line 734
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
            newarray 10
            astore 7 /* bandOffsets */
        start local 7 // int[] bandOffsets
       402: .line 735
            iconst_0
            istore 8 /* i */
        start local 8 // int i
       403: goto 406
       404: .line 736
      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 735
            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 739
            aload 0 /* this */
       408: .line 740
            new java.awt.image.PixelInterleavedSampleModel
            dup
            iconst_0
       409: .line 741
            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 742
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.numBands:I
       411: .line 743
            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 744
            aload 7 /* bandOffsets */
       413: .line 740
            invokespecial java.awt.image.PixelInterleavedSampleModel.<init>:(IIIII[I)V
       414: .line 739
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
       415: .line 746
            aload 0 /* this */
       416: .line 747
            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 746
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.colorModel:Ljava/awt/image/ColorModel;
        end local 7 // int[] bandOffsets
       418: .line 750
      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 751
            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 755
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
       421: .line 756
            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 757
            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 759
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
       424: .line 760
            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 765
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 767
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 768
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 769
            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 771
      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 772
            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 773
            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 772
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         9: .line 774
            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 779
            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 798
            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 803
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         1: .line 805
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
         2: .line 806
            goto 5
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
         3: astore 2 /* e */
        start local 2 // java.lang.IllegalArgumentException e
         4: .line 807
            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 809
      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 816
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 817
            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 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.checkIndex:(I)V
         3: .line 821
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.clearAbortRequest:()V
         4: .line 822
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageStarted:(I)V
         5: .line 823
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 8
         6: .line 824
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processReadAborted:()V
         7: .line 825
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            areturn
         8: .line 828
      StackMap locals:
      StackMap stack:
            aload 2 /* param */
            ifnonnull 10
         9: .line 829
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.getDefaultReadParam:()Ljavax/imageio/ImageReadParam;
            astore 2 /* param */
        10: .line 833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readHeader:()V
        11: .line 834
            goto 14
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
        12: astore 3 /* e */
        start local 3 // java.lang.IllegalArgumentException e
        13: .line 835
            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 838
      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 839
            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 841
            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 842
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestination:()Ljava/awt/image/BufferedImage;
        18: .line 843
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceRegion:Ljava/awt/Rectangle;
        19: .line 844
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
        20: .line 841
            invokestatic com.sun.imageio.plugins.bmp.BMPImageReader.computeRegions:(Ljavax/imageio/ImageReadParam;IILjava/awt/image/BufferedImage;Ljava/awt/Rectangle;Ljava/awt/Rectangle;)V
        21: .line 846
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
        22: .line 847
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleY:I
        23: .line 850
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sourceBands:[I
        24: .line 851
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.destBands:[I
        25: .line 853
            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 854
            aload 0 /* this */
        29: .line 855
            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 856
            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 854
      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 858
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifne 41
        34: .line 859
            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 860
            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 861
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        37: goto 40
        38: .line 862
      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 861
            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 866
      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 869
            aconst_null
            astore 3 /* raster */
        start local 3 // java.awt.image.WritableRaster raster
        43: .line 871
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
            ifnonnull 58
        44: .line 872
            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 873
            aload 0 /* this */
        46: .line 874
            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 875
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        48: .line 876
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        49: .line 877
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        50: .line 876
            iadd
        51: .line 874
            invokevirtual java.awt.image.SampleModel.createCompatibleSampleModel:(II)Ljava/awt/image/SampleModel;
        52: .line 873
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
        53: .line 878
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.seleBand:Z
            ifeq 55
        54: .line 879
            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 880
      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 881
            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 883
            goto 62
        58: .line 884
      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 885
            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 886
            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 888
            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 891
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* bdata */
        start local 4 // byte[] bdata
        63: .line 892
            aconst_null
            astore 5 /* sdata */
        start local 5 // short[] sdata
        64: .line 893
            aconst_null
            astore 6 /* idata */
        start local 6 // int[] idata
        65: .line 896
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.sampleModel:Ljava/awt/image/SampleModel;
            ifnull 72
        66: .line 897
            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 898
            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 899
      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 900
            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 901
      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 902
            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 905
      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 908
            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 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
        75: .line 913
            goto 127
        76: .line 917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
        77: .line 918
            goto 127
        78: .line 922
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
        79: .line 923
            goto 127
        80: .line 927
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
        81: .line 928
            goto 127
        82: .line 932
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
        83: .line 933
            goto 127
        84: .line 936
      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 938
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
        86: .line 939
            goto 127
        87: .line 942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE4:([B)V
        88: .line 943
            goto 127
        89: .line 947
      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 946
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        91: .line 952
      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 954
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
        93: .line 955
            goto 127
        94: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE8:([B)V
        95: .line 959
            goto 127
        96: .line 963
      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 962
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        98: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
        99: .line 971
            goto 127
       100: .line 974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* sdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read16Bit:([S)V
       101: .line 975
            goto 127
       102: .line 978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* idata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read32Bit:([I)V
       103: .line 979
            goto 127
       104: .line 985
      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 986
            goto 127
       106: .line 990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read1Bit:([B)V
       107: .line 991
            goto 127
       108: .line 995
      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 998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read4Bit:([B)V
       110: .line 999
            goto 127
       111: .line 1002
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE4:([B)V
       112: .line 1003
            goto 127
       113: .line 1007
      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 1006
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       115: .line 1013
      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 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read8Bit:([B)V
       117: .line 1017
            goto 127
       118: .line 1020
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.readRLE8:([B)V
       119: .line 1021
            goto 127
       120: .line 1025
      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 1024
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       122: .line 1031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* sdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read16Bit:([S)V
       123: .line 1032
            goto 127
       124: .line 1036
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* bdata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit:([B)V
       125: .line 1037
            goto 127
       126: .line 1041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* idata */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.read32Bit:([I)V
       127: .line 1045
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 129
       128: .line 1046
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processReadAborted:()V
            goto 130
       129: .line 1048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageComplete:()V
       130: .line 1050
      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 1055
            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 1061
            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 1062
            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 1066
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.gotHeader:Z
         1: .line 1067
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.bi:Ljava/awt/image/BufferedImage;
         2: .line 1068
            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 1069
            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 1070
            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 1074
            aload 0 /* this */
            invokespecial javax.imageio.ImageReader.reset:()V
         1: .line 1075
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
         2: .line 1076
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.resetHeaderInfo:()V
         3: .line 1077
            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 1081
            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 1082
            iload 2 /* bytesPerScanline */
            iconst_4
            irem
            istore 3 /* padding */
        start local 3 // int padding
         2: .line 1083
            iload 3 /* padding */
            ifeq 4
         3: .line 1084
            iconst_4
            iload 3 /* padding */
            isub
            istore 3 /* padding */
         4: .line 1087
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bytesPerScanline */
            iload 3 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1089
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1090
            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 1092
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1093
      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 1094
            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 1095
            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 1096
            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 1097
            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 1098
            iconst_1
            newarray 10
        19: .line 1096
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        20: .line 1099
            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 1100
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 23
        22: .line 1101
            goto 78
        23: .line 1092
      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 1104
            goto 78
        26: .line 1105
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1107
            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 1106
            istore 6 /* lineStride */
        start local 6 // int lineStride
        29: .line 1109
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1111
            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 1110
            istore 7 /* lastLine */
        start local 7 // int lastLine
        32: .line 1112
            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 1113
            goto 35
        34: .line 1114
      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 1116
      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 1119
            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 1120
            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 1121
            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 1122
            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 1124
            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 1125
            goto 49
        44: .line 1127
      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 1128
            aload 8 /* srcOff */
            iload 14 /* j */
            bipush 7
            iload 13 /* x */
            bipush 7
            iand
            isub
            iastore
        46: .line 1129
            aload 11 /* destPos */
            iload 14 /* j */
            iload 12 /* i */
            iconst_3
            ishr
            iastore
        47: .line 1130
            aload 9 /* destOff */
            iload 14 /* j */
            bipush 7
            iload 12 /* i */
            bipush 7
            iand
            isub
            iastore
        48: .line 1126
            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 1125
      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 1124
            if_icmplt 44
        end local 14 // int j
        end local 13 // int x
        end local 12 // int i
        51: .line 1133
            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 1134
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 54
        53: .line 1135
            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 1137
      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 1138
            goto 76
        57: .line 1139
      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 1140
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        59: goto 63
        60: .line 1142
      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 1143
            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 1140
            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 1146
            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 1147
            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 1148
            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 1149
            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 1150
            iconst_1
            newarray 10
        71: .line 1148
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        72: .line 1151
            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 1152
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 75
        74: .line 1153
            goto 78
        75: .line 1138
      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 1137
            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 1157
      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 1162
            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 1165
            iload 2 /* bytesPerScanline */
            iconst_4
            irem
            istore 3 /* padding */
        start local 3 // int padding
         2: .line 1166
            iload 3 /* padding */
            ifeq 4
         3: .line 1167
            iconst_4
            iload 3 /* padding */
            isub
            istore 3 /* padding */
         4: .line 1169
      StackMap locals: int int
      StackMap stack:
            iload 2 /* bytesPerScanline */
            iload 3 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1171
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1172
            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 1174
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1175
      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 1176
            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 1177
            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 1178
            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 1179
            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 1180
            iconst_1
            newarray 10
        19: .line 1178
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        20: .line 1181
            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 1182
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 23
        22: .line 1183
            goto 78
        23: .line 1174
      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 1186
            goto 78
        26: .line 1187
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1189
            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 1188
            istore 6 /* lineStride */
        start local 6 // int lineStride
        29: .line 1191
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1193
            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 1192
            istore 7 /* lastLine */
        start local 7 // int lastLine
        32: .line 1194
            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 1195
            goto 35
        34: .line 1196
      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 1198
      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 1201
            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 1202
            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 1203
            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 1204
            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 1206
            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 1207
            goto 49
        44: .line 1209
      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 1210
            aload 8 /* srcOff */
            iload 14 /* j */
            iconst_1
            iload 13 /* x */
            iconst_1
            iand
            isub
            iconst_2
            ishl
            iastore
        46: .line 1211
            aload 11 /* destPos */
            iload 14 /* j */
            iload 12 /* i */
            iconst_1
            ishr
            iastore
        47: .line 1212
            aload 9 /* destOff */
            iload 14 /* j */
            iconst_1
            iload 12 /* i */
            iconst_1
            iand
            isub
            iconst_2
            ishl
            iastore
        48: .line 1208
            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 1207
      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 1206
            if_icmplt 44
        end local 14 // int j
        end local 13 // int x
        end local 12 // int i
        51: .line 1215
            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 1216
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 54
        53: .line 1217
            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 1219
      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 1220
            goto 76
        57: .line 1221
      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 1222
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        59: goto 63
        60: .line 1224
      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 1225
            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 1222
            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 1228
            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 1229
            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 1230
            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 1231
            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 1232
            iconst_1
            newarray 10
        71: .line 1230
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        72: .line 1233
            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 1234
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 75
        74: .line 1235
            goto 78
        75: .line 1220
      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 1219
            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 1239
      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 1245
            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 1246
            iload 2 /* padding */
            ifeq 3
         2: .line 1247
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1250
      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 1252
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 25
         5: .line 1253
            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 1255
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 23
        10: .line 1256
      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 1257
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.iis:Ljavax/imageio/stream/ImageInputStream;
            iload 2 /* padding */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        12: .line 1258
            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 1259
            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 1260
            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 1261
            iconst_1
            newarray 10
        18: .line 1259
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        19: .line 1262
            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 1263
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 22
        21: .line 1264
            goto 64
        22: .line 1255
      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 1267
            goto 64
        25: .line 1268
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            newarray 8
            astore 4 /* buf */
        start local 4 // byte[] buf
        26: .line 1270
            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 1269
            istore 5 /* lineStride */
        start local 5 // int lineStride
        28: .line 1272
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        29: .line 1274
            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 1273
            istore 6 /* lastLine */
        start local 6 // int lastLine
        31: .line 1275
            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 1276
            goto 34
        33: .line 1277
      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 1279
      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 1281
            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 1282
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 38
        37: .line 1283
            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 1284
      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 1286
            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 1287
            goto 62
        42: .line 1288
      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 1289
            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 1290
            goto 48
        46: .line 1292
      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 1290
            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 1289
            if_icmplt 46
        end local 10 // int m
        end local 9 // int i
        50: .line 1295
            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 1296
            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 1297
            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 1298
            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 1299
            iconst_1
            newarray 10
        57: .line 1297
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        58: .line 1300
            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 1301
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 61
        60: .line 1302
            goto 64
        61: .line 1287
      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 1286
            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 1306
      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 1312
            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 1313
            iload 2 /* padding */
            ifeq 3
         2: .line 1314
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1316
      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 1317
            iload 3 /* lineStride */
            iload 2 /* padding */
            iadd
            istore 4 /* lineLength */
        start local 4 // int lineLength
         5: .line 1319
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 26
         6: .line 1320
            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 1322
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: goto 24
        11: .line 1323
      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 1324
            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 1325
            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 1326
            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 1327
            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 1328
            iconst_1
            newarray 10
        19: .line 1326
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        20: .line 1329
            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 1330
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 23
        22: .line 1331
            goto 70
        23: .line 1322
      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 1334
            goto 70
        26: .line 1335
      StackMap locals:
      StackMap stack:
            iload 4 /* lineLength */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
        27: .line 1337
            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 1336
            istore 3 /* lineStride */
        29: .line 1339
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 34
        30: .line 1341
            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 1340
            istore 6 /* lastLine */
        start local 6 // int lastLine
        32: .line 1342
            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 1343
            goto 35
        34: .line 1344
      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 1346
      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 1348
            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 1349
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 39
        38: .line 1350
            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 1351
      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 1353
            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 1354
            goto 68
        43: .line 1355
      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 1356
            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 1357
            goto 54
        47: .line 1359
      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 1360
            iconst_0
            istore 12 /* b */
        start local 12 // int b
        49: goto 52
        50: .line 1361
      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 1360
            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 1357
            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 1356
            if_icmplt 47
        end local 10 // int m
        end local 9 // int i
        56: .line 1364
            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 1365
            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 1366
            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 1367
            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 1368
            iconst_1
            newarray 10
        63: .line 1366
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        64: .line 1369
            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 1370
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 67
        66: .line 1371
            goto 70
        67: .line 1354
      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 1353
            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 1375
      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 1380
            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 1382
            iload 2 /* padding */
            ifeq 3
         2: .line 1383
            iconst_4
            iload 2 /* padding */
            isub
            istore 2 /* padding */
         3: .line 1385
      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 1387
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 25
         5: .line 1388
            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 1389
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 23
        10: .line 1390
      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 1391
            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 1393
            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 1394
            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 1395
            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 1396
            iconst_1
            newarray 10
        18: .line 1394
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        19: .line 1397
            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 1398
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 22
        21: .line 1399
            goto 64
        22: .line 1389
      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 1402
            goto 64
        25: .line 1403
      StackMap locals:
      StackMap stack:
            iload 3 /* lineLength */
            newarray 9
            astore 4 /* buf */
        start local 4 // short[] buf
        26: .line 1405
            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 1404
            istore 5 /* lineStride */
        start local 5 // int lineStride
        28: .line 1407
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        29: .line 1409
            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 1408
            istore 6 /* lastLine */
        start local 6 // int lastLine
        31: .line 1410
            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 1411
            goto 34
        33: .line 1412
      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 1414
      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 1416
            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 1417
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 38
        37: .line 1418
            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 1419
      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 1421
            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 1422
            goto 62
        42: .line 1423
      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 1424
            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 1425
            goto 48
        46: .line 1427
      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 1425
            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 1424
            if_icmplt 46
        end local 10 // int m
        end local 9 // int i
        50: .line 1430
            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 1431
            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 1432
            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 1433
            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 1434
            iconst_1
            newarray 10
        57: .line 1432
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        58: .line 1435
            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 1436
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 61
        60: .line 1437
            goto 64
        61: .line 1422
      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 1421
            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 1441
      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 1444
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 20
         1: .line 1445
            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 1447
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 18
         6: .line 1448
      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 1449
            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 1450
            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 1451
            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 1452
            iconst_1
            newarray 10
        13: .line 1450
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        14: .line 1453
            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 1454
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 17
        16: .line 1455
            goto 59
        17: .line 1447
      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 1458
            goto 59
        20: .line 1459
      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 1461
            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 1460
            istore 3 /* lineStride */
        start local 3 // int lineStride
        23: .line 1463
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 28
        24: .line 1465
            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 1464
            istore 4 /* lastLine */
        start local 4 // int lastLine
        26: .line 1466
            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 1467
            goto 29
        28: .line 1468
      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 1470
      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 1472
            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 1473
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.isBottomUp:Z
            ifeq 33
        32: .line 1474
            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 1475
      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 1477
            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 1478
            goto 57
        37: .line 1479
      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 1480
            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 1481
            goto 43
        41: .line 1483
      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 1481
            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 1480
            if_icmplt 41
        end local 8 // int m
        end local 7 // int i
        45: .line 1486
            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 1487
            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 1488
            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 1489
            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 1490
            iconst_1
            newarray 10
        52: .line 1488
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        53: .line 1491
            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 1492
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 56
        55: .line 1493
            goto 59
        56: .line 1478
      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 1477
            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 1497
      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 1501
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
            l2i
            istore 2 /* imSize */
        start local 2 // int imSize
         1: .line 1502
            iload 2 /* imSize */
            ifne 3
         2: .line 1503
            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 1506
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* padding */
        start local 3 // int padding
         4: .line 1509
            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 1510
            iload 4 /* remainder */
            ifeq 7
         6: .line 1511
            iconst_4
            iload 4 /* remainder */
            isub
            istore 3 /* padding */
         7: .line 1515
      StackMap locals: int int
      StackMap stack:
            iload 2 /* imSize */
            newarray 8
            astore 5 /* values */
        start local 5 // byte[] values
         8: .line 1517
            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 1520
            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 1521
            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 1527
            iconst_0
            istore 4 /* isSuccess */
        start local 4 // boolean isSuccess
         1: .line 1531
            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 1532
            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 1533
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 16
         4: .line 1534
            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 1535
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 9
         7: .line 1536
      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 1535
            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 1537
            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 1538
            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 1539
            iconst_1
            newarray 10
        13: .line 1537
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        14: .line 1540
            iconst_1
            istore 4 /* isSuccess */
        end local 5 // int pos
        15: .line 1541
            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 1543
            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 1542
            istore 5 /* lineStride */
        start local 5 // int lineStride
        19: .line 1544
            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 1545
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        21: .line 1544
            iadd
            istore 6 /* currentLine */
        start local 6 // int currentLine
        22: .line 1546
            iload 6 /* currentLine */
            iload 5 /* lineStride */
            imul
            istore 7 /* pos */
        start local 7 // int pos
        23: .line 1547
            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 1548
            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 1549
            goto 28
        26: .line 1551
      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 1550
            iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 8 /* i */
        28: .line 1549
      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 1548
            if_icmplt 26
        end local 8 // int i
        30: .line 1552
            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 1553
            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 1554
            iconst_1
            newarray 10
        33: .line 1552
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        34: .line 1555
            iconst_1
            istore 4 /* isSuccess */
        end local 7 // int pos
        end local 6 // int currentLine
        end local 5 // int lineStride
        35: .line 1558
      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 1559
      StackMap locals: int
      StackMap stack:
            aload 2 /* val */
            iload 5 /* scIndex */
            iconst_0
            bastore
        38: .line 1558
            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 1563
      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 1571
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            newarray 8
            astore 5 /* val */
        start local 5 // byte[] val
         1: .line 1572
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: iconst_0
            istore 7 /* l */
        start local 7 // int l
         3: .line 1574
            iconst_0
            istore 9 /* flag */
        start local 9 // boolean flag
         4: .line 1575
            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 1576
            iconst_0
            istore 11 /* finished */
        start local 11 // int finished
         8: .line 1579
            goto 68
         9: .line 1580
      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 1581
            iload 8 /* value */
            ifne 59
        11: .line 1582
            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 1587
      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 1588
            iinc 11 /* finished */ 1
        14: .line 1590
      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 1591
            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 1592
            iconst_0
            istore 7 /* l */
        19: .line 1594
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 66
        20: .line 1595
            iconst_1
            istore 9 /* flag */
        21: .line 1597
            goto 66
        22: .line 1601
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* flag */
        23: .line 1605
            iload 7 /* l */
            ifeq 66
        24: .line 1607
            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 1608
            iinc 11 /* finished */ 1
        26: .line 1610
      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 1611
            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 1612
            iconst_0
            istore 7 /* l */
        31: .line 1614
            goto 66
        32: .line 1618
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iconst_1
            iadd
            iload 1 /* imSize */
            if_icmpge 66
        33: .line 1619
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 12 /* xoff */
        start local 12 // int xoff
        34: .line 1620
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 13 /* yoff */
        start local 13 // int yoff
        35: .line 1625
            iload 13 /* yoff */
            ifeq 44
        36: .line 1627
            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 1628
            iinc 11 /* finished */ 1
        38: .line 1630
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* finished */
            i2f
            fmul
        39: .line 1631
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
        40: .line 1630
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        41: .line 1632
            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 1636
      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 1637
            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 1639
            goto 66
        47: .line 1642
      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 1643
            iconst_0
            istore 13 /* readByte */
        start local 13 // byte readByte
        49: .line 1646
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        50: goto 55
        51: .line 1647
      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 1650
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmpge 54
        53: .line 1651
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            iload 13 /* readByte */
            bastore
        54: .line 1646
      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 1657
      StackMap locals:
      StackMap stack:
            iload 12 /* end */
            iconst_1
            iand
            iconst_1
            if_icmpne 66
        57: .line 1658
            iinc 6 /* count */ 1
        end local 13 // byte readByte
        end local 12 // int end
        58: .line 1662
            goto 66
        59: .line 1666
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmpge 65
        60: .line 1667
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        61: goto 64
        62: .line 1668
      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 1667
            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 1672
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ 1
        66: .line 1676
      StackMap locals:
      StackMap stack:
            iload 9 /* flag */
            ifeq 68
        67: .line 1677
            goto 69
        end local 8 // int value
        68: .line 1579
      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 1680
      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 1685
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.imageSize:J
            l2i
            istore 2 /* imSize */
        start local 2 // int imSize
         1: .line 1686
            iload 2 /* imSize */
            ifne 3
         2: .line 1687
            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 1690
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* padding */
        start local 3 // int padding
         4: .line 1693
            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 1694
            iload 4 /* remainder */
            ifeq 7
         6: .line 1695
            iconst_4
            iload 4 /* remainder */
            isub
            istore 3 /* padding */
         7: .line 1699
      StackMap locals: int int
      StackMap stack:
            iload 2 /* imSize */
            newarray 8
            astore 5 /* values */
        start local 5 // byte[] values
         8: .line 1700
            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 1703
            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 1704
            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 1710
            iconst_0
            istore 4 /* isSuccess */
        start local 4 // boolean isSuccess
         1: .line 1714
            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 1715
            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 1716
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.noTransform:Z
            ifeq 21
         4: .line 1717
            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 1718
            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 1719
      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 1720
            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 1719
            bastore
        11: .line 1718
            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 1721
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            iconst_1
            iand
            iconst_1
            if_icmpne 15
        14: .line 1722
            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 1724
      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 1725
            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 1726
            iconst_1
            newarray 10
        18: .line 1724
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        19: .line 1727
            iconst_1
            istore 4 /* isSuccess */
        end local 5 // int pos
        20: .line 1728
            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 1730
            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 1729
            istore 5 /* lineStride */
        start local 5 // int lineStride
        24: .line 1731
            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 1732
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        26: .line 1731
            iadd
            istore 6 /* currentLine */
        start local 6 // int currentLine
        27: .line 1733
            iload 6 /* currentLine */
            iload 5 /* lineStride */
            imul
            istore 7 /* pos */
        start local 7 // int pos
        28: .line 1734
            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 1735
            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 1736
            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 1737
            goto 38
        32: .line 1739
      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 1740
            iinc 8 /* shift */ 4
        34: .line 1741
            iload 8 /* shift */
            iconst_4
            if_icmpne 36
        35: .line 1742
            iinc 7 /* pos */ 1
        36: .line 1744
      StackMap locals:
      StackMap stack:
            iload 8 /* shift */
            bipush 7
            iand
            istore 8 /* shift */
        37: .line 1738
            iload 9 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.scaleX:I
            iadd
            istore 9 /* i */
        38: .line 1737
      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 1736
            if_icmplt 32
        end local 9 // int i
        40: .line 1746
            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 1747
            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 1748
            iconst_1
            newarray 10
        43: .line 1746
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        44: .line 1749
            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 1752
      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 1753
      StackMap locals: int
      StackMap stack:
            aload 2 /* val */
            iload 5 /* scIndex */
            iconst_0
            bastore
        48: .line 1752
            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 1756
      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 1763
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            newarray 8
            astore 5 /* val */
        start local 5 // byte[] val
         1: .line 1764
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: iconst_0
            istore 7 /* l */
        start local 7 // int l
         3: .line 1766
            iconst_0
            istore 9 /* flag */
        start local 9 // boolean flag
         4: .line 1767
            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 1768
            iconst_0
            istore 11 /* finished */
        start local 11 // int finished
         8: .line 1771
            goto 76
         9: .line 1773
      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 1774
            iload 8 /* value */
            ifne 64
        11: .line 1777
            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 1782
      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 1783
            iinc 11 /* finished */ 1
        14: .line 1785
      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 1786
            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 1787
            iconst_0
            istore 7 /* l */
        19: .line 1789
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.abortRequested:()Z
            ifeq 74
        20: .line 1790
            iconst_1
            istore 9 /* flag */
        21: .line 1793
            goto 74
        22: .line 1797
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* flag */
        23: .line 1801
            iload 7 /* l */
            ifeq 74
        24: .line 1803
            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 1804
            iinc 11 /* finished */ 1
        26: .line 1806
      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 1807
            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 1808
            iconst_0
            istore 7 /* l */
        31: .line 1810
            goto 74
        32: .line 1814
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iconst_1
            iadd
            iload 1 /* imSize */
            if_icmpge 74
        33: .line 1815
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 12 /* xoff */
        start local 12 // int xoff
        34: .line 1816
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            sipush 255
            iand
            istore 13 /* yoff */
        start local 13 // int yoff
        35: .line 1821
            iload 13 /* yoff */
            ifeq 44
        36: .line 1823
            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 1824
            iinc 11 /* finished */ 1
        38: .line 1826
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            ldc 100.0
            iload 11 /* finished */
            i2f
            fmul
        39: .line 1827
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            i2f
            fdiv
        40: .line 1826
            invokevirtual com.sun.imageio.plugins.bmp.BMPImageReader.processImageProgress:(F)V
        41: .line 1828
            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 1834
      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 1835
            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 1837
            goto 74
        47: .line 1840
      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 1841
            iconst_0
            istore 13 /* readByte */
        start local 13 // byte readByte
        49: .line 1844
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        50: goto 58
        51: .line 1845
      StackMap locals: int int int
      StackMap stack:
            iload 14 /* i */
            iconst_1
            iand
            ifne 53
        52: .line 1846
            aload 3 /* values */
            iload 6 /* count */
            baload
            sipush 240
            iand
            iconst_4
            ishr
            goto 54
        53: .line 1847
      StackMap locals:
      StackMap stack:
            aload 3 /* values */
            iload 6 /* count */
            iinc 6 /* count */ 1
            baload
            bipush 15
            iand
        54: .line 1845
      StackMap locals:
      StackMap stack: int
            i2b
            istore 13 /* readByte */
        55: .line 1850
            iload 7 /* l */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.width:I
            if_icmpge 57
        56: .line 1851
            aload 5 /* val */
            iload 7 /* l */
            iinc 7 /* l */ 1
            iload 13 /* readByte */
            bastore
        57: .line 1844
      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 1857
      StackMap locals:
      StackMap stack:
            iload 12 /* end */
            iconst_1
            iand
            iconst_1
            if_icmpne 61
        60: .line 1858
            iinc 6 /* count */ 1
        61: .line 1863
      StackMap locals:
      StackMap stack:
            iload 12 /* end */
            iconst_1
            iadd
            iconst_2
            idiv
            iconst_1
            iand
            iconst_1
            if_icmpne 74
        62: .line 1864
            iinc 6 /* count */ 1
        end local 13 // byte readByte
        end local 12 // int end
        63: .line 1868
            goto 74
        64: .line 1872
      StackMap locals:
      StackMap stack:
            iload 6 /* count */
            iload 1 /* imSize */
            if_icmpge 73
        65: .line 1873
            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 1874
            aload 3 /* values */
            iload 6 /* count */
            baload
            bipush 15
            iand
            iastore
        67: .line 1873
            astore 12 /* alternate */
        start local 12 // int[] alternate
        68: .line 1875
            iconst_0
            istore 13 /* i */
        start local 13 // int i
        69: goto 72
        70: .line 1876
      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 1875
            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 1880
      StackMap locals:
      StackMap stack:
            iinc 6 /* count */ 1
        74: .line 1884
      StackMap locals:
      StackMap stack:
            iload 9 /* flag */
            ifeq 76
        75: .line 1885
            goto 77
        end local 8 // int value
        76: .line 1771
      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 1888
      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 1903
            iload 1 /* type */
            tableswitch { // 4 - 5
                    4: 1
                    5: 3
              default: 5
          }
         1: .line 1905
      StackMap locals:
      StackMap stack:
            ldc "JPEG"
            astore 4 /* format */
        start local 4 // java.lang.String format
         2: .line 1906
            goto 7
        end local 4 // java.lang.String format
         3: .line 1908
      StackMap locals:
      StackMap stack:
            ldc "PNG"
            astore 4 /* format */
        start local 4 // java.lang.String format
         4: .line 1909
            goto 7
        end local 4 // java.lang.String format
         5: .line 1912
      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 1911
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // java.lang.String format
         7: .line 1915
      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 1914
            astore 5 /* reader */
        start local 5 // javax.imageio.ImageReader reader
         9: .line 1916
            aload 5 /* reader */
            ifnonnull 13
        10: .line 1917
            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 1918
            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 1917
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 1921
      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 1922
            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 1923
            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 1924
            aload 2 /* bi */
            ifnonnull 24
        17: .line 1925
            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 1926
            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 1927
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.width:I
            iadd
        20: .line 1928
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
        21: .line 1929
            aload 0 /* this */
            getfield com.sun.imageio.plugins.bmp.BMPImageReader.destinationRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
        22: .line 1928
            iadd
        23: .line 1926
            invokevirtual javax.imageio.ImageTypeSpecifier.createBufferedImage:(II)Ljava/awt/image/BufferedImage;
            astore 2 /* bi */
        end local 7 // javax.imageio.ImageTypeSpecifier embType
        24: .line 1932
      StackMap locals: byte[]
      StackMap stack:
            aload 5 /* reader */
            new com.sun.imageio.plugins.bmp.BMPImageReader$1
            dup
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.bmp.BMPImageReader$1.<init>:(Lcom/sun/imageio/plugins/bmp/BMPImageReader;)V
            invokevirtual javax.imageio.ImageReader.addIIOReadProgressListener:(Ljavax/imageio/event/IIOReadProgressListener;)V
        25: .line 1941
            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 1993
            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 2001
            aload 5 /* reader */
            invokevirtual javax.imageio.ImageReader.getDefaultReadParam:()Ljavax/imageio/ImageReadParam;
            astore 7 /* param */
        start local 7 // javax.imageio.ImageReadParam param
        28: .line 2002
            aload 7 /* param */
            aload 2 /* bi */
            invokevirtual javax.imageio.ImageReadParam.setDestination:(Ljava/awt/image/BufferedImage;)V
        29: .line 2003
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            invokevirtual javax.imageio.ImageReadParam.setDestinationBands:([I)V
        30: .line 2004
            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 2005
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            invokevirtual javax.imageio.ImageReadParam.setSourceBands:([I)V
        32: .line 2006
            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 2007
            aload 7 /* param */
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
        34: .line 2008
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
        35: .line 2009
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSubsamplingXOffset:()I
        36: .line 2010
            aload 3 /* bmpParam */
            invokevirtual javax.imageio.ImageReadParam.getSubsamplingYOffset:()I
        37: .line 2007
            invokevirtual javax.imageio.ImageReadParam.setSourceSubsampling:(IIII)V
        38: .line 2011
            aload 5 /* reader */
            iconst_0
            aload 7 /* param */
            invokevirtual javax.imageio.ImageReader.read:(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;
            pop
        39: .line 2012
            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 2039
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isLinkedProfileDisabled:Ljava/lang/Boolean;
            ifnonnull 3
         1: .line 2040
            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 2046
            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 2048
      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 2065
            getstatic com.sun.imageio.plugins.bmp.BMPImageReader.isWindowsPlatform:Ljava/lang/Boolean;
            ifnonnull 3
         1: .line 2066
            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 2074
            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 2077
      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 2079
            iconst_0
            ireturn
         5: .line 2083
      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 2084
      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 2085
      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 2088
      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 2089
            aload 0 /* p */
            iconst_2
            baload
            bipush 63
            if_icmpne 15
            aload 0 /* p */
            iconst_3
            baload
            bipush 92
            if_icmpne 15
        10: .line 2091
            aload 0 /* p */
            iconst_4
            baload
            bipush 85
            if_icmpeq 11
            aload 0 /* p */
            iconst_4
            baload
            bipush 117
            if_icmpne 14
        11: .line 2092
      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 2093
      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 2091
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        14: iconst_0
            ireturn
        15: .line 2096
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        16: .line 2099
      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