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 887
            iconst_5
            anewarray int[]
            dup
            iconst_1
        14: .line 889
            iconst_1
            newarray 10
            aastore
            dup
            iconst_2
        15: .line 890
            iconst_2
            newarray 10
            dup
            iconst_1
            iconst_1
            iastore
            aastore
            dup
            iconst_3
        16: .line 891
            iconst_3
            newarray 10
            dup
            iconst_1
            iconst_1
            iastore
            dup
            iconst_2
            iconst_2
            iastore
            aastore
            dup
            iconst_4
        17: .line 892
            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 887
            putstatic com.sun.imageio.plugins.png.PNGImageReader.bandOffsets:[[I
        19: .line 893
            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;
            new java.lang.Integer
            dup
            iload 3 /* method */
            invokespecial java.lang.Integer.<init>:(I)V
            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 17
            iload 1 /* colorType */
            iconst_3
            if_icmpeq 17
         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 667
            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
         7: .line 669
            iload 3 /* chunkType */
            ldc 1229209940
            if_icmpne 11
         8: .line 671
            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
         9: .line 672
            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
        10: .line 673
            goto 15
        11: .line 676
      StackMap locals: int 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
        12: .line 665
            goto 5
        13: .line 679
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        14: .line 680
            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
        15: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
        16: .line 684
            return
        17: .line 689
      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
        18: .line 690
            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
        19: .line 694
            iload 2 /* chunkLength */
            ifge 21
        20: .line 695
            new javax.imageio.IIOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid chunk lenght "
            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
        21: .line 699
      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
        22: .line 700
            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
        23: .line 701
            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
        24: .line 702
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            invokeinterface javax.imageio.stream.ImageInputStream.reset:()V
        25: .line 703
            goto 28
        end local 4 // int chunkCRC
      StackMap locals:
      StackMap stack: java.io.IOException
        26: pop
        27: .line 704
            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
        28: .line 707
      StackMap locals: int
      StackMap stack:
            iload 3 /* chunkType */
            lookupswitch { // 16
           1229209940: 29
           1347179589: 32
           1649100612: 34
           1665684045: 36
           1732332865: 38
           1749635924: 40
           1766015824: 42
           1767135348: 44
           1883789683: 49
           1933723988: 51
           1934642260: 53
           1934772034: 55
           1950701684: 57
           1950960965: 59
           1951551059: 61
           2052348020: 63
              default: 68
          }
        29: .line 710
      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
        30: .line 711
            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
        31: .line 712
            goto 90
        32: .line 714
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_PLTE_chunk:(I)V
        33: .line 715
            goto 82
        34: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_bKGD_chunk:()V
        35: .line 718
            goto 82
        36: .line 720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_cHRM_chunk:()V
        37: .line 721
            goto 82
        38: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_gAMA_chunk:()V
        39: .line 724
            goto 82
        40: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_hIST_chunk:(I)V
        41: .line 727
            goto 82
        42: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_iCCP_chunk:(I)V
        43: .line 730
            goto 82
        44: .line 732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.ignoreMetadata:Z
            ifeq 47
        45: .line 733
            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
        46: .line 734
            goto 82
        47: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_iTXt_chunk:(I)V
        48: .line 737
            goto 82
        49: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_pHYs_chunk:()V
        50: .line 740
            goto 82
        51: .line 742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_sBIT_chunk:()V
        52: .line 743
            goto 82
        53: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_sPLT_chunk:(I)V
        54: .line 746
            goto 82
        55: .line 748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_sRGB_chunk:()V
        56: .line 749
            goto 82
        57: .line 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_tEXt_chunk:(I)V
        58: .line 752
            goto 82
        59: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_tIME_chunk:()V
        60: .line 755
            goto 82
        61: .line 757
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_tRNS_chunk:(I)V
        62: .line 758
            goto 82
        63: .line 760
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.ignoreMetadata:Z
            ifeq 66
        64: .line 761
            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
        65: .line 762
            goto 82
        66: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* chunkLength */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.parse_zTXt_chunk:(I)V
        67: .line 765
            goto 82
        68: .line 768
      StackMap locals:
      StackMap stack:
            iload 2 /* chunkLength */
            newarray 8
            astore 5 /* b */
        start local 5 // byte[] b
        69: .line 769
            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
        70: .line 771
            new java.lang.StringBuilder
            dup
            iconst_4
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 6 /* chunkName */
        start local 6 // java.lang.StringBuilder chunkName
        71: .line 772
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            bipush 24
            iushr
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        72: .line 773
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            bipush 16
            ishr
            sipush 255
            iand
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        73: .line 774
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            bipush 8
            ishr
            sipush 255
            iand
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        74: .line 775
            aload 6 /* chunkName */
            iload 3 /* chunkType */
            sipush 255
            iand
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        75: .line 777
            iload 3 /* chunkType */
            bipush 28
            iushr
            istore 7 /* ancillaryBit */
        start local 7 // int ancillaryBit
        76: .line 778
            iload 7 /* ancillaryBit */
            ifne 80
        77: .line 779
            aload 0 /* this */
        78: .line 780
            ldc "Encountered unknown chunk with critical bit set!"
        79: .line 779
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processWarningOccurred:(Ljava/lang/String;)V
        80: .line 783
      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
        81: .line 784
            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
        82: .line 789
      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 86
        83: .line 790
            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
        84: .line 791
            iload 3 /* chunkType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        85: .line 790
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        86: .line 793
      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
        87: .line 688
            goto 17
        88: .line 795
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        89: .line 796
            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
        90: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
        91: .line 800
            return
        end local 1 // int colorType
        end local 0 // com.sun.imageio.plugins.png.PNGImageReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   92     0          this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            4   92     1     colorType  I
            6   12     2   chunkLength  I
            7   12     3     chunkType  I
           14   15     2             e  Ljava/io/IOException;
           18   87     2   chunkLength  I
           19   87     3     chunkType  I
           24   26     4      chunkCRC  I
           28   87     4      chunkCRC  I
           69   82     5             b  [B
           71   82     6     chunkName  Ljava/lang/StringBuilder;
           76   82     7  ancillaryBit  I
           89   90     2             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5    13      13  Class java.io.IOException
          21    25      26  Class java.io.IOException
          17    88      88  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 806
            iload 3 /* bpp */
            istore 4 /* i */
        start local 4 // int i
         1: goto 6
         2: .line 809
      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 810
            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 812
            aload 0 /* curr */
            iload 4 /* i */
            iload 1 /* coff */
            iadd
            iload 5 /* val */
            i2b
            bastore
        end local 5 // int val
         5: .line 806
            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 814
            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 819
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         1: goto 6
         2: .line 820
      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 821
            aload 2 /* prev */
            iload 5 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 7 /* prior */
        start local 7 // int prior
         4: .line 823
            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 819
            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 825
            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 832
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         1: goto 6
         2: .line 833
      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 834
            aload 2 /* prev */
            iload 9 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
         4: .line 836
            aload 0 /* curr */
            iload 9 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 8 /* priorRow */
            iconst_2
            idiv
            iadd
            i2b
            bastore
         5: .line 832
            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 839
            iload 5 /* bpp */
            istore 9 /* i */
        start local 9 // int i
         8: goto 14
         9: .line 840
      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 841
            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 842
            aload 2 /* prev */
            iload 9 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
        12: .line 844
            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 839
            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 846
            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 849
            iload 0 /* a */
            iload 1 /* b */
            iadd
            iload 2 /* c */
            isub
            istore 3 /* p */
        start local 3 // int p
         1: .line 850
            iload 3 /* p */
            iload 0 /* a */
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 4 /* pa */
        start local 4 // int pa
         2: .line 851
            iload 3 /* p */
            iload 1 /* b */
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 5 /* pb */
        start local 5 // int pb
         3: .line 852
            iload 3 /* p */
            iload 2 /* c */
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 6 /* pc */
        start local 6 // int pc
         4: .line 854
            iload 4 /* pa */
            iload 5 /* pb */
            if_icmpgt 6
            iload 4 /* pa */
            iload 6 /* pc */
            if_icmpgt 6
         5: .line 855
            iload 0 /* a */
            ireturn
         6: .line 856
      StackMap locals: int int int int int int int
      StackMap stack:
            iload 5 /* pb */
            iload 6 /* pc */
            if_icmpgt 8
         7: .line 857
            iload 1 /* b */
            ireturn
         8: .line 859
      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 868
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         1: goto 6
         2: .line 869
      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 870
            aload 2 /* prev */
            iload 10 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
         4: .line 872
            aload 0 /* curr */
            iload 10 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 8 /* priorRow */
            iadd
            i2b
            bastore
         5: .line 868
            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 875
            iload 5 /* bpp */
            istore 10 /* i */
        start local 10 // int i
         8: goto 18
         9: .line 876
      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 877
            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 878
            aload 2 /* prev */
            iload 10 /* i */
            iload 3 /* poff */
            iadd
            baload
            sipush 255
            iand
            istore 8 /* priorRow */
        start local 8 // int priorRow
        12: .line 879
            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 881
            aload 0 /* curr */
            iload 10 /* i */
            iload 1 /* coff */
            iadd
            iload 6 /* raw */
            iload 7 /* priorPixel */
        14: .line 882
            iload 8 /* priorRow */
        15: .line 883
            iload 9 /* priorRowPixel */
        16: .line 881
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.paethPredictor:(III)I
            iadd
            i2b
            bastore
        17: .line 875
            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 885
            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 900
            aconst_null
            astore 7 /* ras */
        start local 7 // java.awt.image.WritableRaster ras
         1: .line 901
            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 902
            iload 5 /* bitDepth */
            bipush 8
            if_icmpge 10
            iload 3 /* bands */
            iconst_1
            if_icmpne 10
         3: .line 903
            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 904
            aload 6 /* dataBuffer */
         5: .line 905
            iload 1 /* width */
            iload 2 /* height */
         6: .line 906
            iload 5 /* bitDepth */
         7: .line 907
            aload 8 /* origin */
         8: .line 904
            invokestatic java.awt.image.Raster.createPackedRaster:(Ljava/awt/image/DataBuffer;IIILjava/awt/Point;)Ljava/awt/image/WritableRaster;
            astore 7 /* ras */
         9: .line 908
            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 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
        12: .line 910
            aload 6 /* dataBuffer */
        13: .line 911
            iload 1 /* width */
            iload 2 /* height */
        14: .line 912
            iload 4 /* scanlineStride */
        15: .line 913
            iload 3 /* bands */
        16: .line 914
            getstatic com.sun.imageio.plugins.png.PNGImageReader.bandOffsets:[[I
            iload 3 /* bands */
            aaload
        17: .line 915
            aload 8 /* origin */
        18: .line 910
            invokestatic java.awt.image.Raster.createInterleavedRaster:(Ljava/awt/image/DataBuffer;IIII[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
            astore 7 /* ras */
        19: .line 916
            goto 28
        end local 6 // java.awt.image.DataBuffer dataBuffer
        20: .line 917
      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 918
            aload 6 /* dataBuffer */
        22: .line 919
            iload 1 /* width */
            iload 2 /* height */
        23: .line 920
            iload 4 /* scanlineStride */
        24: .line 921
            iload 3 /* bands */
        25: .line 922
            getstatic com.sun.imageio.plugins.png.PNGImageReader.bandOffsets:[[I
            iload 3 /* bands */
            aaload
        26: .line 923
            aload 8 /* origin */
        27: .line 918
            invokestatic java.awt.image.Raster.createInterleavedRaster:(Ljava/awt/image/DataBuffer;IIII[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
            astore 7 /* ras */
        28: .line 926
      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 931
            iload 1 /* passWidth */
            ifeq 1
            iload 2 /* passHeight */
            ifne 2
         1: .line 932
      StackMap locals:
      StackMap stack:
            return
         2: .line 935
      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 936
            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 939
            iconst_0
            istore 5 /* srcY */
        start local 5 // int srcY
         5: goto 10
         6: .line 941
      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
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 9
         8: .line 946
            return
         9: .line 939
      StackMap locals:
      StackMap stack:
            iinc 5 /* srcY */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* srcY */
            iload 2 /* passHeight */
            if_icmplt 6
        end local 5 // int srcY
        11: .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   12     0         this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   12     1    passWidth  I
            0   12     2   passHeight  I
            3   12     3   inputBands  I
            4   12     4  bytesPerRow  I
            5   11     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 41
        34: .line 998
            iconst_0
            istore 24 /* srcY */
        start local 24 // int srcY
        35: goto 39
        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 1002
            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
        38: .line 998
            iinc 24 /* srcY */ 1
      StackMap locals:
      StackMap stack:
        39: iload 24 /* srcY */
            iload 7 /* passHeight */
            if_icmplt 36
        end local 24 // int srcY
        40: .line 1004
            return
        41: .line 1012
      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
        42: .line 1013
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.x:I
        43: .line 1012
            iadd
        44: .line 1011
            istore 24 /* sourceX */
        start local 24 // int sourceX
        45: .line 1014
            iload 24 /* sourceX */
            iload 2 /* xStart */
            isub
            iload 4 /* xStep */
            idiv
            istore 25 /* srcX */
        start local 25 // int srcX
        46: .line 1017
            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
        47: .line 1019
            aconst_null
            astore 27 /* byteData */
        start local 27 // byte[] byteData
        48: .line 1020
            aconst_null
            astore 28 /* shortData */
        start local 28 // short[] shortData
        49: .line 1021
            iload 22 /* bytesPerRow */
            newarray 8
            astore 29 /* curr */
        start local 29 // byte[] curr
        50: .line 1022
            iload 22 /* bytesPerRow */
            newarray 8
            astore 30 /* prior */
        start local 30 // byte[] prior
        51: .line 1025
            aload 0 /* this */
            iload 6 /* passWidth */
            iconst_1
            iload 20 /* inputBands */
        52: .line 1026
            iload 23 /* eltsPerRow */
        53: .line 1027
            iload 19 /* bitDepth */
        54: .line 1025
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.createRaster:(IIIII)Ljava/awt/image/WritableRaster;
            astore 31 /* passRow */
        start local 31 // java.awt.image.WritableRaster passRow
        55: .line 1030
            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
        56: .line 1032
            aload 31 /* passRow */
            invokevirtual java.awt.image.WritableRaster.getDataBuffer:()Ljava/awt/image/DataBuffer;
            astore 33 /* dataBuffer */
        start local 33 // java.awt.image.DataBuffer dataBuffer
        57: .line 1033
            aload 33 /* dataBuffer */
            invokevirtual java.awt.image.DataBuffer.getDataType:()I
            istore 34 /* type */
        start local 34 // int type
        58: .line 1034
            iload 34 /* type */
            ifne 61
        59: .line 1035
            aload 33 /* dataBuffer */
            checkcast java.awt.image.DataBufferByte
            invokevirtual java.awt.image.DataBufferByte.getData:()[B
            astore 27 /* byteData */
        60: .line 1036
            goto 62
        61: .line 1037
      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 */
        62: .line 1040
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
        63: .line 1041
            iload 1 /* passNum */
        64: .line 1042
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
        65: .line 1043
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
        66: .line 1044
            iload 14 /* updateMinX */
            iload 15 /* updateMinY */
        67: .line 1045
            iload 17 /* updateXStep */
            iload 18 /* updateYStep */
        68: .line 1046
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
        69: .line 1040
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processPassStarted:(Ljava/awt/image/BufferedImage;IIIIIII[I)V
        70: .line 1049
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
            ifnull 76
        71: .line 1050
            aload 31 /* passRow */
            iconst_0
            iconst_0
        72: .line 1051
            aload 31 /* passRow */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
            iconst_1
        73: .line 1052
            iconst_0
            iconst_0
        74: .line 1053
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
        75: .line 1050
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 31 /* passRow */
        76: .line 1055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
            ifnull 83
        77: .line 1056
            aload 8 /* imRas */
            iconst_0
            iconst_0
        78: .line 1057
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
        79: .line 1058
            aload 8 /* imRas */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
        80: .line 1059
            iconst_0
            iconst_0
        81: .line 1060
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
        82: .line 1056
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 8 /* imRas */
        83: .line 1065
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 35 /* adjustBitDepths */
        start local 35 // boolean adjustBitDepths
        84: .line 1066
            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
        85: .line 1067
            aload 36 /* outputSampleSize */
            arraylength
            istore 37 /* numBands */
        start local 37 // int numBands
        86: .line 1068
            iconst_0
            istore 38 /* b */
        start local 38 // int b
        87: goto 92
        88: .line 1069
      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 91
        89: .line 1070
            iconst_1
            istore 35 /* adjustBitDepths */
        90: .line 1071
            goto 93
        91: .line 1068
      StackMap locals:
      StackMap stack:
            iinc 38 /* b */ 1
      StackMap locals:
      StackMap stack:
        92: iload 38 /* b */
            iload 37 /* numBands */
            if_icmplt 88
        end local 38 // int b
        93: .line 1077
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 38 /* scale */
        start local 38 // int[][] scale
        94: .line 1078
            iload 35 /* adjustBitDepths */
            ifeq 111
        95: .line 1079
            iconst_1
            iload 19 /* bitDepth */
            ishl
            iconst_1
            isub
            istore 39 /* maxInSample */
        start local 39 // int maxInSample
        96: .line 1080
            iload 39 /* maxInSample */
            iconst_2
            idiv
            istore 40 /* halfMaxInSample */
        start local 40 // int halfMaxInSample
        97: .line 1081
            iload 37 /* numBands */
            anewarray int[]
            astore 38 /* scale */
        98: .line 1082
            iconst_0
            istore 41 /* b */
        start local 41 // int b
        99: goto 110
       100: .line 1083
      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
       101: .line 1084
            aload 38 /* scale */
            iload 41 /* b */
            iload 39 /* maxInSample */
            iconst_1
            iadd
            newarray 10
            aastore
       102: .line 1085
            iconst_0
            istore 43 /* s */
        start local 43 // int s
       103: goto 108
       104: .line 1086
      StackMap locals: int int
      StackMap stack:
            aload 38 /* scale */
            iload 41 /* b */
            aaload
            iload 43 /* s */
       105: .line 1087
            iload 43 /* s */
            iload 42 /* maxOutSample */
            imul
            iload 40 /* halfMaxInSample */
            iadd
            iload 39 /* maxInSample */
            idiv
       106: .line 1086
            iastore
       107: .line 1085
            iinc 43 /* s */ 1
      StackMap locals:
      StackMap stack:
       108: iload 43 /* s */
            iload 39 /* maxInSample */
            if_icmple 104
        end local 43 // int s
        end local 42 // int maxOutSample
       109: .line 1082
            iinc 41 /* b */ 1
      StackMap locals:
      StackMap stack:
       110: iload 41 /* b */
            iload 37 /* numBands */
            if_icmplt 100
        end local 41 // int b
        end local 40 // int halfMaxInSample
        end local 39 // int maxInSample
       111: .line 1094
      StackMap locals:
      StackMap stack:
            iload 26 /* srcXStep */
            iconst_1
            if_icmpne 116
       112: .line 1095
            iload 17 /* updateXStep */
            iconst_1
            if_icmpne 116
       113: .line 1096
            iload 35 /* adjustBitDepths */
            ifne 116
       114: .line 1097
            aload 8 /* imRas */
            instanceof sun.awt.image.ByteInterleavedRaster
            ifeq 116
       115: .line 1094
            iconst_1
            goto 117
      StackMap locals:
      StackMap stack:
       116: iconst_0
      StackMap locals:
      StackMap stack: int
       117: istore 39 /* useSetRect */
        start local 39 // boolean useSetRect
       118: .line 1099
            iload 39 /* useSetRect */
            ifeq 124
       119: .line 1100
            aload 31 /* passRow */
            iload 25 /* srcX */
            iconst_0
       120: .line 1101
            iload 16 /* updateWidth */
            iconst_1
       121: .line 1102
            iconst_0
            iconst_0
       122: .line 1103
            aconst_null
       123: .line 1100
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 31 /* passRow */
       124: .line 1107
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 40 /* srcY */
        start local 40 // int srcY
       125: goto 204
       126: .line 1109
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* passWidth */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.updateImageProgress:(I)V
       127: .line 1112
            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
       128: .line 1115
            aload 30 /* prior */
            astore 42 /* tmp */
        start local 42 // byte[] tmp
       129: .line 1116
            aload 29 /* curr */
            astore 30 /* prior */
       130: .line 1117
            aload 42 /* tmp */
            astore 29 /* curr */
       131: .line 1119
            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
       132: .line 1120
            goto 135
      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
       133: astore 42 /* ze */
        start local 42 // java.util.zip.ZipException ze
       134: .line 1122
            aload 42 /* ze */
            athrow
        end local 42 // java.util.zip.ZipException ze
       135: .line 1125
      StackMap locals:
      StackMap stack:
            iload 41 /* filter */
            tableswitch { // 0 - 4
                    0: 136
                    1: 137
                    2: 139
                    3: 141
                    4: 145
              default: 149
          }
       136: .line 1127
      StackMap locals:
      StackMap stack:
            goto 152
       137: .line 1129
      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
       138: .line 1130
            goto 152
       139: .line 1132
      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
       140: .line 1133
            goto 152
       141: .line 1135
      StackMap locals:
      StackMap stack:
            aload 29 /* curr */
            iconst_0
            aload 30 /* prior */
            iconst_0
            iload 22 /* bytesPerRow */
       142: .line 1136
            iload 21 /* bytesPerPixel */
       143: .line 1135
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.decodeAverageFilter:([BI[BIII)V
       144: .line 1137
            goto 152
       145: .line 1139
      StackMap locals:
      StackMap stack:
            aload 29 /* curr */
            iconst_0
            aload 30 /* prior */
            iconst_0
            iload 22 /* bytesPerRow */
       146: .line 1140
            iload 21 /* bytesPerPixel */
       147: .line 1139
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.decodePaethFilter:([BI[BIII)V
       148: .line 1141
            goto 152
       149: .line 1143
      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
       150: .line 1144
            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;
       151: .line 1143
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
       152: .line 1148
      StackMap locals:
      StackMap stack:
            iload 19 /* bitDepth */
            bipush 16
            if_icmpge 155
       153: .line 1149
            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
       154: .line 1150
            goto 164
       155: .line 1151
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 42 /* idx */
        start local 42 // int idx
       156: .line 1152
            iconst_0
            istore 43 /* j */
        start local 43 // int j
       157: goto 163
       158: .line 1153
      StackMap locals: int int
      StackMap stack:
            aload 28 /* shortData */
            iload 43 /* j */
       159: .line 1154
            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
       160: .line 1153
            sastore
       161: .line 1155
            iinc 42 /* idx */ 2
       162: .line 1152
            iinc 43 /* j */ 1
      StackMap locals:
      StackMap stack:
       163: iload 43 /* j */
            iload 23 /* eltsPerRow */
            if_icmplt 158
        end local 43 // int j
        end local 42 // int idx
       164: .line 1160
      StackMap locals:
      StackMap stack:
            iload 40 /* srcY */
            iload 5 /* yStep */
            imul
            iload 3 /* yStart */
            iadd
            istore 42 /* sourceY */
        start local 42 // int sourceY
       165: .line 1161
            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 203
       166: .line 1162
            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 203
       167: .line 1163
            iload 42 /* sourceY */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            getfield java.awt.Rectangle.y:I
            isub
       168: .line 1164
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
       169: .line 1163
            irem
            ifne 203
       170: .line 1166
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationOffset:Ljava/awt/Point;
            getfield java.awt.Point.y:I
       171: .line 1167
            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
       172: .line 1166
            iadd
            istore 43 /* dstY */
        start local 43 // int dstY
       173: .line 1168
            iload 43 /* dstY */
            iload 11 /* dstMinY */
            if_icmpge 175
       174: .line 1169
            goto 203
       175: .line 1171
      StackMap locals: int int
      StackMap stack:
            iload 43 /* dstY */
            iload 12 /* dstMaxY */
            if_icmple 177
       176: .line 1172
            goto 205
       177: .line 1175
      StackMap locals:
      StackMap stack:
            iload 39 /* useSetRect */
            ifeq 180
       178: .line 1176
            aload 8 /* imRas */
            iload 14 /* updateMinX */
            iload 43 /* dstY */
            aload 31 /* passRow */
            invokevirtual java.awt.image.WritableRaster.setRect:(IILjava/awt/image/Raster;)V
       179: .line 1177
            goto 195
       180: .line 1178
      StackMap locals:
      StackMap stack:
            iload 25 /* srcX */
            istore 44 /* newSrcX */
        start local 44 // int newSrcX
       181: .line 1180
            iload 14 /* updateMinX */
            istore 45 /* dstX */
        start local 45 // int dstX
       182: .line 1181
            goto 193
       183: .line 1184
      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
       184: .line 1185
            iload 35 /* adjustBitDepths */
            ifeq 190
       185: .line 1186
            iconst_0
            istore 46 /* b */
        start local 46 // int b
       186: goto 189
       187: .line 1187
      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
       188: .line 1186
            iinc 46 /* b */ 1
      StackMap locals:
      StackMap stack:
       189: iload 46 /* b */
            iload 37 /* numBands */
            if_icmplt 187
        end local 46 // int b
       190: .line 1190
      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
       191: .line 1191
            iload 44 /* newSrcX */
            iload 26 /* srcXStep */
            iadd
            istore 44 /* newSrcX */
       192: .line 1182
            iload 45 /* dstX */
            iload 17 /* updateXStep */
            iadd
            istore 45 /* dstX */
       193: .line 1181
      StackMap locals:
      StackMap stack:
            iload 45 /* dstX */
            iload 14 /* updateMinX */
            iload 16 /* updateWidth */
            iadd
       194: .line 1180
            if_icmplt 183
        end local 45 // int dstX
        end local 44 // int newSrcX
       195: .line 1195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
       196: .line 1196
            iload 14 /* updateMinX */
            iload 43 /* dstY */
       197: .line 1197
            iload 16 /* updateWidth */
            iconst_1
       198: .line 1198
            iload 17 /* updateXStep */
            iload 18 /* updateYStep */
       199: .line 1199
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
       200: .line 1195
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processImageUpdate:(Ljava/awt/image/BufferedImage;IIIIII[I)V
       201: .line 1203
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 203
       202: .line 1204
            return
        end local 43 // int dstY
        end local 42 // int sourceY
        end local 41 // int filter
       203: .line 1107
      StackMap locals:
      StackMap stack:
            iinc 40 /* srcY */ 1
      StackMap locals:
      StackMap stack:
       204: iload 40 /* srcY */
            iload 7 /* passHeight */
            if_icmplt 126
        end local 40 // int srcY
       205: .line 1209
      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
       206: .line 1210
            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  207     0              this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0  207     1           passNum  I
            0  207     2            xStart  I
            0  207     3            yStart  I
            0  207     4             xStep  I
            0  207     5             yStep  I
            0  207     6         passWidth  I
            0  207     7        passHeight  I
            3  207     8             imRas  Ljava/awt/image/WritableRaster;
            4  207     9           dstMinX  I
            5  207    10           dstMaxX  I
            6  207    11           dstMinY  I
            7  207    12           dstMaxY  I
           18  207    13              vals  [I
           19  207    14        updateMinX  I
           20  207    15        updateMinY  I
           21  207    16       updateWidth  I
           22  207    17       updateXStep  I
           23  207    18       updateYStep  I
           24  207    19          bitDepth  I
           25  207    20        inputBands  I
           28  207    21     bytesPerPixel  I
           30  207    22       bytesPerRow  I
           33  207    23        eltsPerRow  I
           35   40    24              srcY  I
           45  207    24           sourceX  I
           46  207    25              srcX  I
           47  207    26          srcXStep  I
           48  207    27          byteData  [B
           49  207    28         shortData  [S
           50  207    29              curr  [B
           51  207    30             prior  [B
           55  207    31           passRow  Ljava/awt/image/WritableRaster;
           56  207    32                ps  [I
           57  207    33        dataBuffer  Ljava/awt/image/DataBuffer;
           58  207    34              type  I
           84  207    35   adjustBitDepths  Z
           85  207    36  outputSampleSize  [I
           86  207    37          numBands  I
           87   93    38                 b  I
           94  207    38             scale  [[I
           96  111    39       maxInSample  I
           97  111    40   halfMaxInSample  I
           99  111    41                 b  I
          101  109    42      maxOutSample  I
          103  109    43                 s  I
          118  207    39        useSetRect  Z
          125  205    40              srcY  I
          128  203    41            filter  I
          129  132    42               tmp  [B
          134  135    42                ze  Ljava/util/zip/ZipException;
          156  164    42               idx  I
          157  164    43                 j  I
          165  203    42           sourceY  I
          173  203    43              dstY  I
          181  195    44           newSrcX  I
          182  195    45              dstX  I
          186  190    46                 b  I
      Exception table:
        from    to  target  type
         128   132     133  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 1214
            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 1215
            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 1217
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelsDone:I
         3: .line 1218
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            imul
            putfield com.sun.imageio.plugins.png.PNGImageReader.totalPixels:I
         4: .line 1220
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.clearAbortRequest:()V
         5: .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_interlaceMethod:I
            ifne 8
         6: .line 1223
            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
         7: .line 1224
            goto 33
         8: .line 1225
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 32
        10: .line 1226
      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
        11: .line 1227
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7YOffset:[I
            iload 3 /* i */
            iaload
            istore 5 /* YOffset */
        start local 5 // int YOffset
        12: .line 1228
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7XSubsampling:[I
            iload 3 /* i */
            iaload
            istore 6 /* XSubsampling */
        start local 6 // int XSubsampling
        13: .line 1229
            getstatic com.sun.imageio.plugins.png.PNGImageReader.adam7YSubsampling:[I
            iload 3 /* i */
            iaload
            istore 7 /* YSubsampling */
        start local 7 // int YSubsampling
        14: .line 1230
            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
        15: .line 1231
            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
        16: .line 1233
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
            if_icmplt 26
        17: .line 1234
            aload 0 /* this */
            iload 3 /* i */
        18: .line 1235
            iload 4 /* XOffset */
        19: .line 1236
            iload 5 /* YOffset */
        20: .line 1237
            iload 6 /* XSubsampling */
        21: .line 1238
            iload 7 /* YSubsampling */
        22: .line 1239
            iload 1 /* width */
            iload 8 /* xbump */
            iadd
            iload 6 /* XSubsampling */
            idiv
        23: .line 1240
            iload 2 /* height */
            iload 9 /* ybump */
            iadd
            iload 7 /* YSubsampling */
            idiv
        24: .line 1234
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.decodePass:(IIIIIII)V
        25: .line 1241
            goto 29
        26: .line 1242
      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
        27: .line 1243
            iload 2 /* height */
            iload 9 /* ybump */
            iadd
            iload 7 /* YSubsampling */
            idiv
        28: .line 1242
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.skipPass:(II)V
        29: .line 1248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 31
        30: .line 1249
            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
        31: .line 1225
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader int int int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
            if_icmple 10
        end local 3 // int i
        33: .line 1253
      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   34     0          this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            1   34     1         width  I
            2   34     2        height  I
            9   33     3             i  I
           11   31     4       XOffset  I
           12   31     5       YOffset  I
           13   31     6  XSubsampling  I
           14   31     7  YSubsampling  I
           15   31     8         xbump  I
           16   31     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 1256
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readMetadata:()V
         1: .line 1258
            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 1259
            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 1262
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
         4: .line 1263
            aload 0 /* this */
            iconst_1
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
         5: .line 1264
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
         6: .line 1265
            aload 0 /* this */
            bipush 6
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
         7: .line 1266
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
         8: .line 1267
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
         9: .line 1268
            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 1271
            aload 1 /* param */
            ifnull 22
        11: .line 1272
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceXSubsampling:()I
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceXSubsampling:I
        12: .line 1273
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceYSubsampling:()I
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceYSubsampling:I
        13: .line 1275
            aload 0 /* this */
        14: .line 1276
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceMinProgressivePass:()I
            iconst_0
            invokestatic java.lang.Math.max:(II)I
        15: .line 1275
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMinProgressivePass:I
        16: .line 1277
            aload 0 /* this */
        17: .line 1278
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceMaxProgressivePass:()I
            bipush 6
            invokestatic java.lang.Math.min:(II)I
        18: .line 1277
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceMaxProgressivePass:I
        19: .line 1280
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getSourceBands:()[I
            putfield com.sun.imageio.plugins.png.PNGImageReader.sourceBands:[I
        20: .line 1281
            aload 0 /* this */
            aload 1 /* param */
            invokevirtual javax.imageio.ImageReadParam.getDestinationBands:()[I
            putfield com.sun.imageio.plugins.png.PNGImageReader.destinationBands:[I
        21: .line 1282
            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 1284
      StackMap locals: int int
      StackMap stack:
            aconst_null
            astore 4 /* inf */
        start local 4 // java.util.zip.Inflater inf
        23: .line 1286
            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 1288
            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 1289
            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 1302
            new java.util.zip.Inflater
            dup
            invokespecial java.util.zip.Inflater.<init>:()V
            astore 4 /* inf */
        27: .line 1303
            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 1304
            new java.io.BufferedInputStream
            dup
            aload 6 /* is */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            astore 6 /* is */
        29: .line 1305
            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 1317
            aload 0 /* this */
            aload 1 /* param */
        31: .line 1318
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.getImageTypes:(I)Ljava/util/Iterator;
        32: .line 1319
            iload 2 /* width */
        33: .line 1320
            iload 3 /* height */
        34: .line 1317
            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 1322
            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 1323
            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 1324
            aload 1 /* param */
            iload 2 /* width */
            iload 3 /* height */
        38: .line 1325
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.theImage:Ljava/awt/image/BufferedImage;
        39: .line 1326
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.sourceRegion:Ljava/awt/Rectangle;
            aload 7 /* destRegion */
        40: .line 1324
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.computeRegions:(Ljavax/imageio/ImageReadParam;IILjava/awt/image/BufferedImage;Ljava/awt/Rectangle;Ljava/awt/Rectangle;)V
        41: .line 1327
            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 1332
            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 1333
            aload 1 /* param */
        44: .line 1334
            getstatic com.sun.imageio.plugins.png.PNGImageReader.inputBandsForColorType:[I
            iload 8 /* colorType */
            iaload
        45: .line 1335
            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 1333
            invokestatic com.sun.imageio.plugins.png.PNGImageReader.checkReadParamBandSettings:(Ljavax/imageio/ImageReadParam;II)V
        47: .line 1337
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processImageStarted:(I)V
        48: .line 1338
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.decodeImage:()V
        49: .line 1339
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.abortRequested:()Z
            ifeq 52
        50: .line 1340
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.processReadAborted:()V
        51: .line 1341
            goto 60
        52: .line 1342
      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.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
        53: .line 1344
            goto 60
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader javax.imageio.ImageReadParam int int java.util.zip.Inflater
      StackMap stack: java.io.IOException
        54: astore 5 /* e */
        start local 5 // java.io.IOException e
        55: .line 1345
            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
        56: .line 1346
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        57: .line 1347
            aload 4 /* inf */
            ifnull 59
        58: .line 1348
            aload 4 /* inf */
            invokevirtual java.util.zip.Inflater.end:()V
        59: .line 1350
      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
        60: .line 1347
      StackMap locals: com.sun.imageio.plugins.png.PNGImageReader javax.imageio.ImageReadParam int int java.util.zip.Inflater
      StackMap stack:
            aload 4 /* inf */
            ifnull 62
        61: .line 1348
            aload 4 /* inf */
            invokevirtual java.util.zip.Inflater.end:()V
        62: .line 1351
      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   63     0        this  Lcom/sun/imageio/plugins/png/PNGImageReader;
            0   63     1       param  Ljavax/imageio/ImageReadParam;
            2   63     2       width  I
            3   63     3      height  I
           23   63     4         inf  Ljava/util/zip/Inflater;
           25   53     5           e  Ljava/util/Enumeration<Ljava/io/InputStream;>;
           26   53     6          is  Ljava/io/InputStream;
           36   53     7  destRegion  Ljava/awt/Rectangle;
           43   53     8   colorType  I
           55   56     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          23    53      54  Class java.io.IOException
          23    56      56  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 1354
            aload 0 /* this */
            getfield com.sun.imageio.plugins.png.PNGImageReader.stream:Ljavax/imageio/stream/ImageInputStream;
            ifnonnull 2
         1: .line 1355
            new java.lang.IllegalStateException
            dup
            ldc "No input source set!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1357
      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 1358
            new java.lang.IllegalStateException
            dup
         4: .line 1359
            ldc "seekForwardOnly and allowSearch can't both be true!"
         5: .line 1358
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1361
      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 1365
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1366
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readHeader:()V
         3: .line 1371
            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 1375
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1376
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readHeader:()V
         3: .line 1381
            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 1387
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1388
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readHeader:()V
         3: .line 1394
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
         4: .line 1393
            astore 2 /* l */
        start local 2 // java.util.ArrayList l
         5: .line 1400
            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 1401
            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 1404
            iload 6 /* bitDepth */
            bipush 8
            if_icmpgt 10
         8: .line 1405
            iconst_0
            istore 8 /* dataType */
        start local 8 // int dataType
         9: .line 1406
            goto 11
        end local 8 // int dataType
        10: .line 1407
      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 1410
      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 1413
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            iload 6 /* bitDepth */
        13: .line 1414
            iload 8 /* dataType */
        14: .line 1415
            iconst_0
        15: .line 1413
            invokestatic javax.imageio.ImageTypeSpecifier.createGrayscale:(IIZ)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        16: .line 1416
            goto 104
        17: .line 1419
      StackMap locals:
      StackMap stack:
            iload 6 /* bitDepth */
            bipush 8
            if_icmpne 27
        18: .line 1422
            aload 2 /* l */
        19: .line 1423
            iconst_5
        20: .line 1422
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        21: .line 1425
            aload 2 /* l */
        22: .line 1426
            iconst_1
        23: .line 1425
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        24: .line 1428
            aload 2 /* l */
        25: .line 1429
            iconst_4
        26: .line 1428
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        27: .line 1433
      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 1434
            iconst_3
            newarray 10
            astore 5 /* bandOffsets */
        start local 5 // int[] bandOffsets
        29: .line 1435
            aload 5 /* bandOffsets */
            iconst_0
            iconst_0
            iastore
        30: .line 1436
            aload 5 /* bandOffsets */
            iconst_1
            iconst_1
            iastore
        31: .line 1437
            aload 5 /* bandOffsets */
            iconst_2
            iconst_2
            iastore
        32: .line 1438
            aload 2 /* l */
            aload 3 /* rgb */
        33: .line 1439
            aload 5 /* bandOffsets */
        34: .line 1440
            iload 8 /* dataType */
        35: .line 1441
            iconst_0
        36: .line 1442
            iconst_0
        37: .line 1438
            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 1443
            goto 104
        end local 5 // int[] bandOffsets
        end local 3 // java.awt.color.ColorSpace rgb
        39: .line 1446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readMetadata:()V
        40: .line 1472
            iconst_1
            iload 6 /* bitDepth */
            ishl
            istore 9 /* plength */
        start local 9 // int plength
        41: .line 1474
            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 1475
            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 1476
            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 1478
            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 1479
            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 1480
            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 1481
            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 1480
            invokestatic java.util.Arrays.fill:([BIIB)V
        49: .line 1483
            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 1484
            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 1485
            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 1484
            invokestatic java.util.Arrays.fill:([BIIB)V
        53: .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_blue:[B
            iload 9 /* plength */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            astore 12 /* blue */
        54: .line 1488
            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 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
            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 1488
            invokestatic java.util.Arrays.fill:([BIIB)V
        57: .line 1496
      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 1497
            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 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.tRNS_alpha:[B
            arraylength
            aload 10 /* red */
            arraylength
            if_icmpne 62
        60: .line 1499
            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 1500
            goto 67
        62: .line 1501
      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 1502
            aload 13 /* alpha */
        64: .line 1503
            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 1504
            aload 10 /* red */
            arraylength
            iconst_m1
        66: .line 1502
            invokestatic java.util.Arrays.fill:([BIIB)V
        67: .line 1508
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            aload 10 /* red */
            aload 11 /* green */
        68: .line 1509
            aload 12 /* blue */
            aload 13 /* alpha */
        69: .line 1510
            iload 6 /* bitDepth */
        70: .line 1511
            iconst_0
        71: .line 1508
            invokestatic javax.imageio.ImageTypeSpecifier.createIndexed:([B[B[B[BII)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        72: .line 1512
            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 1516
      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 1517
            iconst_2
            newarray 10
            astore 5 /* bandOffsets */
        start local 5 // int[] bandOffsets
        75: .line 1518
            aload 5 /* bandOffsets */
            iconst_0
            iconst_0
            iastore
        76: .line 1519
            aload 5 /* bandOffsets */
            iconst_1
            iconst_1
            iastore
        77: .line 1520
            aload 2 /* l */
            aload 4 /* gray */
        78: .line 1521
            aload 5 /* bandOffsets */
        79: .line 1522
            iload 8 /* dataType */
        80: .line 1523
            iconst_1
        81: .line 1524
            iconst_0
        82: .line 1520
            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 1525
            goto 104
        end local 5 // int[] bandOffsets
        end local 4 // java.awt.color.ColorSpace gray
        84: .line 1528
      StackMap locals:
      StackMap stack:
            iload 6 /* bitDepth */
            bipush 8
            if_icmpne 91
        85: .line 1531
            aload 2 /* l */
        86: .line 1532
            bipush 6
        87: .line 1531
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        88: .line 1534
            aload 2 /* l */
        89: .line 1535
            iconst_2
        90: .line 1534
            invokestatic javax.imageio.ImageTypeSpecifier.createFromBufferedImageType:(I)Ljavax/imageio/ImageTypeSpecifier;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        91: .line 1539
      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 1540
            iconst_4
            newarray 10
            astore 5 /* bandOffsets */
        start local 5 // int[] bandOffsets
        93: .line 1541
            aload 5 /* bandOffsets */
            iconst_0
            iconst_0
            iastore
        94: .line 1542
            aload 5 /* bandOffsets */
            iconst_1
            iconst_1
            iastore
        95: .line 1543
            aload 5 /* bandOffsets */
            iconst_2
            iconst_2
            iastore
        96: .line 1544
            aload 5 /* bandOffsets */
            iconst_3
            iconst_3
            iastore
        97: .line 1546
            aload 2 /* l */
            aload 3 /* rgb */
        98: .line 1547
            aload 5 /* bandOffsets */
        99: .line 1548
            iload 8 /* dataType */
       100: .line 1549
            iconst_1
       101: .line 1550
            iconst_0
       102: .line 1546
            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 1551
            goto 104
        end local 5 // int[] bandOffsets
        end local 3 // java.awt.color.ColorSpace rgb
       104: .line 1557
      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 1583
            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 1584
            aconst_null
            astore 3 /* raw */
        start local 3 // javax.imageio.ImageTypeSpecifier raw
         2: .line 1586
      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 1587
            aload 2 /* types */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         4: .line 1588
            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 1592
            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 1597
            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 1601
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1602
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readMetadata:()V
         3: .line 1605
            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 1610
            iload 1 /* imageIndex */
            ifeq 2
         1: .line 1611
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "imageIndex != 0!"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* param */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.readImage:(Ljavax/imageio/ImageReadParam;)V
         3: .line 1615
            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 1619
            aload 0 /* this */
            invokespecial javax.imageio.ImageReader.reset:()V
         1: .line 1620
            aload 0 /* this */
            invokevirtual com.sun.imageio.plugins.png.PNGImageReader.resetStreamSettings:()V
         2: .line 1621
            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 1624
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotHeader:Z
         1: .line 1625
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.png.PNGImageReader.gotMetadata:Z
         2: .line 1626
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.metadata:Lcom/sun/imageio/plugins/png/PNGMetadata;
         3: .line 1627
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.png.PNGImageReader.pixelStream:Ljava/io/DataInputStream;
         4: .line 1628
            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"