public class com.sun.imageio.plugins.png.PNGImageReader extends javax.imageio.ImageReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.png.PNGImageReader
  super_class: javax.imageio.ImageReader
{
  static final int IHDR_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1229472850

  static final int PLTE_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1347179589

  static final int IDAT_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1229209940

  static final int IEND_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1229278788

  static final int bKGD_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1649100612

  static final int cHRM_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1665684045

  static final int gAMA_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1732332865

  static final int hIST_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1749635924

  static final int iCCP_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1766015824

  static final int iTXt_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1767135348

  static final int pHYs_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1883789683

  static final int sBIT_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1933723988

  static final int sPLT_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1934642260

  static final int sRGB_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1934772034

  static final int tEXt_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1950701684

  static final int tIME_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1950960965

  static final int tRNS_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1951551059

  static final int zTXt_TYPE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2052348020

  static final int PNG_COLOR_GRAY;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int PNG_COLOR_RGB;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int PNG_COLOR_PALETTE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int PNG_COLOR_GRAY_ALPHA;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int PNG_COLOR_RGB_ALPHA;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  static final int[] inputBandsForColorType;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int PNG_FILTER_NONE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int PNG_FILTER_SUB;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int PNG_FILTER_UP;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int PNG_FILTER_AVERAGE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int PNG_FILTER_PAETH;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  static final int[] adam7XOffset;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int[] adam7YOffset;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int[] adam7XSubsampling;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int[] adam7YSubsampling;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final boolean debug;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  javax.imageio.stream.ImageInputStream stream;
    descriptor: Ljavax/imageio/stream/ImageInputStream;
    flags: (0x0000) 

  boolean gotHeader;
    descriptor: Z
    flags: (0x0000) 

  boolean gotMetadata;
    descriptor: Z
    flags: (0x0000) 

  javax.imageio.ImageReadParam lastParam;
    descriptor: Ljavax/imageio/ImageReadParam;
    flags: (0x0000) 

  long imageStartPosition;
    descriptor: J
    flags: (0x0000) 

  java.awt.Rectangle sourceRegion;
    descriptor: Ljava/awt/Rectangle;
    flags: (0x0000) 

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

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

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

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

  int[] sourceBands;
    descriptor: [I
    flags: (0x0000) 

  int[] destinationBands;
    descriptor: [I
    flags: (0x0000) 

  java.awt.Point destinationOffset;
    descriptor: Ljava/awt/Point;
    flags: (0x0000) 

  com.sun.imageio.plugins.png.PNGMetadata metadata;
    descriptor: Lcom/sun/imageio/plugins/png/PNGMetadata;
    flags: (0x0000) 

  java.io.DataInputStream pixelStream;
    descriptor: Ljava/io/DataInputStream;
    flags: (0x0000) 

  java.awt.image.BufferedImage theImage;
    descriptor: Ljava/awt/image/BufferedImage;
    flags: (0x0000) 

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

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

  private static final int[][] bandOffsets;
    descriptor: [[I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 144
            bipush 7
            newarray 10
            dup
            iconst_0
         1: .line 145
            iconst_1
            iastore
            dup
            iconst_1
         2: .line 146
            iconst_m1
            iastore
            dup
            iconst_2
         3: .line 147
            iconst_3
            iastore
            dup
            iconst_3
         4: .line 148
            iconst_1
            iastore
            dup
            iconst_4
         5: .line 149
            iconst_2
            iastore
            dup
            iconst_5
         6: .line 150
            iconst_m1
            iastore
            dup
            bipush 6
         7: .line 151
            iconst_4
            iastore
         8: .line 144
            putstatic com.sun.imageio.plugins.png.PNGImageReader.inputBandsForColorType:[I
         9: .line 160
            bipush 7
            newarray 10
            dup
            iconst_1
            iconst_4
            iastore
            dup
            iconst_3
            iconst_2
            iastore
            dup
            iconst_5
            iconst_1
            iastore
            putstatic com.sun.imageio.plugins.png.PNGImageReader.adam7XOffset:[I
        10: .line 161
            bipush 7
            newarray 10
            dup
            iconst_2
            iconst_4
            iastore
            dup
            iconst_4
            iconst_2
            iastore
            dup
            bipush 6
            iconst_1
            iastore
            putstatic com.sun.imageio.plugins.png.PNGImageReader.adam7YOffset:[I
        11: .line 162
            bipush 8
            newarray 10
            dup
            iconst_0
            bipush 8
            iastore
            dup
            iconst_1
            bipush 8
            iastore
            dup
            iconst_2
            iconst_4
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            dup
            iconst_4
            iconst_2
            iastore
            dup
            iconst_5
            iconst_2
            iastore
            dup
            bipush 6
            iconst_1
            iastore
            dup
            bipush 7
            iconst_1
            iastore
            putstatic com.sun.imageio.plugins.png.PNGImageReader.adam7XSubsampling:[I
        12: .line 163
            bipush 8
            newarray 10
            dup
            iconst_0
            bipush 8
            iastore
            dup
            iconst_1
            bipush 8
            iastore
            dup
            iconst_2
            bipush 8
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            dup
            iconst_4
            iconst_4
            iastore
            dup
            iconst_5
            iconst_2
            iastore
            dup
            bipush 6
            iconst_2
            iastore
            dup
            bipush 7
            iconst_1
            iastore
            putstatic com.sun.imageio.plugins.png.PNGImageReader.adam7YSubsampling:[I
        13: .line 893
            iconst_5
            anewarray int[]
            dup
            iconst_1
        14: .line 895
            iconst_1
            newarray 10
            aastore
            dup
            iconst_2
        15: .line 896
            iconst_2
            newarray 10
            dup
            iconst_1
            iconst_1
            iastore
            aastore
            dup
            iconst_3
        16: .line 897
            iconst_3
            newarray 10
            dup
            iconst_1
            iconst_1
            iastore
            dup
            iconst_2
            iconst_2
            iastore
            aastore
            dup
            iconst_4
        17: .line 898
            iconst_4
            newarray 10
            dup
            iconst_1
            iconst_1
            iastore
            dup
            iconst_2
            iconst_2
            iastore
            dup
            iconst_3
            iconst_3
            iastore
            aastore
        18: .line 893
            putstatic com.sun.imageio.plugins.png.PNGImageReader.bandOffsets:[[I
        19: .line 899
            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=5, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // javax.imageio.spi.ImageReaderSpi originatingProvider
         0: .line 198
            aload 0 /* this */
            aload 1 /* originatingProvider */
            invokespecial javax.imageio.ImageReader.<init>:(Ljavax/imageio/spi/ImageReaderSpi;)V
         1: .line 167
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
         2: .line 169
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotHeader:Z
         3: .line 170
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
         4: .line 172
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.lastParam:Ljavax/imageio/ImageReadParam;
         5: .line 174
            aload 0 /* this */
            ldc -1
            putfield com.sun.imageio.plugins.png.PNGImageReader.imageStartPosition:J
         6: .line 176
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
         7: .line 177
            aload 0 /* this */
            iconst_m1
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
         8: .line 178
            aload 0 /* this */
            iconst_m1
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
         9: .line 179
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
        10: .line 180
            aload 0 /* this */
            bipush 6
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
        11: .line 181
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
        12: .line 182
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
        13: .line 183
            aload 0 /* this */
            new java.awt.Point
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
        14: .line 185
            aload 0 /* this */
            new com.sun.imageio.plugins.png.PNGMetadata
            dup
            invokespecial com.sun.imageio.plugins.png.PNGMetadata.<init>:()V
            putfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
        15: .line 187
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
        16: .line 189
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
        17: .line 192
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelsDone:I
        18: .line 199
            return
        end local 1 // javax.imageio.spi.ImageReaderSpi originatingProvider
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   19     0                 this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   19     1  originatingProvider  Ljavax/imageio/spi/ImageReaderSpi;
    MethodParameters:
                     Name  Flags
      originatingProvider  

  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.png.PNGImageReader this
        start local 1 // java.lang.Object input
        start local 2 // boolean seekForwardOnly
        start local 3 // boolean ignoreMetadata
         0: .line 204
            aload 0 /* this */
            aload 1 /* input */
            iload 2 /* seekForwardOnly */
            iload 3 /* ignoreMetadata */
            invokespecial javax.imageio.ImageReader.setInput:(Ljava/lang/Object;ZZ)V
         1: .line 205
            aload 0 /* this */
            aload 1 /* input */
            checkcast javax.imageio.stream.ImageInputStream
            putfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
         2: .line 208
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.resetStreamSettings:()V
         3: .line 209
            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.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    4     1            input  Ljava/lang/Object;
            0    4     2  seekForwardOnly  Z
            0    4     3   ignoreMetadata  Z
    MethodParameters:
                 Name  Flags
      input            
      seekForwardOnly  
      ignoreMetadata   

  private java.lang.String readNullTerminatedString(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // java.lang.String charset
        start local 2 // int maxLen
         0: .line 212
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 3 /* baos */
        start local 3 // java.io.ByteArrayOutputStream baos
         1: .line 214
            iconst_0
            istore 5 /* count */
        start local 5 // int count
         2: .line 215
            goto 5
        start local 4 // int b
         3: .line 216
      StackMap locals: java.io.ByteArrayOutputStream int int
      StackMap stack:
            iload 4 /* b */
            iconst_m1
            if_icmpne 4
            new java.io.EOFException
            dup
            invokespecial java.io.EOFException.<init>:()V
            athrow
         4: .line 217
      StackMap locals:
      StackMap stack:
            aload 3 /* baos */
            iload 4 /* b */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        end local 4 // int b
         5: .line 215
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader java.lang.String int java.io.ByteArrayOutputStream top int
      StackMap stack:
            iload 2 /* maxLen */
            iload 5 /* count */
            iinc 5 /* count */ 1
            if_icmple 7
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.read:()I
            dup
            istore 4 /* b */
        start local 4 // int b
         6: ifne 3
        end local 4 // int b
         7: .line 219
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 3 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            aload 1 /* charset */
            invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
            areturn
        end local 5 // int count
        end local 3 // java.io.ByteArrayOutputStream baos
        end local 2 // int maxLen
        end local 1 // java.lang.String charset
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    8     1  charset  Ljava/lang/String;
            0    8     2   maxLen  I
            1    8     3     baos  Ljava/io/ByteArrayOutputStream;
            3    5     4        b  I
            6    7     4        b  I
            2    8     5    count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      charset  
      maxLen   

  private void readHeader();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=11, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 223
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.gotHeader:Z
            ifeq 2
         1: .line 224
            return
         2: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 4
         3: .line 227
            new java.lang.IllegalStateException
            dup
            ldc "Input source not set!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 231
      StackMap locals:
      StackMap stack:
            bipush 8
            newarray 8
            astore 1 /* signature */
        start local 1 // byte[] signature
         5: .line 232
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* signature */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
         6: .line 234
            aload 1 /* signature */
            iconst_0
            baload
            bipush -119
            if_icmpne 14
         7: .line 235
            aload 1 /* signature */
            iconst_1
            baload
            bipush 80
            if_icmpne 14
         8: .line 236
            aload 1 /* signature */
            iconst_2
            baload
            bipush 78
            if_icmpne 14
         9: .line 237
            aload 1 /* signature */
            iconst_3
            baload
            bipush 71
            if_icmpne 14
        10: .line 238
            aload 1 /* signature */
            iconst_4
            baload
            bipush 13
            if_icmpne 14
        11: .line 239
            aload 1 /* signature */
            iconst_5
            baload
            bipush 10
            if_icmpne 14
        12: .line 240
            aload 1 /* signature */
            bipush 6
            baload
            bipush 26
            if_icmpne 14
        13: .line 241
            aload 1 /* signature */
            bipush 7
            baload
            bipush 10
            if_icmpeq 15
        14: .line 242
      StackMap locals: byte[]
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "Bad PNG signature!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 2 /* IHDR_length */
        start local 2 // int IHDR_length
        16: .line 246
            iload 2 /* IHDR_length */
            bipush 13
            if_icmpeq 18
        17: .line 247
            new javax.imageio.IIOException
            dup
            ldc "Bad length for IHDR chunk!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 249
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 3 /* IHDR_type */
        start local 3 // int IHDR_type
        19: .line 250
            iload 3 /* IHDR_type */
            ldc 1229472850
            if_icmpeq 21
        20: .line 251
            new javax.imageio.IIOException
            dup
            ldc "Bad type for IHDR chunk!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 254
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            new com.sun.imageio.plugins.png.PNGMetadata
            dup
            invokespecial com.sun.imageio.plugins.png.PNGMetadata.<init>:()V
            putfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
        22: .line 256
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 4 /* width */
        start local 4 // int width
        23: .line 257
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 5 /* height */
        start local 5 // int height
        24: .line 260
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* signature */
            iconst_0
            iconst_5
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        25: .line 261
            aload 1 /* signature */
            iconst_0
            baload
            sipush 255
            iand
            istore 6 /* bitDepth */
        start local 6 // int bitDepth
        26: .line 262
            aload 1 /* signature */
            iconst_1
            baload
            sipush 255
            iand
            istore 7 /* colorType */
        start local 7 // int colorType
        27: .line 263
            aload 1 /* signature */
            iconst_2
            baload
            sipush 255
            iand
            istore 8 /* compressionMethod */
        start local 8 // int compressionMethod
        28: .line 264
            aload 1 /* signature */
            iconst_3
            baload
            sipush 255
            iand
            istore 9 /* filterMethod */
        start local 9 // int filterMethod
        29: .line 265
            aload 1 /* signature */
            iconst_4
            baload
            sipush 255
            iand
            istore 10 /* interlaceMethod */
        start local 10 // int interlaceMethod
        30: .line 268
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            iconst_4
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        31: .line 270
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            invokeinterface javax.imageio.stream.ImageInputStream.flushBefore:(J)V
        32: .line 272
            iload 4 /* width */
            ifne 34
        33: .line 273
            new javax.imageio.IIOException
            dup
            ldc "Image width == 0!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        34: .line 275
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader byte[] int int int int int int int int int
      StackMap stack:
            iload 5 /* height */
            ifne 36
        35: .line 276
            new javax.imageio.IIOException
            dup
            ldc "Image height == 0!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        36: .line 278
      StackMap locals:
      StackMap stack:
            iload 6 /* bitDepth */
            iconst_1
            if_icmpeq 39
            iload 6 /* bitDepth */
            iconst_2
            if_icmpeq 39
            iload 6 /* bitDepth */
            iconst_4
            if_icmpeq 39
        37: .line 279
            iload 6 /* bitDepth */
            bipush 8
            if_icmpeq 39
            iload 6 /* bitDepth */
            bipush 16
            if_icmpeq 39
        38: .line 280
            new javax.imageio.IIOException
            dup
            ldc "Bit depth must be 1, 2, 4, 8, or 16!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        39: .line 282
      StackMap locals:
      StackMap stack:
            iload 7 /* colorType */
            ifeq 42
            iload 7 /* colorType */
            iconst_2
            if_icmpeq 42
            iload 7 /* colorType */
            iconst_3
            if_icmpeq 42
        40: .line 283
            iload 7 /* colorType */
            iconst_4
            if_icmpeq 42
            iload 7 /* colorType */
            bipush 6
            if_icmpeq 42
        41: .line 284
            new javax.imageio.IIOException
            dup
            ldc "Color type must be 0, 2, 3, 4, or 6!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        42: .line 286
      StackMap locals:
      StackMap stack:
            iload 7 /* colorType */
            iconst_3
            if_icmpne 44
            iload 6 /* bitDepth */
            bipush 16
            if_icmpne 44
        43: .line 287
            new javax.imageio.IIOException
            dup
            ldc "Bad color type/bit depth combination!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        44: .line 289
      StackMap locals:
      StackMap stack:
            iload 7 /* colorType */
            iconst_2
            if_icmpeq 47
        45: .line 290
            iload 7 /* colorType */
            bipush 6
            if_icmpeq 47
        46: .line 291
            iload 7 /* colorType */
            iconst_4
            if_icmpne 49
        47: .line 292
      StackMap locals:
      StackMap stack:
            iload 6 /* bitDepth */
            bipush 8
            if_icmpeq 49
            iload 6 /* bitDepth */
            bipush 16
            if_icmpeq 49
        48: .line 293
            new javax.imageio.IIOException
            dup
            ldc "Bad color type/bit depth combination!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        49: .line 295
      StackMap locals:
      StackMap stack:
            iload 8 /* compressionMethod */
            ifeq 51
        50: .line 296
            new javax.imageio.IIOException
            dup
            ldc "Unknown compression method (not 0)!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        51: .line 298
      StackMap locals:
      StackMap stack:
            iload 9 /* filterMethod */
            ifeq 53
        52: .line 299
            new javax.imageio.IIOException
            dup
            ldc "Unknown filter method (not 0)!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        53: .line 301
      StackMap locals:
      StackMap stack:
            iload 10 /* interlaceMethod */
            ifeq 55
            iload 10 /* interlaceMethod */
            iconst_1
            if_icmpeq 55
        54: .line 302
            new javax.imageio.IIOException
            dup
            ldc "Unknown interlace method (not 0 or 1)!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        55: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_present:Z
        56: .line 306
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 4 /* width */
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_width:I
        57: .line 307
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 5 /* height */
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_height:I
        58: .line 308
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 6 /* bitDepth */
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_bitDepth:I
        59: .line 309
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 7 /* colorType */
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
        60: .line 310
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 8 /* compressionMethod */
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_compressionMethod:I
        61: .line 311
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 9 /* filterMethod */
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_filterMethod:I
        62: .line 312
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 10 /* interlaceMethod */
            putfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_interlaceMethod:I
        63: .line 313
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotHeader:Z
        end local 10 // int interlaceMethod
        end local 9 // int filterMethod
        end local 8 // int compressionMethod
        end local 7 // int colorType
        end local 6 // int bitDepth
        end local 5 // int height
        end local 4 // int width
        end local 3 // int IHDR_type
        end local 2 // int IHDR_length
        end local 1 // byte[] signature
        64: .line 314
            goto 67
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader
      StackMap stack: java.io.IOException
        65: astore 1 /* e */
        start local 1 // java.io.IOException e
        66: .line 315
            new javax.imageio.IIOException
            dup
            ldc "I/O error reading PNG header!"
            aload 1 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        67: .line 317
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   68     0               this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            5   64     1          signature  [B
           16   64     2        IHDR_length  I
           19   64     3          IHDR_type  I
           23   64     4              width  I
           24   64     5             height  I
           26   64     6           bitDepth  I
           27   64     7          colorType  I
           28   64     8  compressionMethod  I
           29   64     9       filterMethod  I
           30   64    10    interlaceMethod  I
           66   67     1                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4    64      65  Class java.io.IOException
    Exceptions:
      throws javax.imageio.IIOException

  private void parse_PLTE_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 320
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_present:Z
            ifeq 5
         1: .line 321
            aload 0 /* this */
         2: .line 322
            ldc "A PNG image may not contain more than one PLTE chunk.\nThe chunk wil be ignored."
         3: .line 321
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
         4: .line 324
            return
         5: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            ifeq 7
         6: .line 326
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            iconst_4
            if_icmpne 11
         7: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         8: .line 328
            ldc "A PNG gray or gray alpha image cannot have a PLTE chunk.\nThe chunk wil be ignored."
         9: .line 327
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        10: .line 330
            return
        11: .line 333
      StackMap locals:
      StackMap stack:
            iload 1 /* chunkLength */
            newarray 8
            astore 2 /* palette */
        start local 2 // byte[] palette
        12: .line 334
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 2 /* palette */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
        13: .line 336
            iload 1 /* chunkLength */
            iconst_3
            idiv
            istore 3 /* numEntries */
        start local 3 // int numEntries
        14: .line 337
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            iconst_3
            if_icmpne 22
        15: .line 338
            iconst_1
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_bitDepth:I
            ishl
            istore 4 /* maxEntries */
        start local 4 // int maxEntries
        16: .line 339
            iload 3 /* numEntries */
            iload 4 /* maxEntries */
            if_icmple 21
        17: .line 340
            aload 0 /* this */
        18: .line 341
            ldc "PLTE chunk contains too many entries for bit depth, ignoring extras."
        19: .line 340
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        20: .line 342
            iload 4 /* maxEntries */
            istore 3 /* numEntries */
        21: .line 344
      StackMap locals: byte[] int int
      StackMap stack:
            iload 3 /* numEntries */
            iload 4 /* maxEntries */
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* numEntries */
        end local 4 // int maxEntries
        22: .line 349
      StackMap locals:
      StackMap stack:
            iload 3 /* numEntries */
            bipush 16
            if_icmple 25
        23: .line 350
            sipush 256
            istore 4 /* paletteEntries */
        start local 4 // int paletteEntries
        24: .line 351
            goto 32
        end local 4 // int paletteEntries
      StackMap locals:
      StackMap stack:
        25: iload 3 /* numEntries */
            iconst_4
            if_icmple 28
        26: .line 352
            bipush 16
            istore 4 /* paletteEntries */
        start local 4 // int paletteEntries
        27: .line 353
            goto 32
        end local 4 // int paletteEntries
      StackMap locals:
      StackMap stack:
        28: iload 3 /* numEntries */
            iconst_2
            if_icmple 31
        29: .line 354
            iconst_4
            istore 4 /* paletteEntries */
        start local 4 // int paletteEntries
        30: .line 355
            goto 32
        end local 4 // int paletteEntries
        31: .line 356
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 4 /* paletteEntries */
        start local 4 // int paletteEntries
        32: .line 359
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_present:Z
        33: .line 360
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 4 /* paletteEntries */
            newarray 8
            putfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
        34: .line 361
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 4 /* paletteEntries */
            newarray 8
            putfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_green:[B
        35: .line 362
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 4 /* paletteEntries */
            newarray 8
            putfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_blue:[B
        36: .line 364
            iconst_0
            istore 5 /* index */
        start local 5 // int index
        37: .line 365
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        38: goto 43
        39: .line 366
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            iload 6 /* i */
            aload 2 /* palette */
            iload 5 /* index */
            iinc 5 /* index */ 1
            baload
            bastore
        40: .line 367
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_green:[B
            iload 6 /* i */
            aload 2 /* palette */
            iload 5 /* index */
            iinc 5 /* index */ 1
            baload
            bastore
        41: .line 368
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_blue:[B
            iload 6 /* i */
            aload 2 /* palette */
            iload 5 /* index */
            iinc 5 /* index */ 1
            baload
            bastore
        42: .line 365
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 6 /* i */
            iload 3 /* numEntries */
            if_icmplt 39
        end local 6 // int i
        44: .line 370
            return
        end local 5 // int index
        end local 4 // int paletteEntries
        end local 3 // int numEntries
        end local 2 // byte[] palette
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   45     0            this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   45     1     chunkLength  I
           12   45     2         palette  [B
           14   45     3      numEntries  I
           16   22     4      maxEntries  I
           24   25     4  paletteEntries  I
           27   28     4  paletteEntries  I
           30   31     4  paletteEntries  I
           32   45     4  paletteEntries  I
           37   45     5           index  I
           38   44     6               i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private void parse_bKGD_chunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 373
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            iconst_3
            if_icmpne 4
         1: .line 374
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_3
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_colorType:I
         2: .line 375
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_index:I
         3: .line 376
            goto 13
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            ifeq 6
         5: .line 377
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            iconst_4
            if_icmpne 9
         6: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_colorType:I
         7: .line 379
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_gray:I
         8: .line 380
            goto 13
         9: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_2
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_colorType:I
        10: .line 382
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_red:I
        11: .line 383
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_green:I
        12: .line 384
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_blue:I
        13: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.bKGD_present:Z
        14: .line 388
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;
    Exceptions:
      throws java.io.IOException

  private void parse_cHRM_chunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 391
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_whitePointX:I
         1: .line 392
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_whitePointY:I
         2: .line 393
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_redX:I
         3: .line 394
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_redY:I
         4: .line 395
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_greenX:I
         5: .line 396
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_greenY:I
         6: .line 397
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_blueX:I
         7: .line 398
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_blueY:I
         8: .line 400
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.cHRM_present:Z
         9: .line 401
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;
    Exceptions:
      throws java.io.IOException

  private void parse_gAMA_chunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 404
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 1 /* gamma */
        start local 1 // int gamma
         1: .line 405
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 1 /* gamma */
            putfield com.sun.imageio.plugins.png.PNGMetadata.gAMA_gamma:I
         2: .line 407
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.gAMA_present:Z
         3: .line 408
            return
        end local 1 // int gamma
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            1    4     1  gamma  I
    Exceptions:
      throws java.io.IOException

  private void parse_hIST_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 413
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_present:Z
            ifne 2
         1: .line 414
            new javax.imageio.IIOException
            dup
            ldc "hIST chunk without prior PLTE chunk!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 1 /* chunkLength */
            iconst_2
            idiv
            newarray 5
            putfield com.sun.imageio.plugins.png.PNGMetadata.hIST_histogram:[C
         3: .line 423
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.hIST_histogram:[C
         4: .line 424
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.hIST_histogram:[C
            arraylength
         5: .line 423
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([CII)V
         6: .line 426
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.hIST_present:Z
         7: .line 427
            return
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    8     1  chunkLength  I
    Exceptions:
      throws java.io.IOException, javax.imageio.IIOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private void parse_iCCP_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 430
            aload 0 /* this */
            ldc "ISO-8859-1"
            bipush 80
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readNullTerminatedString:(Ljava/lang/String;I)Ljava/lang/String;
            astore 2 /* keyword */
        start local 2 // java.lang.String keyword
         1: .line 431
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 2 /* keyword */
            putfield com.sun.imageio.plugins.png.PNGMetadata.iCCP_profileName:Ljava/lang/String;
         2: .line 433
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.iCCP_compressionMethod:I
         3: .line 436
            iload 1 /* chunkLength */
            aload 2 /* keyword */
            invokevirtual java.lang.String.length:()I
            isub
            iconst_2
            isub
            newarray 8
         4: .line 435
            astore 3 /* compressedProfile */
        start local 3 // byte[] compressedProfile
         5: .line 437
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 3 /* compressedProfile */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
         6: .line 438
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 3 /* compressedProfile */
            putfield com.sun.imageio.plugins.png.PNGMetadata.iCCP_compressedProfile:[B
         7: .line 440
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.iCCP_present:Z
         8: .line 441
            return
        end local 3 // byte[] compressedProfile
        end local 2 // java.lang.String keyword
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    9     1        chunkLength  I
            1    9     2            keyword  Ljava/lang/String;
            5    9     3  compressedProfile  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private void parse_iTXt_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=14, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 444
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            lstore 2 /* chunkStart */
        start local 2 // long chunkStart
         1: .line 446
            aload 0 /* this */
            ldc "ISO-8859-1"
            bipush 80
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readNullTerminatedString:(Ljava/lang/String;I)Ljava/lang/String;
            astore 4 /* keyword */
        start local 4 // java.lang.String keyword
         2: .line 447
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.iTXt_keyword:Ljava/util/ArrayList;
            aload 4 /* keyword */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 449
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            istore 5 /* compressionFlag */
        start local 5 // int compressionFlag
         4: .line 450
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.iTXt_compressionFlag:Ljava/util/ArrayList;
            iload 5 /* compressionFlag */
            iconst_1
            if_icmpne 5
            iconst_1
            goto 6
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int long java.lang.String int
      StackMap stack: java.util.ArrayList
         5: iconst_0
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int long java.lang.String int
      StackMap stack: java.util.ArrayList int
         6: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 452
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            istore 6 /* compressionMethod */
        start local 6 // int compressionMethod
         8: .line 453
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.iTXt_compressionMethod:Ljava/util/ArrayList;
            iload 6 /* compressionMethod */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         9: .line 455
            aload 0 /* this */
            ldc "UTF8"
            bipush 80
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readNullTerminatedString:(Ljava/lang/String;I)Ljava/lang/String;
            astore 7 /* languageTag */
        start local 7 // java.lang.String languageTag
        10: .line 456
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.iTXt_languageTag:Ljava/util/ArrayList;
            aload 7 /* languageTag */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        11: .line 458
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            lstore 8 /* pos */
        start local 8 // long pos
        12: .line 459
            lload 2 /* chunkStart */
            iload 1 /* chunkLength */
            i2l
            ladd
            lload 8 /* pos */
            lsub
            l2i
            istore 10 /* maxLen */
        start local 10 // int maxLen
        13: .line 461
            aload 0 /* this */
            ldc "UTF8"
            iload 10 /* maxLen */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readNullTerminatedString:(Ljava/lang/String;I)Ljava/lang/String;
        14: .line 460
            astore 11 /* translatedKeyword */
        start local 11 // java.lang.String translatedKeyword
        15: .line 462
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.iTXt_translatedKeyword:Ljava/util/ArrayList;
            aload 11 /* translatedKeyword */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        16: .line 465
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            lstore 8 /* pos */
        17: .line 466
            lload 2 /* chunkStart */
            iload 1 /* chunkLength */
            i2l
            ladd
            lload 8 /* pos */
            lsub
            l2i
            newarray 8
            astore 13 /* b */
        start local 13 // byte[] b
        18: .line 467
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 13 /* b */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
        19: .line 469
            iload 5 /* compressionFlag */
            iconst_1
            if_icmpne 22
        20: .line 470
            new java.lang.String
            dup
            aload 13 /* b */
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.inflate:([B)[B
            ldc "UTF8"
            invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
            astore 12 /* text */
        start local 12 // java.lang.String text
        21: .line 471
            goto 23
        end local 12 // java.lang.String text
        22: .line 472
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int long java.lang.String int int java.lang.String long int java.lang.String top byte[]
      StackMap stack:
            new java.lang.String
            dup
            aload 13 /* b */
            ldc "UTF8"
            invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
            astore 12 /* text */
        start local 12 // java.lang.String text
        23: .line 474
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int long java.lang.String int int java.lang.String long int java.lang.String java.lang.String byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.iTXt_text:Ljava/util/ArrayList;
            aload 12 /* text */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        24: .line 475
            return
        end local 13 // byte[] b
        end local 12 // java.lang.String text
        end local 11 // java.lang.String translatedKeyword
        end local 10 // int maxLen
        end local 8 // long pos
        end local 7 // java.lang.String languageTag
        end local 6 // int compressionMethod
        end local 5 // int compressionFlag
        end local 4 // java.lang.String keyword
        end local 2 // long chunkStart
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   25     0               this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   25     1        chunkLength  I
            1   25     2         chunkStart  J
            2   25     4            keyword  Ljava/lang/String;
            4   25     5    compressionFlag  I
            8   25     6  compressionMethod  I
           10   25     7        languageTag  Ljava/lang/String;
           12   25     8                pos  J
           13   25    10             maxLen  I
           15   25    11  translatedKeyword  Ljava/lang/String;
           21   22    12               text  Ljava/lang/String;
           23   25    12               text  Ljava/lang/String;
           18   25    13                  b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private void parse_pHYs_chunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 478
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.pHYs_pixelsPerUnitXAxis:I
         1: .line 479
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.pHYs_pixelsPerUnitYAxis:I
         2: .line 480
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.pHYs_unitSpecifier:I
         3: .line 482
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.pHYs_present:Z
         4: .line 483
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;
    Exceptions:
      throws java.io.IOException

  private void parse_sBIT_chunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 486
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            istore 1 /* colorType */
        start local 1 // int colorType
         1: .line 487
            iload 1 /* colorType */
            ifeq 3
         2: .line 488
            iload 1 /* colorType */
            iconst_4
            if_icmpne 5
         3: .line 489
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.sBIT_grayBits:I
         4: .line 490
            goto 11
      StackMap locals:
      StackMap stack:
         5: iload 1 /* colorType */
            iconst_2
            if_icmpeq 8
         6: .line 491
            iload 1 /* colorType */
            iconst_3
            if_icmpeq 8
         7: .line 492
            iload 1 /* colorType */
            bipush 6
            if_icmpne 11
         8: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.sBIT_redBits:I
         9: .line 494
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.sBIT_greenBits:I
        10: .line 495
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.sBIT_blueBits:I
        11: .line 498
      StackMap locals:
      StackMap stack:
            iload 1 /* colorType */
            iconst_4
            if_icmpeq 13
        12: .line 499
            iload 1 /* colorType */
            bipush 6
            if_icmpne 14
        13: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.sBIT_alphaBits:I
        14: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 1 /* colorType */
            putfield com.sun.imageio.plugins.png.PNGMetadata.sBIT_colorType:I
        15: .line 504
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.sBIT_present:Z
        16: .line 505
            return
        end local 1 // int colorType
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            1   17     1  colorType  I
    Exceptions:
      throws java.io.IOException

  private void parse_sPLT_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 509
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            ldc "ISO-8859-1"
            bipush 80
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readNullTerminatedString:(Ljava/lang/String;I)Ljava/lang/String;
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_paletteName:Ljava/lang/String;
         1: .line 510
            iload 1 /* chunkLength */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_paletteName:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            iadd
            isub
            istore 1 /* chunkLength */
         2: .line 512
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            istore 2 /* sampleDepth */
        start local 2 // int sampleDepth
         3: .line 513
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 2 /* sampleDepth */
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_sampleDepth:I
         4: .line 515
            iload 1 /* chunkLength */
            iconst_4
            iload 2 /* sampleDepth */
            bipush 8
            idiv
            imul
            iconst_2
            iadd
            idiv
            istore 3 /* numEntries */
        start local 3 // int numEntries
         5: .line 516
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 3 /* numEntries */
            newarray 10
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_red:[I
         6: .line 517
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 3 /* numEntries */
            newarray 10
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_green:[I
         7: .line 518
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 3 /* numEntries */
            newarray 10
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_blue:[I
         8: .line 519
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 3 /* numEntries */
            newarray 10
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_alpha:[I
         9: .line 520
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 3 /* numEntries */
            newarray 10
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_frequency:[I
        10: .line 522
            iload 2 /* sampleDepth */
            bipush 8
            if_icmpne 21
        11: .line 523
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 19
        13: .line 524
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_red:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            iastore
        14: .line 525
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_green:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            iastore
        15: .line 526
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_blue:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            iastore
        16: .line 527
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_alpha:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            iastore
        17: .line 528
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_frequency:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            iastore
        18: .line 523
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 4 /* i */
            iload 3 /* numEntries */
            if_icmplt 13
        end local 4 // int i
        20: .line 530
            goto 33
      StackMap locals:
      StackMap stack:
        21: iload 2 /* sampleDepth */
            bipush 16
            if_icmpne 32
        22: .line 531
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        23: goto 30
        24: .line 532
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_red:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            iastore
        25: .line 533
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_green:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            iastore
        26: .line 534
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_blue:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            iastore
        27: .line 535
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_alpha:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            iastore
        28: .line 536
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_frequency:[I
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            iastore
        29: .line 531
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 4 /* i */
            iload 3 /* numEntries */
            if_icmplt 24
        end local 4 // int i
        31: .line 538
            goto 33
        32: .line 539
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            ldc "sPLT sample depth not 8 or 16!"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        33: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.sPLT_present:Z
        34: .line 543
            return
        end local 3 // int numEntries
        end local 2 // int sampleDepth
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   35     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   35     1  chunkLength  I
            3   35     2  sampleDepth  I
            5   35     3   numEntries  I
           12   20     4            i  I
           23   31     4            i  I
    Exceptions:
      throws java.io.IOException, javax.imageio.IIOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private void parse_sRGB_chunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 546
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.sRGB_renderingIntent:I
         1: .line 548
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.sRGB_present:Z
         2: .line 549
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;
    Exceptions:
      throws java.io.IOException

  private void parse_tEXt_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 552
            aload 0 /* this */
            ldc "ISO-8859-1"
            bipush 80
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readNullTerminatedString:(Ljava/lang/String;I)Ljava/lang/String;
            astore 2 /* keyword */
        start local 2 // java.lang.String keyword
         1: .line 553
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tEXt_keyword:Ljava/util/ArrayList;
            aload 2 /* keyword */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 555
            iload 1 /* chunkLength */
            aload 2 /* keyword */
            invokevirtual java.lang.String.length:()I
            isub
            iconst_1
            isub
            newarray 8
            astore 3 /* b */
        start local 3 // byte[] b
         3: .line 556
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 3 /* b */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
         4: .line 557
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tEXt_text:Ljava/util/ArrayList;
            new java.lang.String
            dup
            aload 3 /* b */
            ldc "ISO-8859-1"
            invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 558
            return
        end local 3 // byte[] b
        end local 2 // java.lang.String keyword
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    6     1  chunkLength  I
            1    6     2      keyword  Ljava/lang/String;
            3    6     3            b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private void parse_tIME_chunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 561
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tIME_year:I
         1: .line 562
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tIME_month:I
         2: .line 563
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tIME_day:I
         3: .line 564
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tIME_hour:I
         4: .line 565
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tIME_minute:I
         5: .line 566
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tIME_second:I
         6: .line 568
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.tIME_present:Z
         7: .line 569
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;
    Exceptions:
      throws java.io.IOException

  private void parse_tRNS_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 572
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            istore 2 /* colorType */
        start local 2 // int colorType
         1: .line 573
            iload 2 /* colorType */
            iconst_3
            if_icmpne 19
         2: .line 574
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_present:Z
            ifne 7
         3: .line 575
            aload 0 /* this */
         4: .line 576
            ldc "tRNS chunk without prior PLTE chunk, ignoring it."
         5: .line 575
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
         6: .line 577
            return
         7: .line 581
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            arraylength
            istore 3 /* maxEntries */
        start local 3 // int maxEntries
         8: .line 582
            iload 1 /* chunkLength */
            istore 4 /* numEntries */
        start local 4 // int numEntries
         9: .line 583
            iload 4 /* numEntries */
            iload 3 /* maxEntries */
            if_icmple 14
        10: .line 584
            aload 0 /* this */
        11: .line 585
            ldc "tRNS chunk has more entries than prior PLTE chunk, ignoring extras."
        12: .line 584
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        13: .line 586
            iload 3 /* maxEntries */
            istore 4 /* numEntries */
        14: .line 588
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iload 4 /* numEntries */
            newarray 8
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_alpha:[B
        15: .line 589
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_3
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_colorType:I
        16: .line 590
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_alpha:[B
            iconst_0
            iload 4 /* numEntries */
            invokeinterface javax.imageio.stream.ImageInputStream.read:([BII)I
            pop
        17: .line 591
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            iload 1 /* chunkLength */
            iload 4 /* numEntries */
            isub
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 4 // int numEntries
        end local 3 // int maxEntries
        18: .line 592
            goto 45
      StackMap locals:
      StackMap stack:
        19: iload 2 /* colorType */
            ifne 29
        20: .line 593
            iload 1 /* chunkLength */
            iconst_2
            if_icmpeq 26
        21: .line 594
            aload 0 /* this */
        22: .line 595
            ldc "tRNS chunk for gray image must have length 2, ignoring chunk."
        23: .line 594
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        24: .line 596
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            iload 1 /* chunkLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        25: .line 597
            return
        26: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_gray:I
        27: .line 600
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_colorType:I
        28: .line 601
            goto 45
      StackMap locals:
      StackMap stack:
        29: iload 2 /* colorType */
            iconst_2
            if_icmpne 41
        30: .line 602
            iload 1 /* chunkLength */
            bipush 6
            if_icmpeq 36
        31: .line 603
            aload 0 /* this */
        32: .line 604
            ldc "tRNS chunk for RGB image must have length 6, ignoring chunk."
        33: .line 603
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        34: .line 605
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            iload 1 /* chunkLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        35: .line 606
            return
        36: .line 608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_red:I
        37: .line 609
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_green:I
        38: .line 610
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedShort:()I
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_blue:I
        39: .line 611
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_2
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_colorType:I
        40: .line 612
            goto 45
        41: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        42: .line 614
            ldc "Gray+Alpha and RGBS images may not have a tRNS chunk, ignoring it."
        43: .line 613
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        44: .line 615
            return
        45: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_present:Z
        46: .line 619
            return
        end local 2 // int colorType
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   47     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   47     1  chunkLength  I
            1   47     2    colorType  I
            8   18     3   maxEntries  I
            9   18     4   numEntries  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private static byte[] inflate(byte[]);
    descriptor: ([B)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // byte[] b
         0: .line 622
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* b */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* bais */
        start local 1 // java.io.InputStream bais
         1: .line 623
            new java.util.zip.InflaterInputStream
            dup
            aload 1 /* bais */
            invokespecial java.util.zip.InflaterInputStream.<init>:(Ljava/io/InputStream;)V
            astore 2 /* iis */
        start local 2 // java.io.InputStream iis
         2: .line 624
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 3 /* baos */
        start local 3 // java.io.ByteArrayOutputStream baos
         3: .line 628
            goto 5
        start local 4 // int c
         4: .line 629
      StackMap locals: byte[] java.io.InputStream java.io.InputStream java.io.ByteArrayOutputStream int
      StackMap stack:
            aload 3 /* baos */
            iload 4 /* c */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        end local 4 // int c
         5: .line 628
      StackMap locals:
      StackMap stack:
            aload 2 /* iis */
            invokevirtual java.io.InputStream.read:()I
            dup
            istore 4 /* c */
        start local 4 // int c
         6: iconst_m1
            if_icmpne 4
         7: .line 631
            goto 11
        end local 4 // int c
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 5
         9: .line 632
            aload 2 /* iis */
            invokevirtual java.io.InputStream.close:()V
        10: .line 633
            aload 5
            athrow
        start local 4 // int c
        11: .line 632
      StackMap locals: int
      StackMap stack:
            aload 2 /* iis */
            invokevirtual java.io.InputStream.close:()V
        12: .line 634
            aload 3 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
        end local 4 // int c
        end local 3 // java.io.ByteArrayOutputStream baos
        end local 2 // java.io.InputStream iis
        end local 1 // java.io.InputStream bais
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0     b  [B
            1   13     1  bais  Ljava/io/InputStream;
            2   13     2   iis  Ljava/io/InputStream;
            3   13     3  baos  Ljava/io/ByteArrayOutputStream;
            4    5     4     c  I
            6    8     4     c  I
           11   13     4     c  I
      Exception table:
        from    to  target  type
           3     8       8  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private void parse_zTXt_chunk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int chunkLength
         0: .line 638
            aload 0 /* this */
            ldc "ISO-8859-1"
            bipush 80
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readNullTerminatedString:(Ljava/lang/String;I)Ljava/lang/String;
            astore 2 /* keyword */
        start local 2 // java.lang.String keyword
         1: .line 639
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.zTXt_keyword:Ljava/util/ArrayList;
            aload 2 /* keyword */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 641
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readUnsignedByte:()I
            istore 3 /* method */
        start local 3 // int method
         3: .line 642
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.zTXt_compressionMethod:Ljava/util/ArrayList;
            iload 3 /* method */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 644
            iload 1 /* chunkLength */
            aload 2 /* keyword */
            invokevirtual java.lang.String.length:()I
            isub
            iconst_2
            isub
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
         5: .line 645
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 4 /* b */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
         6: .line 646
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.zTXt_text:Ljava/util/ArrayList;
            new java.lang.String
            dup
            aload 4 /* b */
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.inflate:([B)[B
            ldc "ISO-8859-1"
            invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 647
            return
        end local 4 // byte[] b
        end local 3 // int method
        end local 2 // java.lang.String keyword
        end local 1 // int chunkLength
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    8     1  chunkLength  I
            1    8     2      keyword  Ljava/lang/String;
            3    8     3       method  I
            5    8     4            b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      chunkLength  

  private void readMetadata();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 650
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
            ifeq 2
         1: .line 651
            return
         2: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readHeader:()V
         3: .line 662
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            istore 1 /* colorType */
        start local 1 // int colorType
         4: .line 663
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.ignoreMetadata:Z
            ifeq 19
            iload 1 /* colorType */
            iconst_3
            if_icmpeq 19
         5: .line 666
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 2 /* chunkLength */
        start local 2 // int chunkLength
         6: .line 669
            iload 2 /* chunkLength */
            iflt 7
            iload 2 /* chunkLength */
            iconst_4
            iadd
            ifge 8
         7: .line 670
      StackMap locals: int
      StackMap stack:
            new javax.imageio.IIOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid chunk length "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* chunkLength */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 3 /* chunkType */
        start local 3 // int chunkType
         9: .line 675
            iload 3 /* chunkType */
            ldc 1229209940
            if_icmpne 13
        10: .line 677
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            bipush -8
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        11: .line 678
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            putfield com.sun.imageio.plugins.png.PNGImageReader.imageStartPosition:J
        12: .line 679
            goto 17
        13: .line 682
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            iload 2 /* chunkLength */
            iconst_4
            iadd
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        end local 3 // int chunkType
        end local 2 // int chunkLength
        14: .line 665
            goto 5
        15: .line 685
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        16: .line 686
            new javax.imageio.IIOException
            dup
            ldc "Error skipping PNG metadata"
            aload 2 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        17: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
        18: .line 690
            return
        19: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 2 /* chunkLength */
        start local 2 // int chunkLength
        20: .line 696
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 3 /* chunkType */
        start local 3 // int chunkType
        21: .line 700
            iload 2 /* chunkLength */
            ifge 23
        22: .line 701
            new javax.imageio.IIOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid chunk length "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* chunkLength */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 705
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.mark:()V
        24: .line 706
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            iload 2 /* chunkLength */
            i2l
            ladd
            invokeinterface javax.imageio.stream.ImageInputStream.seek:(J)V
        25: .line 707
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            istore 4 /* chunkCRC */
        start local 4 // int chunkCRC
        26: .line 708
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
        27: .line 709
            goto 30
        end local 4 // int chunkCRC
      StackMap locals:
      StackMap stack: java.io.IOException
        28: pop
        29: .line 710
            new javax.imageio.IIOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid chunk length "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* chunkLength */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // int chunkCRC
        30: .line 713
      StackMap locals: int
      StackMap stack:
            iload 3 /* chunkType */
            lookupswitch { // 16
           1229209940: 31
           1347179589: 34
           1649100612: 36
           1665684045: 38
           1732332865: 40
           1749635924: 42
           1766015824: 44
           1767135348: 46
           1883789683: 51
           1933723988: 53
           1934642260: 55
           1934772034: 57
           1950701684: 59
           1950960965: 61
           1951551059: 63
           2052348020: 65
              default: 70
          }
        31: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            bipush -8
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        32: .line 717
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            putfield com.sun.imageio.plugins.png.PNGImageReader.imageStartPosition:J
        33: .line 718
            goto 92
        34: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_PLTE_chunk:(I)V
        35: .line 721
            goto 84
        36: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_bKGD_chunk:()V
        37: .line 724
            goto 84
        38: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_cHRM_chunk:()V
        39: .line 727
            goto 84
        40: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_gAMA_chunk:()V
        41: .line 730
            goto 84
        42: .line 732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_hIST_chunk:(I)V
        43: .line 733
            goto 84
        44: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_iCCP_chunk:(I)V
        45: .line 736
            goto 84
        46: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.ignoreMetadata:Z
            ifeq 49
        47: .line 739
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            iload 2 /* chunkLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        48: .line 740
            goto 84
        49: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk:(I)V
        50: .line 743
            goto 84
        51: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_pHYs_chunk:()V
        52: .line 746
            goto 84
        53: .line 748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_sBIT_chunk:()V
        54: .line 749
            goto 84
        55: .line 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_sPLT_chunk:(I)V
        56: .line 752
            goto 84
        57: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_sRGB_chunk:()V
        58: .line 755
            goto 84
        59: .line 757
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_tEXt_chunk:(I)V
        60: .line 758
            goto 84
        61: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_tIME_chunk:()V
        62: .line 761
            goto 84
        63: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_tRNS_chunk:(I)V
        64: .line 764
            goto 84
        65: .line 766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.ignoreMetadata:Z
            ifeq 68
        66: .line 767
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            iload 2 /* chunkLength */
            invokeinterface javax.imageio.stream.ImageInputStream.skipBytes:(I)I
            pop
        67: .line 768
            goto 84
        68: .line 769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_zTXt_chunk:(I)V
        69: .line 771
            goto 84
        70: .line 774
      StackMap locals:
      StackMap stack:
            iload 2 /* chunkLength */
            newarray 8
            astore 5 /* b */
        start local 5 // byte[] b
        71: .line 775
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 5 /* b */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
        72: .line 777
            new java.lang.StringBuilder
            dup
            iconst_4
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 6 /* chunkName */
        start local 6 // java.lang.StringBuilder chunkName
        73: .line 778
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            bipush 24
            iushr
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        74: .line 779
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            bipush 16
            ishr
            sipush 255
            iand
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        75: .line 780
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            bipush 8
            ishr
            sipush 255
            iand
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        76: .line 781
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            sipush 255
            iand
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        77: .line 783
            iload 3 /* chunkType */
            bipush 28
            iushr
            istore 7 /* ancillaryBit */
        start local 7 // int ancillaryBit
        78: .line 784
            iload 7 /* ancillaryBit */
            ifne 82
        79: .line 785
            aload 0 /* this */
        80: .line 786
            ldc "Encountered unknown chunk with critical bit set!"
        81: .line 785
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        82: .line 789
      StackMap locals: byte[] java.lang.StringBuilder int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.unknownChunkType:Ljava/util/ArrayList;
            aload 6 /* chunkName */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        83: .line 790
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.unknownChunkData:Ljava/util/ArrayList;
            aload 5 /* b */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // int ancillaryBit
        end local 6 // java.lang.StringBuilder chunkName
        end local 5 // byte[] b
        84: .line 795
      StackMap locals:
      StackMap stack:
            iload 4 /* chunkCRC */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.readInt:()I
            if_icmpeq 88
        85: .line 796
            new javax.imageio.IIOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to read a chunk of type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        86: .line 797
            iload 3 /* chunkType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        87: .line 796
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        88: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.getStreamPosition:()J
            invokeinterface javax.imageio.stream.ImageInputStream.flushBefore:(J)V
        end local 4 // int chunkCRC
        end local 3 // int chunkType
        end local 2 // int chunkLength
        89: .line 694
            goto 19
        90: .line 801
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        91: .line 802
            new javax.imageio.IIOException
            dup
            ldc "Error reading PNG metadata"
            aload 2 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        92: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
        93: .line 806
            return
        end local 1 // int colorType
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   94     0          this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            4   94     1     colorType  I
            6   14     2   chunkLength  I
            9   14     3     chunkType  I
           16   17     2             e  Ljava/io/IOException;
           20   89     2   chunkLength  I
           21   89     3     chunkType  I
           26   28     4      chunkCRC  I
           30   89     4      chunkCRC  I
           71   84     5             b  [B
           73   84     6     chunkName  Ljava/lang/StringBuilder;
           78   84     7  ancillaryBit  I
           91   92     2             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5    15      15  Class java.io.IOException
          23    27      28  Class java.io.IOException
          19    90      90  Class java.io.IOException
    Exceptions:
      throws javax.imageio.IIOException

  private static void decodeSubFilter(byte[], int, int, int);
    descriptor: ([BIII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // byte[] curr
        start local 1 // int coff
        start local 2 // int count
        start local 3 // int bpp
         0: .line 812
            iload 3 /* bpp */
            istore 4 /* i */
        start local 4 // int i
         1: goto 6
         2: .line 815
      StackMap locals: int
      StackMap stack:
            aload 0 /* curr */
            iload 4 /* i */
            iload 1 /* coff */
            iadd
            baload
            sipush 255
            iand
            istore 5 /* val */
        start local 5 // int val
         3: .line 816
            iload 5 /* val */
            aload 0 /* curr */
            iload 4 /* i */
            iload 1 /* coff */
            iadd
            iload 3 /* bpp */
            isub
            baload
            sipush 255
            iand
            iadd
            istore 5 /* val */
         4: .line 818
            aload 0 /* curr */
            iload 4 /* i */
            iload 1 /* coff */
            iadd
            iload 5 /* val */
            i2b
            bastore
        end local 5 // int val
         5: .line 812
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 2
        end local 4 // int i
         7: .line 820
            return
        end local 3 // int bpp
        end local 2 // int count
        end local 1 // int coff
        end local 0 // byte[] curr
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   curr  [B
            0    8     1   coff  I
            0    8     2  count  I
            0    8     3    bpp  I
            1    7     4      i  I
            3    5     5    val  I
    MethodParameters:
       Name  Flags
      curr   
      coff   
      count  
      bpp    

  private static void decodeUpFilter(byte[], int, byte[], int, int);
    descriptor: ([BI[BII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // byte[] curr
        start local 1 // int coff
        start local 2 // byte[] prev
        start local 3 // int poff
        start local 4 // int count
         0: .line 825
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         1: goto 6
         2: .line 826
      StackMap locals: int
      StackMap stack:
            aload 0 /* curr */
            iload 5 /* i */
            iload 1 /* coff */
            iadd
            baload
            sipush 255
            iand
            istore 6 /* raw */
        start local 6 // int raw
         3: .line 827
            aload 2 /* prev */
            iload 5 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 7 /* prior */
        start local 7 // int prior
         4: .line 829
            aload 0 /* curr */
            iload 5 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 7 /* prior */
            iadd
            i2b
            bastore
        end local 7 // int prior
        end local 6 // int raw
         5: .line 825
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            iload 4 /* count */
            if_icmplt 2
        end local 5 // int i
         7: .line 831
            return
        end local 4 // int count
        end local 3 // int poff
        end local 2 // byte[] prev
        end local 1 // int coff
        end local 0 // byte[] curr
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   curr  [B
            0    8     1   coff  I
            0    8     2   prev  [B
            0    8     3   poff  I
            0    8     4  count  I
            1    7     5      i  I
            3    5     6    raw  I
            4    5     7  prior  I
    MethodParameters:
       Name  Flags
      curr   
      coff   
      prev   
      poff   
      count  

  private static void decodeAverageFilter(byte[], int, byte[], int, int, int);
    descriptor: ([BI[BIII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // byte[] curr
        start local 1 // int coff
        start local 2 // byte[] prev
        start local 3 // int poff
        start local 4 // int count
        start local 5 // int bpp
         0: .line 838
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         1: goto 6
         2: .line 839
      StackMap locals: byte[] int byte[] int int int top top top int
      StackMap stack:
            aload 0 /* curr */
            iload 9 /* i */
            iload 1 /* coff */
            iadd
            baload
            sipush 255
            iand
            istore 6 /* raw */
        start local 6 // int raw
         3: .line 840
            aload 2 /* prev */
            iload 9 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
         4: .line 842
            aload 0 /* curr */
            iload 9 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 8 /* priorRow */
            iconst_2
            idiv
            iadd
            i2b
            bastore
         5: .line 838
            iinc 9 /* i */ 1
        end local 8 // int priorRow
        end local 6 // int raw
      StackMap locals:
      StackMap stack:
         6: iload 9 /* i */
            iload 5 /* bpp */
            if_icmplt 2
        end local 9 // int i
         7: .line 845
            iload 5 /* bpp */
            istore 9 /* i */
        start local 9 // int i
         8: goto 14
         9: .line 846
      StackMap locals:
      StackMap stack:
            aload 0 /* curr */
            iload 9 /* i */
            iload 1 /* coff */
            iadd
            baload
            sipush 255
            iand
            istore 6 /* raw */
        start local 6 // int raw
        10: .line 847
            aload 0 /* curr */
            iload 9 /* i */
            iload 1 /* coff */
            iadd
            iload 5 /* bpp */
            isub
            baload
            sipush 255
            iand
            istore 7 /* priorPixel */
        start local 7 // int priorPixel
        11: .line 848
            aload 2 /* prev */
            iload 9 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
        12: .line 850
            aload 0 /* curr */
            iload 9 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 7 /* priorPixel */
            iload 8 /* priorRow */
            iadd
            iconst_2
            idiv
            iadd
            i2b
            bastore
        13: .line 845
            iinc 9 /* i */ 1
        end local 8 // int priorRow
        end local 7 // int priorPixel
        end local 6 // int raw
      StackMap locals:
      StackMap stack:
        14: iload 9 /* i */
            iload 4 /* count */
            if_icmplt 9
        end local 9 // int i
        15: .line 852
            return
        end local 5 // int bpp
        end local 4 // int count
        end local 3 // int poff
        end local 2 // byte[] prev
        end local 1 // int coff
        end local 0 // byte[] curr
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        curr  [B
            0   16     1        coff  I
            0   16     2        prev  [B
            0   16     3        poff  I
            0   16     4       count  I
            0   16     5         bpp  I
            3    6     6         raw  I
           10   14     6         raw  I
           11   14     7  priorPixel  I
            4    6     8    priorRow  I
           12   14     8    priorRow  I
            1    7     9           i  I
            8   15     9           i  I
    MethodParameters:
       Name  Flags
      curr   
      coff   
      prev   
      poff   
      count  
      bpp    

  private static int paethPredictor(int, int, int);
    descriptor: (III)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
         0: .line 855
            iload 0 /* a */
            iload 1 /* b */
            iadd
            iload 2 /* c */
            isub
            istore 3 /* p */
        start local 3 // int p
         1: .line 856
            iload 3 /* p */
            iload 0 /* a */
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 4 /* pa */
        start local 4 // int pa
         2: .line 857
            iload 3 /* p */
            iload 1 /* b */
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 5 /* pb */
        start local 5 // int pb
         3: .line 858
            iload 3 /* p */
            iload 2 /* c */
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 6 /* pc */
        start local 6 // int pc
         4: .line 860
            iload 4 /* pa */
            iload 5 /* pb */
            if_icmpgt 6
            iload 4 /* pa */
            iload 6 /* pc */
            if_icmpgt 6
         5: .line 861
            iload 0 /* a */
            ireturn
         6: .line 862
      StackMap locals: int int int int int int int
      StackMap stack:
            iload 5 /* pb */
            iload 6 /* pc */
            if_icmpgt 8
         7: .line 863
            iload 1 /* b */
            ireturn
         8: .line 865
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            ireturn
        end local 6 // int pc
        end local 5 // int pb
        end local 4 // int pa
        end local 3 // int p
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     a  I
            0    9     1     b  I
            0    9     2     c  I
            1    9     3     p  I
            2    9     4    pa  I
            3    9     5    pb  I
            4    9     6    pc  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     

  private static void decodePaethFilter(byte[], int, byte[], int, int, int);
    descriptor: ([BI[BIII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=11, args_size=6
        start local 0 // byte[] curr
        start local 1 // int coff
        start local 2 // byte[] prev
        start local 3 // int poff
        start local 4 // int count
        start local 5 // int bpp
         0: .line 874
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         1: goto 6
         2: .line 875
      StackMap locals: byte[] int byte[] int int int top top top top int
      StackMap stack:
            aload 0 /* curr */
            iload 10 /* i */
            iload 1 /* coff */
            iadd
            baload
            sipush 255
            iand
            istore 6 /* raw */
        start local 6 // int raw
         3: .line 876
            aload 2 /* prev */
            iload 10 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
         4: .line 878
            aload 0 /* curr */
            iload 10 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 8 /* priorRow */
            iadd
            i2b
            bastore
         5: .line 874
            iinc 10 /* i */ 1
        end local 8 // int priorRow
        end local 6 // int raw
      StackMap locals:
      StackMap stack:
         6: iload 10 /* i */
            iload 5 /* bpp */
            if_icmplt 2
        end local 10 // int i
         7: .line 881
            iload 5 /* bpp */
            istore 10 /* i */
        start local 10 // int i
         8: goto 18
         9: .line 882
      StackMap locals:
      StackMap stack:
            aload 0 /* curr */
            iload 10 /* i */
            iload 1 /* coff */
            iadd
            baload
            sipush 255
            iand
            istore 6 /* raw */
        start local 6 // int raw
        10: .line 883
            aload 0 /* curr */
            iload 10 /* i */
            iload 1 /* coff */
            iadd
            iload 5 /* bpp */
            isub
            baload
            sipush 255
            iand
            istore 7 /* priorPixel */
        start local 7 // int priorPixel
        11: .line 884
            aload 2 /* prev */
            iload 10 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
        12: .line 885
            aload 2 /* prev */
            iload 10 /* i */
            iload 3 /* poff */
            iadd
            iload 5 /* bpp */
            isub
            baload
            sipush 255
            iand
            istore 9 /* priorRowPixel */
        start local 9 // int priorRowPixel
        13: .line 887
            aload 0 /* curr */
            iload 10 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 7 /* priorPixel */
        14: .line 888
            iload 8 /* priorRow */
        15: .line 889
            iload 9 /* priorRowPixel */
        16: .line 887
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.paethPredictor:(III)I
            iadd
            i2b
            bastore
        17: .line 881
            iinc 10 /* i */ 1
        end local 9 // int priorRowPixel
        end local 8 // int priorRow
        end local 7 // int priorPixel
        end local 6 // int raw
      StackMap locals:
      StackMap stack:
        18: iload 10 /* i */
            iload 4 /* count */
            if_icmplt 9
        end local 10 // int i
        19: .line 891
            return
        end local 5 // int bpp
        end local 4 // int count
        end local 3 // int poff
        end local 2 // byte[] prev
        end local 1 // int coff
        end local 0 // byte[] curr
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           curr  [B
            0   20     1           coff  I
            0   20     2           prev  [B
            0   20     3           poff  I
            0   20     4          count  I
            0   20     5            bpp  I
            3    6     6            raw  I
           10   18     6            raw  I
           11   18     7     priorPixel  I
            4    6     8       priorRow  I
           12   18     8       priorRow  I
           13   18     9  priorRowPixel  I
            1    7    10              i  I
            8   19    10              i  I
    MethodParameters:
       Name  Flags
      curr   
      coff   
      prev   
      poff   
      count  
      bpp    

  private java.awt.image.WritableRaster createRaster(int, int, int, int, int);
    descriptor: (IIIII)Ljava/awt/image/WritableRaster;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=6
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int width
        start local 2 // int height
        start local 3 // int bands
        start local 4 // int scanlineStride
        start local 5 // int bitDepth
         0: .line 906
            aconst_null
            astore 7 /* ras */
        start local 7 // java.awt.image.WritableRaster ras
         1: .line 907
            new java.awt.Point
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            astore 8 /* origin */
        start local 8 // java.awt.Point origin
         2: .line 908
            iload 5 /* bitDepth */
            bipush 8
            if_icmpge 10
            iload 3 /* bands */
            iconst_1
            if_icmpne 10
         3: .line 909
            new java.awt.image.DataBufferByte
            dup
            iload 2 /* height */
            iload 4 /* scanlineStride */
            imul
            invokespecial java.awt.image.DataBufferByte.<init>:(I)V
            astore 6 /* dataBuffer */
        start local 6 // java.awt.image.DataBuffer dataBuffer
         4: .line 910
            aload 6 /* dataBuffer */
         5: .line 911
            iload 1 /* width */
            iload 2 /* height */
         6: .line 912
            iload 5 /* bitDepth */
         7: .line 913
            aload 8 /* origin */
         8: .line 910
            invokestatic java.awt.image.Raster.createPackedRaster:(Ljava/awt/image/DataBuffer;IIILjava/awt/Point;)Ljava/awt/image/WritableRaster;
            astore 7 /* ras */
         9: .line 914
            goto 28
        end local 6 // java.awt.image.DataBuffer dataBuffer
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int top java.awt.image.WritableRaster java.awt.Point
      StackMap stack:
        10: iload 5 /* bitDepth */
            bipush 8
            if_icmpgt 20
        11: .line 915
            new java.awt.image.DataBufferByte
            dup
            iload 2 /* height */
            iload 4 /* scanlineStride */
            imul
            invokespecial java.awt.image.DataBufferByte.<init>:(I)V
            astore 6 /* dataBuffer */
        start local 6 // java.awt.image.DataBuffer dataBuffer
        12: .line 916
            aload 6 /* dataBuffer */
        13: .line 917
            iload 1 /* width */
            iload 2 /* height */
        14: .line 918
            iload 4 /* scanlineStride */
        15: .line 919
            iload 3 /* bands */
        16: .line 920
            getstatic com.sun.imageio.plugins.png.PNGImageReader.bandOffsets:[[I
            iload 3 /* bands */
            aaload
        17: .line 921
            aload 8 /* origin */
        18: .line 916
            invokestatic java.awt.image.Raster.createInterleavedRaster:(Ljava/awt/image/DataBuffer;IIII[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
            astore 7 /* ras */
        19: .line 922
            goto 28
        end local 6 // java.awt.image.DataBuffer dataBuffer
        20: .line 923
      StackMap locals:
      StackMap stack:
            new java.awt.image.DataBufferUShort
            dup
            iload 2 /* height */
            iload 4 /* scanlineStride */
            imul
            invokespecial java.awt.image.DataBufferUShort.<init>:(I)V
            astore 6 /* dataBuffer */
        start local 6 // java.awt.image.DataBuffer dataBuffer
        21: .line 924
            aload 6 /* dataBuffer */
        22: .line 925
            iload 1 /* width */
            iload 2 /* height */
        23: .line 926
            iload 4 /* scanlineStride */
        24: .line 927
            iload 3 /* bands */
        25: .line 928
            getstatic com.sun.imageio.plugins.png.PNGImageReader.bandOffsets:[[I
            iload 3 /* bands */
            aaload
        26: .line 929
            aload 8 /* origin */
        27: .line 924
            invokestatic java.awt.image.Raster.createInterleavedRaster:(Ljava/awt/image/DataBuffer;IIII[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
            astore 7 /* ras */
        28: .line 932
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int java.awt.image.DataBuffer java.awt.image.WritableRaster java.awt.Point
      StackMap stack:
            aload 7 /* ras */
            areturn
        end local 8 // java.awt.Point origin
        end local 7 // java.awt.image.WritableRaster ras
        end local 6 // java.awt.image.DataBuffer dataBuffer
        end local 5 // int bitDepth
        end local 4 // int scanlineStride
        end local 3 // int bands
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   29     0            this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   29     1           width  I
            0   29     2          height  I
            0   29     3           bands  I
            0   29     4  scanlineStride  I
            0   29     5        bitDepth  I
            4   10     6      dataBuffer  Ljava/awt/image/DataBuffer;
           12   20     6      dataBuffer  Ljava/awt/image/DataBuffer;
           21   29     6      dataBuffer  Ljava/awt/image/DataBuffer;
            1   29     7             ras  Ljava/awt/image/WritableRaster;
            2   29     8          origin  Ljava/awt/Point;
    MethodParameters:
                Name  Flags
      width           
      height          
      bands           
      scanlineStride  
      bitDepth        

  private void skipPass(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int passWidth
        start local 2 // int passHeight
         0: .line 937
            iload 1 /* passWidth */
            ifeq 1
            iload 2 /* passHeight */
            ifne 2
         1: .line 938
      StackMap locals:
      StackMap stack:
            return
         2: .line 941
      StackMap locals:
      StackMap stack:
            getstatic com.sun.imageio.plugins.png.PNGImageReader.inputBandsForColorType:[I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            iaload
            istore 3 /* inputBands */
        start local 3 // int inputBands
         3: .line 942
            iload 3 /* inputBands */
            iload 1 /* passWidth */
            imul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_bitDepth:I
            imul
            bipush 7
            iadd
            bipush 8
            idiv
            istore 4 /* bytesPerRow */
        start local 4 // int bytesPerRow
         4: .line 945
            iconst_0
            istore 5 /* srcY */
        start local 5 // int srcY
         5: goto 8
         6: .line 947
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
            iconst_1
            iload 4 /* bytesPerRow */
            iadd
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
         7: .line 945
            iinc 5 /* srcY */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* srcY */
            iload 2 /* passHeight */
            if_icmplt 6
        end local 5 // int srcY
         9: .line 949
            return
        end local 4 // int bytesPerRow
        end local 3 // int inputBands
        end local 2 // int passHeight
        end local 1 // int passWidth
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   10     1    passWidth  I
            0   10     2   passHeight  I
            3   10     3   inputBands  I
            4   10     4  bytesPerRow  I
            5    9     5         srcY  I
    Exceptions:
      throws java.io.IOException, javax.imageio.IIOException
    MethodParameters:
            Name  Flags
      passWidth   
      passHeight  

  private void updateImageProgress(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int newPixels
         0: .line 952
            aload 0 /* this */
            dup
            getfield com.sun.imageio.plugins.png.PNGImageReader.pixelsDone:I
            iload 1 /* newPixels */
            iadd
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelsDone:I
         1: .line 953
            aload 0 /* this */
            ldc 100.0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.pixelsDone:I
            i2f
            fmul
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.totalPixels:I
            i2f
            fdiv
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processImageProgress:(F)V
         2: .line 954
            return
        end local 1 // int newPixels
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    3     1  newPixels  I
    MethodParameters:
           Name  Flags
      newPixels  

  private void decodePass(int, int, int, int, int, int, int);
    descriptor: (IIIIIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=14, locals=47, args_size=8
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int passNum
        start local 2 // int xStart
        start local 3 // int yStart
        start local 4 // int xStep
        start local 5 // int yStep
        start local 6 // int passWidth
        start local 7 // int passHeight
         0: .line 961
            iload 6 /* passWidth */
            ifeq 1
            iload 7 /* passHeight */
            ifne 2
         1: .line 962
      StackMap locals:
      StackMap stack:
            return
         2: .line 965
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
            iconst_0
            iconst_0
            invokevirtual java.awt.image.BufferedImage.getWritableTile:(II)Ljava/awt/image/WritableRaster;
            astore 8 /* imRas */
        start local 8 // java.awt.image.WritableRaster imRas
         3: .line 966
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getMinX:()I
            istore 9 /* dstMinX */
        start local 9 // int dstMinX
         4: .line 967
            iload 9 /* dstMinX */
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
            iadd
            iconst_1
            isub
            istore 10 /* dstMaxX */
        start local 10 // int dstMaxX
         5: .line 968
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getMinY:()I
            istore 11 /* dstMinY */
        start local 11 // int dstMinY
         6: .line 969
            iload 11 /* dstMinY */
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
            iadd
            iconst_1
            isub
            istore 12 /* dstMaxY */
        start local 12 // int dstMaxY
         7: .line 973
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
         8: .line 974
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
         9: .line 975
            iload 9 /* dstMinX */
            iload 11 /* dstMinY */
        10: .line 976
            iload 10 /* dstMaxX */
            iload 12 /* dstMaxY */
        11: .line 977
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
        12: .line 978
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
        13: .line 979
            iload 2 /* xStart */
            iload 3 /* yStart */
        14: .line 980
            iload 6 /* passWidth */
            iload 7 /* passHeight */
        15: .line 981
            iload 4 /* xStep */
            iload 5 /* yStep */
        16: .line 973
            invokestatic com.sun.imageio.plugins.common.ReaderUtil.computeUpdatedPixels:(Ljava/awt/Rectangle;Ljava/awt/Point;IIIIIIIIIIII)[I
        17: .line 972
            astore 13 /* vals */
        start local 13 // int[] vals
        18: .line 982
            aload 13 /* vals */
            iconst_0
            iaload
            istore 14 /* updateMinX */
        start local 14 // int updateMinX
        19: .line 983
            aload 13 /* vals */
            iconst_1
            iaload
            istore 15 /* updateMinY */
        start local 15 // int updateMinY
        20: .line 984
            aload 13 /* vals */
            iconst_2
            iaload
            istore 16 /* updateWidth */
        start local 16 // int updateWidth
        21: .line 985
            aload 13 /* vals */
            iconst_4
            iaload
            istore 17 /* updateXStep */
        start local 17 // int updateXStep
        22: .line 986
            aload 13 /* vals */
            iconst_5
            iaload
            istore 18 /* updateYStep */
        start local 18 // int updateYStep
        23: .line 988
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_bitDepth:I
            istore 19 /* bitDepth */
        start local 19 // int bitDepth
        24: .line 989
            getstatic com.sun.imageio.plugins.png.PNGImageReader.inputBandsForColorType:[I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            iaload
            istore 20 /* inputBands */
        start local 20 // int inputBands
        25: .line 990
            iload 19 /* bitDepth */
            bipush 16
            if_icmpne 26
            iconst_2
            goto 27
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int int int java.awt.image.WritableRaster int int int int int[] int int int int int int int
      StackMap stack:
        26: iconst_1
      StackMap locals:
      StackMap stack: int
        27: istore 21 /* bytesPerPixel */
        start local 21 // int bytesPerPixel
        28: .line 991
            iload 21 /* bytesPerPixel */
            iload 20 /* inputBands */
            imul
            istore 21 /* bytesPerPixel */
        29: .line 993
            iload 20 /* inputBands */
            iload 6 /* passWidth */
            imul
            iload 19 /* bitDepth */
            imul
            bipush 7
            iadd
            bipush 8
            idiv
            istore 22 /* bytesPerRow */
        start local 22 // int bytesPerRow
        30: .line 994
            iload 19 /* bitDepth */
            bipush 16
            if_icmpne 31
            iload 22 /* bytesPerRow */
            iconst_2
            idiv
            goto 32
      StackMap locals: int int
      StackMap stack:
        31: iload 22 /* bytesPerRow */
      StackMap locals:
      StackMap stack: int
        32: istore 23 /* eltsPerRow */
        start local 23 // int eltsPerRow
        33: .line 997
            iload 16 /* updateWidth */
            ifne 43
        34: .line 998
            iconst_0
            istore 24 /* srcY */
        start local 24 // int srcY
        35: goto 41
        36: .line 1000
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* passWidth */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.updateImageProgress:(I)V
        37: .line 1005
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 39
        38: .line 1006
            return
        39: .line 1009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
            iconst_1
            iload 22 /* bytesPerRow */
            iadd
            invokevirtual java.io.DataInputStream.skipBytes:(I)I
            pop
        40: .line 998
            iinc 24 /* srcY */ 1
      StackMap locals:
      StackMap stack:
        41: iload 24 /* srcY */
            iload 7 /* passHeight */
            if_icmplt 36
        end local 24 // int srcY
        42: .line 1011
            return
        43: .line 1019
      StackMap locals:
      StackMap stack:
            iload 14 /* updateMinX */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
            getfield java.awt.Point.x:I
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
            imul
        44: .line 1020
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
        45: .line 1019
            iadd
        46: .line 1018
            istore 24 /* sourceX */
        start local 24 // int sourceX
        47: .line 1021
            iload 24 /* sourceX */
            iload 2 /* xStart */
            isub
            iload 4 /* xStep */
            idiv
            istore 25 /* srcX */
        start local 25 // int srcX
        48: .line 1024
            iload 17 /* updateXStep */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
            imul
            iload 4 /* xStep */
            idiv
            istore 26 /* srcXStep */
        start local 26 // int srcXStep
        49: .line 1026
            aconst_null
            astore 27 /* byteData */
        start local 27 // byte[] byteData
        50: .line 1027
            aconst_null
            astore 28 /* shortData */
        start local 28 // short[] shortData
        51: .line 1028
            iload 22 /* bytesPerRow */
            newarray 8
            astore 29 /* curr */
        start local 29 // byte[] curr
        52: .line 1029
            iload 22 /* bytesPerRow */
            newarray 8
            astore 30 /* prior */
        start local 30 // byte[] prior
        53: .line 1032
            aload 0 /* this */
            iload 6 /* passWidth */
            iconst_1
            iload 20 /* inputBands */
        54: .line 1033
            iload 23 /* eltsPerRow */
        55: .line 1034
            iload 19 /* bitDepth */
        56: .line 1032
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.createRaster:(IIIII)Ljava/awt/image/WritableRaster;
            astore 31 /* passRow */
        start local 31 // java.awt.image.WritableRaster passRow
        57: .line 1037
            aload 31 /* passRow */
            iconst_0
            iconst_0
            aconst_null
            invokevirtual java.awt.image.WritableRaster.getPixel:(II[I)[I
            astore 32 /* ps */
        start local 32 // int[] ps
        58: .line 1039
            aload 31 /* passRow */
            invokevirtual java.awt.image.WritableRaster.getDataBuffer:()Ljava/awt/image/DataBuffer;
            astore 33 /* dataBuffer */
        start local 33 // java.awt.image.DataBuffer dataBuffer
        59: .line 1040
            aload 33 /* dataBuffer */
            invokevirtual java.awt.image.DataBuffer.getDataType:()I
            istore 34 /* type */
        start local 34 // int type
        60: .line 1041
            iload 34 /* type */
            ifne 63
        61: .line 1042
            aload 33 /* dataBuffer */
            checkcast java.awt.image.DataBufferByte
            invokevirtual java.awt.image.DataBufferByte.getData:()[B
            astore 27 /* byteData */
        62: .line 1043
            goto 64
        63: .line 1044
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int int int java.awt.image.WritableRaster int int int int int[] int int int int int int int int int int int int int byte[] short[] byte[] byte[] java.awt.image.WritableRaster int[] java.awt.image.DataBuffer int
      StackMap stack:
            aload 33 /* dataBuffer */
            checkcast java.awt.image.DataBufferUShort
            invokevirtual java.awt.image.DataBufferUShort.getData:()[S
            astore 28 /* shortData */
        64: .line 1047
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
        65: .line 1048
            iload 1 /* passNum */
        66: .line 1049
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
        67: .line 1050
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
        68: .line 1051
            iload 14 /* updateMinX */
            iload 15 /* updateMinY */
        69: .line 1052
            iload 17 /* updateXStep */
            iload 18 /* updateYStep */
        70: .line 1053
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
        71: .line 1047
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processPassStarted:(Ljava/awt/image/BufferedImage;IIIIIII[I)V
        72: .line 1056
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
            ifnull 78
        73: .line 1057
            aload 31 /* passRow */
            iconst_0
            iconst_0
        74: .line 1058
            aload 31 /* passRow */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
            iconst_1
        75: .line 1059
            iconst_0
            iconst_0
        76: .line 1060
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
        77: .line 1057
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 31 /* passRow */
        78: .line 1062
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
            ifnull 85
        79: .line 1063
            aload 8 /* imRas */
            iconst_0
            iconst_0
        80: .line 1064
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
        81: .line 1065
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
        82: .line 1066
            iconst_0
            iconst_0
        83: .line 1067
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
        84: .line 1063
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 8 /* imRas */
        85: .line 1072
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 35 /* adjustBitDepths */
        start local 35 // boolean adjustBitDepths
        86: .line 1073
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getSampleModel:()Ljava/awt/image/SampleModel;
            invokevirtual java.awt.image.SampleModel.getSampleSize:()[I
            astore 36 /* outputSampleSize */
        start local 36 // int[] outputSampleSize
        87: .line 1074
            aload 36 /* outputSampleSize */
            arraylength
            istore 37 /* numBands */
        start local 37 // int numBands
        88: .line 1075
            iconst_0
            istore 38 /* b */
        start local 38 // int b
        89: goto 94
        90: .line 1076
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int int int java.awt.image.WritableRaster int int int int int[] int int int int int int int int int int int int int byte[] short[] byte[] byte[] java.awt.image.WritableRaster int[] java.awt.image.DataBuffer int int int[] int int
      StackMap stack:
            aload 36 /* outputSampleSize */
            iload 38 /* b */
            iaload
            iload 19 /* bitDepth */
            if_icmpeq 93
        91: .line 1077
            iconst_1
            istore 35 /* adjustBitDepths */
        92: .line 1078
            goto 95
        93: .line 1075
      StackMap locals:
      StackMap stack:
            iinc 38 /* b */ 1
      StackMap locals:
      StackMap stack:
        94: iload 38 /* b */
            iload 37 /* numBands */
            if_icmplt 90
        end local 38 // int b
        95: .line 1084
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 38 /* scale */
        start local 38 // int[][] scale
        96: .line 1085
            iload 35 /* adjustBitDepths */
            ifeq 113
        97: .line 1086
            iconst_1
            iload 19 /* bitDepth */
            ishl
            iconst_1
            isub
            istore 39 /* maxInSample */
        start local 39 // int maxInSample
        98: .line 1087
            iload 39 /* maxInSample */
            iconst_2
            idiv
            istore 40 /* halfMaxInSample */
        start local 40 // int halfMaxInSample
        99: .line 1088
            iload 37 /* numBands */
            anewarray int[]
            astore 38 /* scale */
       100: .line 1089
            iconst_0
            istore 41 /* b */
        start local 41 // int b
       101: goto 112
       102: .line 1090
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int int int java.awt.image.WritableRaster int int int int int[] int int int int int int int int int int int int int byte[] short[] byte[] byte[] java.awt.image.WritableRaster int[] java.awt.image.DataBuffer int int int[] int int[][] int int int
      StackMap stack:
            iconst_1
            aload 36 /* outputSampleSize */
            iload 41 /* b */
            iaload
            ishl
            iconst_1
            isub
            istore 42 /* maxOutSample */
        start local 42 // int maxOutSample
       103: .line 1091
            aload 38 /* scale */
            iload 41 /* b */
            iload 39 /* maxInSample */
            iconst_1
            iadd
            newarray 10
            aastore
       104: .line 1092
            iconst_0
            istore 43 /* s */
        start local 43 // int s
       105: goto 110
       106: .line 1093
      StackMap locals: int int
      StackMap stack:
            aload 38 /* scale */
            iload 41 /* b */
            aaload
            iload 43 /* s */
       107: .line 1094
            iload 43 /* s */
            iload 42 /* maxOutSample */
            imul
            iload 40 /* halfMaxInSample */
            iadd
            iload 39 /* maxInSample */
            idiv
       108: .line 1093
            iastore
       109: .line 1092
            iinc 43 /* s */ 1
      StackMap locals:
      StackMap stack:
       110: iload 43 /* s */
            iload 39 /* maxInSample */
            if_icmple 106
        end local 43 // int s
        end local 42 // int maxOutSample
       111: .line 1089
            iinc 41 /* b */ 1
      StackMap locals:
      StackMap stack:
       112: iload 41 /* b */
            iload 37 /* numBands */
            if_icmplt 102
        end local 41 // int b
        end local 40 // int halfMaxInSample
        end local 39 // int maxInSample
       113: .line 1101
      StackMap locals:
      StackMap stack:
            iload 26 /* srcXStep */
            iconst_1
            if_icmpne 118
       114: .line 1102
            iload 17 /* updateXStep */
            iconst_1
            if_icmpne 118
       115: .line 1103
            iload 35 /* adjustBitDepths */
            ifne 118
       116: .line 1104
            aload 8 /* imRas */
            instanceof sun.awt.image.ByteInterleavedRaster
            ifeq 118
       117: .line 1101
            iconst_1
            goto 119
      StackMap locals:
      StackMap stack:
       118: iconst_0
      StackMap locals:
      StackMap stack: int
       119: istore 39 /* useSetRect */
        start local 39 // boolean useSetRect
       120: .line 1106
            iload 39 /* useSetRect */
            ifeq 126
       121: .line 1107
            aload 31 /* passRow */
            iload 25 /* srcX */
            iconst_0
       122: .line 1108
            iload 16 /* updateWidth */
            iconst_1
       123: .line 1109
            iconst_0
            iconst_0
       124: .line 1110
            aconst_null
       125: .line 1107
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 31 /* passRow */
       126: .line 1114
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 40 /* srcY */
        start local 40 // int srcY
       127: goto 206
       128: .line 1116
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* passWidth */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.updateImageProgress:(I)V
       129: .line 1121
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 131
       130: .line 1122
            return
       131: .line 1125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
            invokevirtual java.io.DataInputStream.read:()I
            istore 41 /* filter */
        start local 41 // int filter
       132: .line 1128
            aload 30 /* prior */
            astore 42 /* tmp */
        start local 42 // byte[] tmp
       133: .line 1129
            aload 29 /* curr */
            astore 30 /* prior */
       134: .line 1130
            aload 42 /* tmp */
            astore 29 /* curr */
       135: .line 1132
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
            aload 29 /* curr */
            iconst_0
            iload 22 /* bytesPerRow */
            invokevirtual java.io.DataInputStream.readFully:([BII)V
        end local 42 // byte[] tmp
       136: .line 1133
            goto 139
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int int int java.awt.image.WritableRaster int int int int int[] int int int int int int int int int int int int int byte[] short[] byte[] byte[] java.awt.image.WritableRaster int[] java.awt.image.DataBuffer int int int[] int int[][] int int int
      StackMap stack: java.util.zip.ZipException
       137: astore 42 /* ze */
        start local 42 // java.util.zip.ZipException ze
       138: .line 1135
            aload 42 /* ze */
            athrow
        end local 42 // java.util.zip.ZipException ze
       139: .line 1138
      StackMap locals:
      StackMap stack:
            iload 41 /* filter */
            tableswitch { // 0 - 4
                    0: 140
                    1: 141
                    2: 143
                    3: 145
                    4: 149
              default: 153
          }
       140: .line 1140
      StackMap locals:
      StackMap stack:
            goto 156
       141: .line 1142
      StackMap locals:
      StackMap stack:
            aload 29 /* curr */
            iconst_0
            iload 22 /* bytesPerRow */
            iload 21 /* bytesPerPixel */
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.decodeSubFilter:([BIII)V
       142: .line 1143
            goto 156
       143: .line 1145
      StackMap locals:
      StackMap stack:
            aload 29 /* curr */
            iconst_0
            aload 30 /* prior */
            iconst_0
            iload 22 /* bytesPerRow */
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.decodeUpFilter:([BI[BII)V
       144: .line 1146
            goto 156
       145: .line 1148
      StackMap locals:
      StackMap stack:
            aload 29 /* curr */
            iconst_0
            aload 30 /* prior */
            iconst_0
            iload 22 /* bytesPerRow */
       146: .line 1149
            iload 21 /* bytesPerPixel */
       147: .line 1148
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.decodeAverageFilter:([BI[BIII)V
       148: .line 1150
            goto 156
       149: .line 1152
      StackMap locals:
      StackMap stack:
            aload 29 /* curr */
            iconst_0
            aload 30 /* prior */
            iconst_0
            iload 22 /* bytesPerRow */
       150: .line 1153
            iload 21 /* bytesPerPixel */
       151: .line 1152
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.decodePaethFilter:([BI[BIII)V
       152: .line 1154
            goto 156
       153: .line 1156
      StackMap locals:
      StackMap stack:
            new javax.imageio.IIOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown row filter type (= "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
       154: .line 1157
            iload 41 /* filter */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")!"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       155: .line 1156
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       156: .line 1161
      StackMap locals:
      StackMap stack:
            iload 19 /* bitDepth */
            bipush 16
            if_icmpge 159
       157: .line 1162
            aload 29 /* curr */
            iconst_0
            aload 27 /* byteData */
            iconst_0
            iload 22 /* bytesPerRow */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
       158: .line 1163
            goto 168
       159: .line 1164
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 42 /* idx */
        start local 42 // int idx
       160: .line 1165
            iconst_0
            istore 43 /* j */
        start local 43 // int j
       161: goto 167
       162: .line 1166
      StackMap locals: int int
      StackMap stack:
            aload 28 /* shortData */
            iload 43 /* j */
       163: .line 1167
            aload 29 /* curr */
            iload 42 /* idx */
            baload
            bipush 8
            ishl
            aload 29 /* curr */
            iload 42 /* idx */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            i2s
       164: .line 1166
            sastore
       165: .line 1168
            iinc 42 /* idx */ 2
       166: .line 1165
            iinc 43 /* j */ 1
      StackMap locals:
      StackMap stack:
       167: iload 43 /* j */
            iload 23 /* eltsPerRow */
            if_icmplt 162
        end local 43 // int j
        end local 42 // int idx
       168: .line 1173
      StackMap locals:
      StackMap stack:
            iload 40 /* srcY */
            iload 5 /* yStep */
            imul
            iload 3 /* yStart */
            iadd
            istore 42 /* sourceY */
        start local 42 // int sourceY
       169: .line 1174
            iload 42 /* sourceY */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            if_icmplt 205
       170: .line 1175
            iload 42 /* sourceY */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.height:I
            iadd
            if_icmpge 205
       171: .line 1176
            iload 42 /* sourceY */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            isub
       172: .line 1177
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
       173: .line 1176
            irem
            ifne 205
       174: .line 1179
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
            getfield java.awt.Point.y:I
       175: .line 1180
            iload 42 /* sourceY */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            isub
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
            idiv
       176: .line 1179
            iadd
            istore 43 /* dstY */
        start local 43 // int dstY
       177: .line 1181
            iload 43 /* dstY */
            iload 11 /* dstMinY */
            if_icmpge 179
       178: .line 1182
            goto 205
       179: .line 1184
      StackMap locals: int int
      StackMap stack:
            iload 43 /* dstY */
            iload 12 /* dstMaxY */
            if_icmple 181
       180: .line 1185
            goto 207
       181: .line 1188
      StackMap locals:
      StackMap stack:
            iload 39 /* useSetRect */
            ifeq 184
       182: .line 1189
            aload 8 /* imRas */
            iload 14 /* updateMinX */
            iload 43 /* dstY */
            aload 31 /* passRow */
            invokevirtual java.awt.image.WritableRaster.setRect:(IILjava/awt/image/Raster;)V
       183: .line 1190
            goto 199
       184: .line 1191
      StackMap locals:
      StackMap stack:
            iload 25 /* srcX */
            istore 44 /* newSrcX */
        start local 44 // int newSrcX
       185: .line 1193
            iload 14 /* updateMinX */
            istore 45 /* dstX */
        start local 45 // int dstX
       186: .line 1194
            goto 197
       187: .line 1197
      StackMap locals: int int
      StackMap stack:
            aload 31 /* passRow */
            iload 44 /* newSrcX */
            iconst_0
            aload 32 /* ps */
            invokevirtual java.awt.image.WritableRaster.getPixel:(II[I)[I
            pop
       188: .line 1198
            iload 35 /* adjustBitDepths */
            ifeq 194
       189: .line 1199
            iconst_0
            istore 46 /* b */
        start local 46 // int b
       190: goto 193
       191: .line 1200
      StackMap locals: int
      StackMap stack:
            aload 32 /* ps */
            iload 46 /* b */
            aload 38 /* scale */
            iload 46 /* b */
            aaload
            aload 32 /* ps */
            iload 46 /* b */
            iaload
            iaload
            iastore
       192: .line 1199
            iinc 46 /* b */ 1
      StackMap locals:
      StackMap stack:
       193: iload 46 /* b */
            iload 37 /* numBands */
            if_icmplt 191
        end local 46 // int b
       194: .line 1203
      StackMap locals:
      StackMap stack:
            aload 8 /* imRas */
            iload 45 /* dstX */
            iload 43 /* dstY */
            aload 32 /* ps */
            invokevirtual java.awt.image.WritableRaster.setPixel:(II[I)V
       195: .line 1204
            iload 44 /* newSrcX */
            iload 26 /* srcXStep */
            iadd
            istore 44 /* newSrcX */
       196: .line 1195
            iload 45 /* dstX */
            iload 17 /* updateXStep */
            iadd
            istore 45 /* dstX */
       197: .line 1194
      StackMap locals:
      StackMap stack:
            iload 45 /* dstX */
            iload 14 /* updateMinX */
            iload 16 /* updateWidth */
            iadd
       198: .line 1193
            if_icmplt 187
        end local 45 // int dstX
        end local 44 // int newSrcX
       199: .line 1208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
       200: .line 1209
            iload 14 /* updateMinX */
            iload 43 /* dstY */
       201: .line 1210
            iload 16 /* updateWidth */
            iconst_1
       202: .line 1211
            iload 17 /* updateXStep */
            iload 18 /* updateYStep */
       203: .line 1212
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
       204: .line 1208
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
        end local 43 // int dstY
        end local 42 // int sourceY
        end local 41 // int filter
       205: .line 1114
      StackMap locals:
      StackMap stack:
            iinc 40 /* srcY */ 1
      StackMap locals:
      StackMap stack:
       206: iload 40 /* srcY */
            iload 7 /* passHeight */
            if_icmplt 128
        end local 40 // int srcY
       207: .line 1216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processPassComplete:(Ljava/awt/image/BufferedImage;)V
       208: .line 1217
            return
        end local 39 // boolean useSetRect
        end local 38 // int[][] scale
        end local 37 // int numBands
        end local 36 // int[] outputSampleSize
        end local 35 // boolean adjustBitDepths
        end local 34 // int type
        end local 33 // java.awt.image.DataBuffer dataBuffer
        end local 32 // int[] ps
        end local 31 // java.awt.image.WritableRaster passRow
        end local 30 // byte[] prior
        end local 29 // byte[] curr
        end local 28 // short[] shortData
        end local 27 // byte[] byteData
        end local 26 // int srcXStep
        end local 25 // int srcX
        end local 24 // int sourceX
        end local 23 // int eltsPerRow
        end local 22 // int bytesPerRow
        end local 21 // int bytesPerPixel
        end local 20 // int inputBands
        end local 19 // int bitDepth
        end local 18 // int updateYStep
        end local 17 // int updateXStep
        end local 16 // int updateWidth
        end local 15 // int updateMinY
        end local 14 // int updateMinX
        end local 13 // int[] vals
        end local 12 // int dstMaxY
        end local 11 // int dstMinY
        end local 10 // int dstMaxX
        end local 9 // int dstMinX
        end local 8 // java.awt.image.WritableRaster imRas
        end local 7 // int passHeight
        end local 6 // int passWidth
        end local 5 // int yStep
        end local 4 // int xStep
        end local 3 // int yStart
        end local 2 // int xStart
        end local 1 // int passNum
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  209     0              this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0  209     1           passNum  I
            0  209     2            xStart  I
            0  209     3            yStart  I
            0  209     4             xStep  I
            0  209     5             yStep  I
            0  209     6         passWidth  I
            0  209     7        passHeight  I
            3  209     8             imRas  Ljava/awt/image/WritableRaster;
            4  209     9           dstMinX  I
            5  209    10           dstMaxX  I
            6  209    11           dstMinY  I
            7  209    12           dstMaxY  I
           18  209    13              vals  [I
           19  209    14        updateMinX  I
           20  209    15        updateMinY  I
           21  209    16       updateWidth  I
           22  209    17       updateXStep  I
           23  209    18       updateYStep  I
           24  209    19          bitDepth  I
           25  209    20        inputBands  I
           28  209    21     bytesPerPixel  I
           30  209    22       bytesPerRow  I
           33  209    23        eltsPerRow  I
           35   42    24              srcY  I
           47  209    24           sourceX  I
           48  209    25              srcX  I
           49  209    26          srcXStep  I
           50  209    27          byteData  [B
           51  209    28         shortData  [S
           52  209    29              curr  [B
           53  209    30             prior  [B
           57  209    31           passRow  Ljava/awt/image/WritableRaster;
           58  209    32                ps  [I
           59  209    33        dataBuffer  Ljava/awt/image/DataBuffer;
           60  209    34              type  I
           86  209    35   adjustBitDepths  Z
           87  209    36  outputSampleSize  [I
           88  209    37          numBands  I
           89   95    38                 b  I
           96  209    38             scale  [[I
           98  113    39       maxInSample  I
           99  113    40   halfMaxInSample  I
          101  113    41                 b  I
          103  111    42      maxOutSample  I
          105  111    43                 s  I
          120  209    39        useSetRect  Z
          127  207    40              srcY  I
          132  205    41            filter  I
          133  136    42               tmp  [B
          138  139    42                ze  Ljava/util/zip/ZipException;
          160  168    42               idx  I
          161  168    43                 j  I
          169  205    42           sourceY  I
          177  205    43              dstY  I
          185  199    44           newSrcX  I
          186  199    45              dstX  I
          190  194    46                 b  I
      Exception table:
        from    to  target  type
         132   136     137  Class java.util.zip.ZipException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      passNum     
      xStart      
      yStart      
      xStep       
      yStep       
      passWidth   
      passHeight  

  private void decodeImage();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=10, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 1221
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_width:I
            istore 1 /* width */
        start local 1 // int width
         1: .line 1222
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_height:I
            istore 2 /* height */
        start local 2 // int height
         2: .line 1224
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelsDone:I
         3: .line 1225
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            imul
            putfield com.sun.imageio.plugins.png.PNGImageReader.totalPixels:I
         4: .line 1227
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_interlaceMethod:I
            ifne 7
         5: .line 1228
            aload 0 /* this */
            iconst_0
            iconst_0
            iconst_0
            iconst_1
            iconst_1
            iload 1 /* width */
            iload 2 /* height */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.decodePass:(IIIIIII)V
         6: .line 1229
            goto 32
         7: .line 1230
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 31
         9: .line 1231
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7XOffset:[I
            iload 3 /* i */
            iaload
            istore 4 /* XOffset */
        start local 4 // int XOffset
        10: .line 1232
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7YOffset:[I
            iload 3 /* i */
            iaload
            istore 5 /* YOffset */
        start local 5 // int YOffset
        11: .line 1233
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7XSubsampling:[I
            iload 3 /* i */
            iaload
            istore 6 /* XSubsampling */
        start local 6 // int XSubsampling
        12: .line 1234
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7YSubsampling:[I
            iload 3 /* i */
            iaload
            istore 7 /* YSubsampling */
        start local 7 // int YSubsampling
        13: .line 1235
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7XSubsampling:[I
            iload 3 /* i */
            iconst_1
            iadd
            iaload
            iconst_1
            isub
            istore 8 /* xbump */
        start local 8 // int xbump
        14: .line 1236
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7YSubsampling:[I
            iload 3 /* i */
            iconst_1
            iadd
            iaload
            iconst_1
            isub
            istore 9 /* ybump */
        start local 9 // int ybump
        15: .line 1238
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
            if_icmplt 25
        16: .line 1239
            aload 0 /* this */
            iload 3 /* i */
        17: .line 1240
            iload 4 /* XOffset */
        18: .line 1241
            iload 5 /* YOffset */
        19: .line 1242
            iload 6 /* XSubsampling */
        20: .line 1243
            iload 7 /* YSubsampling */
        21: .line 1244
            iload 1 /* width */
            iload 8 /* xbump */
            iadd
            iload 6 /* XSubsampling */
            idiv
        22: .line 1245
            iload 2 /* height */
            iload 9 /* ybump */
            iadd
            iload 7 /* YSubsampling */
            idiv
        23: .line 1239
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.decodePass:(IIIIIII)V
        24: .line 1246
            goto 28
        25: .line 1247
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* width */
            iload 8 /* xbump */
            iadd
            iload 6 /* XSubsampling */
            idiv
        26: .line 1248
            iload 2 /* height */
            iload 9 /* ybump */
            iadd
            iload 7 /* YSubsampling */
            idiv
        27: .line 1247
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.skipPass:(II)V
        28: .line 1255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 30
        29: .line 1256
            return
        end local 9 // int ybump
        end local 8 // int xbump
        end local 7 // int YSubsampling
        end local 6 // int XSubsampling
        end local 5 // int YOffset
        end local 4 // int XOffset
        30: .line 1230
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        31: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
            if_icmple 9
        end local 3 // int i
        32: .line 1260
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   33     0          this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            1   33     1         width  I
            2   33     2        height  I
            8   32     3             i  I
           10   30     4       XOffset  I
           11   30     5       YOffset  I
           12   30     6  XSubsampling  I
           13   30     7  YSubsampling  I
           14   30     8         xbump  I
           15   30     9         ybump  I
    Exceptions:
      throws java.io.IOException, javax.imageio.IIOException

  private void readImage(javax.imageio.ImageReadParam);
    descriptor: (Ljavax/imageio/ImageReadParam;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=10, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // javax.imageio.ImageReadParam param
         0: .line 1263
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readMetadata:()V
         1: .line 1265
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_width:I
            istore 2 /* width */
        start local 2 // int width
         2: .line 1266
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_height:I
            istore 3 /* height */
        start local 3 // int height
         3: .line 1269
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
         4: .line 1270
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
         5: .line 1271
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
         6: .line 1272
            aload 0 /* this */
            bipush 6
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
         7: .line 1273
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
         8: .line 1274
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
         9: .line 1275
            aload 0 /* this */
            new java.awt.Point
            dup
            iconst_0
            iconst_0
            invokespecial java.awt.Point.<init>:(II)V
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
        10: .line 1278
            aload 1 /* param */
            ifnull 22
        11: .line 1279
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
        12: .line 1280
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
        13: .line 1282
            aload 0 /* this */
        14: .line 1283
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceMinProgressivePass:()I
            iconst_0
            invokestatic java.lang.Math.max:(II)I
        15: .line 1282
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
        16: .line 1284
            aload 0 /* this */
        17: .line 1285
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceMaxProgressivePass:()I
            bipush 6
            invokestatic java.lang.Math.min:(II)I
        18: .line 1284
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
        19: .line 1287
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
        20: .line 1288
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
        21: .line 1289
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestinationOffset:()Ljava/awt/Point;
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
        22: .line 1291
      StackMap locals: int int
      StackMap stack:
            aconst_null
            astore 4 /* inf */
        start local 4 // java.util.zip.Inflater inf
        23: .line 1293
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.imageStartPosition:J
            invokeinterface javax.imageio.stream.ImageInputStream.seek:(J)V
        24: .line 1295
            new com.sun.imageio.plugins.png.PNGImageDataEnumeration
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokespecial com.sun.imageio.plugins.png.PNGImageDataEnumeration.<init>:(Ljavax/imageio/stream/ImageInputStream;)V
            astore 5 /* e */
        start local 5 // java.util.Enumeration e
        25: .line 1296
            new java.io.SequenceInputStream
            dup
            aload 5 /* e */
            invokespecial java.io.SequenceInputStream.<init>:(Ljava/util/Enumeration;)V
            astore 6 /* is */
        start local 6 // java.io.InputStream is
        26: .line 1309
            new java.util.zip.Inflater
            dup
            invokespecial java.util.zip.Inflater.<init>:()V
            astore 4 /* inf */
        27: .line 1310
            new java.util.zip.InflaterInputStream
            dup
            aload 6 /* is */
            aload 4 /* inf */
            invokespecial java.util.zip.InflaterInputStream.<init>:(Ljava/io/InputStream;Ljava/util/zip/Inflater;)V
            astore 6 /* is */
        28: .line 1311
            new java.io.BufferedInputStream
            dup
            aload 6 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            astore 6 /* is */
        29: .line 1312
            aload 0 /* this */
            new java.io.DataInputStream
            dup
            aload 6 /* is */
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
        30: .line 1324
            aload 0 /* this */
            aload 1 /* param */
        31: .line 1325
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.getImageTypes:(I)Ljava/util/Iterator;
        32: .line 1326
            iload 2 /* width */
        33: .line 1327
            iload 3 /* height */
        34: .line 1324
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.getDestination:(Ljavax/imageio/ImageReadParam;Ljava/util/Iterator;II)Ljava/awt/image/BufferedImage;
            putfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
        35: .line 1329
            new java.awt.Rectangle
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 7 /* destRegion */
        start local 7 // java.awt.Rectangle destRegion
        36: .line 1330
            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.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
        37: .line 1331
            aload 1 /* param */
            iload 2 /* width */
            iload 3 /* height */
        38: .line 1332
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
        39: .line 1333
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            aload 7 /* destRegion */
        40: .line 1331
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.computeRegions:(Ljavax/imageio/ImageReadParam;IILjava/awt/image/BufferedImage;Ljava/awt/Rectangle;Ljava/awt/Rectangle;)V
        41: .line 1334
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
            aload 7 /* destRegion */
            invokevirtual java.awt.Rectangle.getLocation:()Ljava/awt/Point;
            invokevirtual java.awt.Point.setLocation:(Ljava/awt/Point;)V
        42: .line 1339
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            istore 8 /* colorType */
        start local 8 // int colorType
        43: .line 1340
            aload 1 /* param */
        44: .line 1341
            getstatic com.sun.imageio.plugins.png.PNGImageReader.inputBandsForColorType:[I
            iload 8 /* colorType */
            iaload
        45: .line 1342
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
            invokevirtual java.awt.image.BufferedImage.getSampleModel:()Ljava/awt/image/SampleModel;
            invokevirtual java.awt.image.SampleModel.getNumBands:()I
        46: .line 1340
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.checkReadParamBandSettings:(Ljavax/imageio/ImageReadParam;II)V
        47: .line 1344
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.clearAbortRequest:()V
        48: .line 1345
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processImageStarted:(I)V
        49: .line 1346
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 52
        50: .line 1347
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processReadAborted:()V
        51: .line 1348
            goto 64
        52: .line 1349
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader javax.imageio.ImageReadParam int int java.util.zip.Inflater java.util.Enumeration java.io.InputStream java.awt.Rectangle int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.decodeImage:()V
        53: .line 1350
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 56
        54: .line 1351
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processReadAborted:()V
        55: .line 1352
            goto 64
        56: .line 1353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processImageComplete:()V
        end local 8 // int colorType
        end local 7 // java.awt.Rectangle destRegion
        end local 6 // java.io.InputStream is
        end local 5 // java.util.Enumeration e
        57: .line 1357
            goto 64
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader javax.imageio.ImageReadParam int int java.util.zip.Inflater
      StackMap stack: java.io.IOException
        58: astore 5 /* e */
        start local 5 // java.io.IOException e
        59: .line 1358
            new javax.imageio.IIOException
            dup
            ldc "Error reading PNG image data"
            aload 5 /* e */
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        60: .line 1359
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        61: .line 1360
            aload 4 /* inf */
            ifnull 63
        62: .line 1361
            aload 4 /* inf */
            invokevirtual java.util.zip.Inflater.end:()V
        63: .line 1363
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader javax.imageio.ImageReadParam int int java.util.zip.Inflater top top top top java.lang.Throwable
      StackMap stack:
            aload 9
            athrow
        64: .line 1360
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader javax.imageio.ImageReadParam int int java.util.zip.Inflater
      StackMap stack:
            aload 4 /* inf */
            ifnull 66
        65: .line 1361
            aload 4 /* inf */
            invokevirtual java.util.zip.Inflater.end:()V
        66: .line 1364
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.util.zip.Inflater inf
        end local 3 // int height
        end local 2 // int width
        end local 1 // javax.imageio.ImageReadParam param
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   67     0        this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   67     1       param  Ljavax/imageio/ImageReadParam;
            2   67     2       width  I
            3   67     3      height  I
           23   67     4         inf  Ljava/util/zip/Inflater;
           25   57     5           e  Ljava/util/Enumeration<Ljava/io/InputStream;>;
           26   57     6          is  Ljava/io/InputStream;
           36   57     7  destRegion  Ljava/awt/Rectangle;
           43   57     8   colorType  I
           59   60     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          23    57      58  Class java.io.IOException
          23    60      60  any
    Exceptions:
      throws javax.imageio.IIOException
    MethodParameters:
       Name  Flags
      param  

  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.png.PNGImageReader this
        start local 1 // boolean allowSearch
         0: .line 1367
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 1368
            new java.lang.IllegalStateException
            dup
            ldc "No input source set!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.seekForwardOnly:Z
            ifeq 6
            iload 1 /* allowSearch */
            ifeq 6
         3: .line 1371
            new java.lang.IllegalStateException
            dup
         4: .line 1372
            ldc "seekForwardOnly and allowSearch can't both be true!"
         5: .line 1371
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1374
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // boolean allowSearch
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    7     1  allowSearch  Z
    Exceptions:
      throws javax.imageio.IIOException
    MethodParameters:
             Name  Flags
      allowSearch  

  public int getWidth(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int imageIndex
         0: .line 1378
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1379
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readHeader:()V
         3: .line 1384
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_width:I
            ireturn
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    4     1  imageIndex  I
    Exceptions:
      throws javax.imageio.IIOException
    MethodParameters:
            Name  Flags
      imageIndex  

  public int getHeight(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int imageIndex
         0: .line 1388
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1389
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readHeader:()V
         3: .line 1394
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_height:I
            ireturn
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    4     1  imageIndex  I
    Exceptions:
      throws javax.imageio.IIOException
    MethodParameters:
            Name  Flags
      imageIndex  

  public java.util.Iterator<javax.imageio.ImageTypeSpecifier> getImageTypes(int);
    descriptor: (I)Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=14, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int imageIndex
         0: .line 1400
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1401
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readHeader:()V
         3: .line 1407
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
         4: .line 1406
            astore 2 /* l */
        start local 2 // java.util.ArrayList l
         5: .line 1413
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_bitDepth:I
            istore 6 /* bitDepth */
        start local 6 // int bitDepth
         6: .line 1414
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.IHDR_colorType:I
            istore 7 /* colorType */
        start local 7 // int colorType
         7: .line 1417
            iload 6 /* bitDepth */
            bipush 8
            if_icmpgt 10
         8: .line 1418
            iconst_0
            istore 8 /* dataType */
        start local 8 // int dataType
         9: .line 1419
            goto 11
        end local 8 // int dataType
        10: .line 1420
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int java.util.ArrayList top top top int int
      StackMap stack:
            iconst_1
            istore 8 /* dataType */
        start local 8 // int dataType
        11: .line 1423
      StackMap locals: int
      StackMap stack:
            iload 7 /* colorType */
            tableswitch { // 0 - 6
                    0: 12
                    1: 104
                    2: 17
                    3: 39
                    4: 73
                    5: 104
                    6: 84
              default: 104
          }
        12: .line 1426
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            iload 6 /* bitDepth */
        13: .line 1427
            iload 8 /* dataType */
        14: .line 1428
            iconst_0
        15: .line 1426
            invokestatic javax.imageio.ImageTypeSpecifier.createGrayscale:(IIZ)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        16: .line 1429
            goto 104
        17: .line 1432
      StackMap locals:
      StackMap stack:
            iload 6 /* bitDepth */
            bipush 8
            if_icmpne 27
        18: .line 1435
            aload 2 /* l */
        19: .line 1436
            iconst_5
        20: .line 1435
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        21: .line 1438
            aload 2 /* l */
        22: .line 1439
            iconst_1
        23: .line 1438
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        24: .line 1441
            aload 2 /* l */
        25: .line 1442
            iconst_4
        26: .line 1441
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        27: .line 1446
      StackMap locals:
      StackMap stack:
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            astore 3 /* rgb */
        start local 3 // java.awt.color.ColorSpace rgb
        28: .line 1447
            iconst_3
            newarray 10
            astore 5 /* bandOffsets */
        start local 5 // int[] bandOffsets
        29: .line 1448
            aload 5 /* bandOffsets */
            iconst_0
            iconst_0
            iastore
        30: .line 1449
            aload 5 /* bandOffsets */
            iconst_1
            iconst_1
            iastore
        31: .line 1450
            aload 5 /* bandOffsets */
            iconst_2
            iconst_2
            iastore
        32: .line 1451
            aload 2 /* l */
            aload 3 /* rgb */
        33: .line 1452
            aload 5 /* bandOffsets */
        34: .line 1453
            iload 8 /* dataType */
        35: .line 1454
            iconst_0
        36: .line 1455
            iconst_0
        37: .line 1451
            invokestatic javax.imageio.ImageTypeSpecifier.createInterleaved:(Ljava/awt/color/ColorSpace;[IIZZ)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        38: .line 1456
            goto 104
        end local 5 // int[] bandOffsets
        end local 3 // java.awt.color.ColorSpace rgb
        39: .line 1459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readMetadata:()V
        40: .line 1485
            iconst_1
            iload 6 /* bitDepth */
            ishl
            istore 9 /* plength */
        start local 9 // int plength
        41: .line 1487
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            astore 10 /* red */
        start local 10 // byte[] red
        42: .line 1488
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_green:[B
            astore 11 /* green */
        start local 11 // byte[] green
        43: .line 1489
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_blue:[B
            astore 12 /* blue */
        start local 12 // byte[] blue
        44: .line 1491
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            arraylength
            iload 9 /* plength */
            if_icmpge 57
        45: .line 1492
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            iload 9 /* plength */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 10 /* red */
        46: .line 1493
            aload 10 /* red */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            arraylength
            iload 9 /* plength */
        47: .line 1494
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_red:[B
            arraylength
            iconst_1
            isub
            baload
        48: .line 1493
            invokestatic java.util.Arrays.fill:([BIIB)V
        49: .line 1496
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_green:[B
            iload 9 /* plength */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 11 /* green */
        50: .line 1497
            aload 11 /* green */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_green:[B
            arraylength
            iload 9 /* plength */
        51: .line 1498
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_green:[B
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_green:[B
            arraylength
            iconst_1
            isub
            baload
        52: .line 1497
            invokestatic java.util.Arrays.fill:([BIIB)V
        53: .line 1500
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_blue:[B
            iload 9 /* plength */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 12 /* blue */
        54: .line 1501
            aload 12 /* blue */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_blue:[B
            arraylength
            iload 9 /* plength */
        55: .line 1502
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_blue:[B
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.PLTE_blue:[B
            arraylength
            iconst_1
            isub
            baload
        56: .line 1501
            invokestatic java.util.Arrays.fill:([BIIB)V
        57: .line 1509
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int java.util.ArrayList top top top int int int int byte[] byte[] byte[]
      StackMap stack:
            aconst_null
            astore 13 /* alpha */
        start local 13 // byte[] alpha
        58: .line 1510
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_present:Z
            ifeq 67
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_alpha:[B
            ifnull 67
        59: .line 1511
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_alpha:[B
            arraylength
            aload 10 /* red */
            arraylength
            if_icmpne 62
        60: .line 1512
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_alpha:[B
            astore 13 /* alpha */
        61: .line 1513
            goto 67
        62: .line 1514
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_alpha:[B
            aload 10 /* red */
            arraylength
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 13 /* alpha */
        63: .line 1515
            aload 13 /* alpha */
        64: .line 1516
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            getfield com.sun.imageio.plugins.png.PNGMetadata.tRNS_alpha:[B
            arraylength
        65: .line 1517
            aload 10 /* red */
            arraylength
            iconst_m1
        66: .line 1515
            invokestatic java.util.Arrays.fill:([BIIB)V
        67: .line 1521
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            aload 10 /* red */
            aload 11 /* green */
        68: .line 1522
            aload 12 /* blue */
            aload 13 /* alpha */
        69: .line 1523
            iload 6 /* bitDepth */
        70: .line 1524
            iconst_0
        71: .line 1521
            invokestatic javax.imageio.ImageTypeSpecifier.createIndexed:([B[B[B[BII)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        72: .line 1525
            goto 104
        end local 13 // byte[] alpha
        end local 12 // byte[] blue
        end local 11 // byte[] green
        end local 10 // byte[] red
        end local 9 // int plength
        73: .line 1529
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int java.util.ArrayList top top top int int int
      StackMap stack:
            sipush 1003
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            astore 4 /* gray */
        start local 4 // java.awt.color.ColorSpace gray
        74: .line 1530
            iconst_2
            newarray 10
            astore 5 /* bandOffsets */
        start local 5 // int[] bandOffsets
        75: .line 1531
            aload 5 /* bandOffsets */
            iconst_0
            iconst_0
            iastore
        76: .line 1532
            aload 5 /* bandOffsets */
            iconst_1
            iconst_1
            iastore
        77: .line 1533
            aload 2 /* l */
            aload 4 /* gray */
        78: .line 1534
            aload 5 /* bandOffsets */
        79: .line 1535
            iload 8 /* dataType */
        80: .line 1536
            iconst_1
        81: .line 1537
            iconst_0
        82: .line 1533
            invokestatic javax.imageio.ImageTypeSpecifier.createInterleaved:(Ljava/awt/color/ColorSpace;[IIZZ)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        83: .line 1538
            goto 104
        end local 5 // int[] bandOffsets
        end local 4 // java.awt.color.ColorSpace gray
        84: .line 1541
      StackMap locals:
      StackMap stack:
            iload 6 /* bitDepth */
            bipush 8
            if_icmpne 91
        85: .line 1544
            aload 2 /* l */
        86: .line 1545
            bipush 6
        87: .line 1544
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        88: .line 1547
            aload 2 /* l */
        89: .line 1548
            iconst_2
        90: .line 1547
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        91: .line 1552
      StackMap locals:
      StackMap stack:
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
            astore 3 /* rgb */
        start local 3 // java.awt.color.ColorSpace rgb
        92: .line 1553
            iconst_4
            newarray 10
            astore 5 /* bandOffsets */
        start local 5 // int[] bandOffsets
        93: .line 1554
            aload 5 /* bandOffsets */
            iconst_0
            iconst_0
            iastore
        94: .line 1555
            aload 5 /* bandOffsets */
            iconst_1
            iconst_1
            iastore
        95: .line 1556
            aload 5 /* bandOffsets */
            iconst_2
            iconst_2
            iastore
        96: .line 1557
            aload 5 /* bandOffsets */
            iconst_3
            iconst_3
            iastore
        97: .line 1559
            aload 2 /* l */
            aload 3 /* rgb */
        98: .line 1560
            aload 5 /* bandOffsets */
        99: .line 1561
            iload 8 /* dataType */
       100: .line 1562
            iconst_1
       101: .line 1563
            iconst_0
       102: .line 1559
            invokestatic javax.imageio.ImageTypeSpecifier.createInterleaved:(Ljava/awt/color/ColorSpace;[IIZZ)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
       103: .line 1564
            goto 104
        end local 5 // int[] bandOffsets
        end local 3 // java.awt.color.ColorSpace rgb
       104: .line 1570
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            areturn
        end local 8 // int dataType
        end local 7 // int colorType
        end local 6 // int bitDepth
        end local 2 // java.util.ArrayList l
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  105     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0  105     1   imageIndex  I
            5  105     2            l  Ljava/util/ArrayList<Ljavax/imageio/ImageTypeSpecifier;>;
           28   39     3          rgb  Ljava/awt/color/ColorSpace;
           92  104     3          rgb  Ljava/awt/color/ColorSpace;
           74   84     4         gray  Ljava/awt/color/ColorSpace;
           29   39     5  bandOffsets  [I
           75   84     5  bandOffsets  [I
           93  104     5  bandOffsets  [I
            6  105     6     bitDepth  I
            7  105     7    colorType  I
            9   10     8     dataType  I
           11  105     8     dataType  I
           41   73     9      plength  I
           42   73    10          red  [B
           43   73    11        green  [B
           44   73    12         blue  [B
           58   73    13        alpha  [B
    Exceptions:
      throws javax.imageio.IIOException
    Signature: (I)Ljava/util/Iterator<Ljavax/imageio/ImageTypeSpecifier;>;
    MethodParameters:
            Name  Flags
      imageIndex  

  public javax.imageio.ImageTypeSpecifier getRawImageType(int);
    descriptor: (I)Ljavax/imageio/ImageTypeSpecifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int imageIndex
         0: .line 1596
            aload 0 /* this */
            iload 1 /* imageIndex */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.getImageTypes:(I)Ljava/util/Iterator;
            astore 2 /* types */
        start local 2 // java.util.Iterator types
         1: .line 1597
            aconst_null
            astore 3 /* raw */
        start local 3 // javax.imageio.ImageTypeSpecifier raw
         2: .line 1599
      StackMap locals: java.util.Iterator javax.imageio.ImageTypeSpecifier
      StackMap stack:
            aload 2 /* types */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.imageio.ImageTypeSpecifier
            astore 3 /* raw */
         3: .line 1600
            aload 2 /* types */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         4: .line 1601
            aload 3 /* raw */
            areturn
        end local 3 // javax.imageio.ImageTypeSpecifier raw
        end local 2 // java.util.Iterator types
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    5     1  imageIndex  I
            1    5     2       types  Ljava/util/Iterator<Ljavax/imageio/ImageTypeSpecifier;>;
            2    5     3         raw  Ljavax/imageio/ImageTypeSpecifier;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      imageIndex  

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

  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.png.PNGImageReader this
         0: .line 1610
            aconst_null
            areturn
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;
    Exceptions:
      throws javax.imageio.IIOException

  public javax.imageio.metadata.IIOMetadata getImageMetadata(int);
    descriptor: (I)Ljavax/imageio/metadata/IIOMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int imageIndex
         0: .line 1614
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1615
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readMetadata:()V
         3: .line 1618
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
            areturn
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    4     1  imageIndex  I
    Exceptions:
      throws javax.imageio.IIOException
    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=3, locals=3, args_size=3
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
        start local 1 // int imageIndex
        start local 2 // javax.imageio.ImageReadParam param
         0: .line 1623
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1624
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readImage:(Ljavax/imageio/ImageReadParam;)V
         3: .line 1628
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
            areturn
        end local 2 // javax.imageio.ImageReadParam param
        end local 1 // int imageIndex
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0    4     1  imageIndex  I
            0    4     2       param  Ljavax/imageio/ImageReadParam;
    Exceptions:
      throws javax.imageio.IIOException
    MethodParameters:
            Name  Flags
      imageIndex  
      param       

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 1632
            aload 0 /* this */
            invokespecial javax.imageio.ImageReader.reset:()V
         1: .line 1633
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.resetStreamSettings:()V
         2: .line 1634
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;

  private void resetStreamSettings();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.png.PNGImageReader this
         0: .line 1637
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotHeader:Z
         1: .line 1638
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
         2: .line 1639
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
         3: .line 1640
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
         4: .line 1641
            return
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/imageio/plugins/png/PNGImageReader;
}
SourceFile: "PNGImageReader.java"