public class com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor extends com.sun.imageio.plugins.tiff.TIFFDecompressor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor
  super_class: com.sun.imageio.plugins.tiff.TIFFDecompressor
{
  java.util.zip.Inflater inflater;
    descriptor: Ljava/util/zip/Inflater;
    flags: (0x0000) 

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor this
        start local 1 // int predictor
         0: .line 38
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.tiff.TIFFDecompressor.<init>:()V
         1: .line 35
            aload 0 /* this */
            aconst_null
            putfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.inflater:Ljava/util/zip/Inflater;
         2: .line 39
            aload 0 /* this */
            new java.util.zip.Inflater
            dup
            invokespecial java.util.zip.Inflater.<init>:()V
            putfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.inflater:Ljava/util/zip/Inflater;
         3: .line 41
            iload 1 /* predictor */
            iconst_1
            if_icmpeq 8
         4: .line 42
            iload 1 /* predictor */
         5: .line 43
            iconst_2
         6: .line 42
            if_icmpeq 8
         7: .line 44
            new javax.imageio.IIOException
            dup
            ldc "Illegal value for Predictor in TIFF file"
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 48
      StackMap locals: com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* predictor */
            putfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.predictor:I
         9: .line 49
            return
        end local 1 // int predictor
        end local 0 // com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/imageio/plugins/tiff/TIFFDeflateDecompressor;
            0   10     1  predictor  I
    Exceptions:
      throws javax.imageio.IIOException
    MethodParameters:
           Name  Flags
      predictor  

  public synchronized void decodeRaw(byte[], int, int, int);
    descriptor: ([BIII)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=15, args_size=5
        start local 0 // com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor this
        start local 1 // byte[] b
        start local 2 // int dstOffset
        start local 3 // int bitsPerPixel
        start local 4 // int scanlineStride
         0: .line 57
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.predictor:I
         1: .line 58
            iconst_2
         2: .line 57
            if_icmpne 15
         3: .line 59
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.bitsPerSample:[I
            arraylength
            istore 5 /* len */
        start local 5 // int len
         4: .line 60
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 14
         6: .line 61
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.bitsPerSample:[I
            iload 6 /* i */
            iaload
            bipush 8
            if_icmpeq 13
         7: .line 62
            new javax.imageio.IIOException
            dup
         8: .line 63
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.bitsPerSample:[I
            iload 6 /* i */
            iaload
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "-bit samples "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 64
            ldc "are not supported for Horizontal "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 65
            ldc "differencing Predictor"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 63
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 62
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 60
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 5 /* len */
            if_icmplt 6
        end local 6 // int i
        end local 5 // int len
        15: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.offset:J
            invokeinterface javax.imageio.stream.ImageInputStream.seek:(J)V
        16: .line 74
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.byteCount:I
            newarray 8
            astore 5 /* srcData */
        start local 5 // byte[] srcData
        17: .line 75
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 5 /* srcData */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([B)V
        18: .line 77
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.srcWidth:I
            iload 3 /* bitsPerPixel */
            imul
            bipush 7
            iadd
            bipush 8
            idiv
            istore 6 /* bytesPerRow */
        start local 6 // int bytesPerRow
        19: .line 80
            iload 6 /* bytesPerRow */
            iload 4 /* scanlineStride */
            if_icmpne 23
        20: .line 81
            aload 1 /* b */
            astore 7 /* buf */
        start local 7 // byte[] buf
        21: .line 82
            iload 2 /* dstOffset */
            istore 8 /* bufOffset */
        start local 8 // int bufOffset
        22: .line 83
            goto 25
        end local 8 // int bufOffset
        end local 7 // byte[] buf
        23: .line 84
      StackMap locals: byte[] int
      StackMap stack:
            iload 6 /* bytesPerRow */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.srcHeight:I
            imul
            newarray 8
            astore 7 /* buf */
        start local 7 // byte[] buf
        24: .line 85
            iconst_0
            istore 8 /* bufOffset */
        start local 8 // int bufOffset
        25: .line 89
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.inflater:Ljava/util/zip/Inflater;
            aload 5 /* srcData */
            invokevirtual java.util.zip.Inflater.setInput:([B)V
        26: .line 93
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.inflater:Ljava/util/zip/Inflater;
            aload 7 /* buf */
            iload 8 /* bufOffset */
            iload 6 /* bytesPerRow */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.srcHeight:I
            imul
            invokevirtual java.util.zip.Inflater.inflate:([BII)I
            pop
        27: .line 94
            goto 32
      StackMap locals:
      StackMap stack: java.util.zip.DataFormatException
        28: astore 9 /* dfe */
        start local 9 // java.util.zip.DataFormatException dfe
        29: .line 95
            new javax.imageio.IIOException
            dup
            ldc "Error inflating data"
        30: .line 96
            aload 9 /* dfe */
        31: .line 95
            invokespecial javax.imageio.IIOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 9 // java.util.zip.DataFormatException dfe
        32: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.inflater:Ljava/util/zip/Inflater;
            invokevirtual java.util.zip.Inflater.reset:()V
        33: .line 102
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.predictor:I
        34: .line 103
            iconst_2
        35: .line 102
            if_icmpne 54
        36: .line 104
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.planar:Z
            ifne 37
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.samplesPerPixel:I
            iconst_1
            if_icmpne 38
      StackMap locals:
      StackMap stack:
        37: iconst_1
            goto 39
      StackMap locals:
      StackMap stack:
        38: aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.samplesPerPixel:I
      StackMap locals:
      StackMap stack: int
        39: istore 9 /* step */
        start local 9 // int step
        40: .line 105
            iload 9 /* step */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.srcWidth:I
            imul
            istore 10 /* samplesPerRow */
        start local 10 // int samplesPerRow
        41: .line 107
            iload 8 /* bufOffset */
            iload 9 /* step */
            iadd
            istore 11 /* off */
        start local 11 // int off
        42: .line 108
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        43: goto 53
        44: .line 109
      StackMap locals: com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor byte[] int int int byte[] int byte[] int int int int int
      StackMap stack:
            iload 11 /* off */
            istore 13 /* count */
        start local 13 // int count
        45: .line 110
            iload 9 /* step */
            istore 14 /* i */
        start local 14 // int i
        46: goto 50
        47: .line 111
      StackMap locals: int int
      StackMap stack:
            aload 7 /* buf */
            iload 13 /* count */
            dup2
            baload
            aload 7 /* buf */
            iload 13 /* count */
            iload 9 /* step */
            isub
            baload
            iadd
            i2b
            bastore
        48: .line 112
            iinc 13 /* count */ 1
        49: .line 110
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 14 /* i */
            iload 10 /* samplesPerRow */
            if_icmplt 47
        end local 14 // int i
        51: .line 114
            iload 11 /* off */
            iload 10 /* samplesPerRow */
            iadd
            istore 11 /* off */
        end local 13 // int count
        52: .line 108
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        53: iload 12 /* j */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.srcHeight:I
            if_icmplt 44
        end local 12 // int j
        end local 11 // int off
        end local 10 // int samplesPerRow
        end local 9 // int step
        54: .line 118
      StackMap locals: com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor byte[] int int int byte[] int byte[] int
      StackMap stack:
            iload 6 /* bytesPerRow */
            iload 4 /* scanlineStride */
            if_icmpeq 63
        55: .line 119
            iconst_0
            istore 9 /* off */
        start local 9 // int off
        56: .line 120
            iconst_0
            istore 10 /* y */
        start local 10 // int y
        57: goto 62
        58: .line 121
      StackMap locals: int int
      StackMap stack:
            aload 7 /* buf */
            iload 9 /* off */
            aload 1 /* b */
            iload 2 /* dstOffset */
            iload 6 /* bytesPerRow */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        59: .line 122
            iload 9 /* off */
            iload 6 /* bytesPerRow */
            iadd
            istore 9 /* off */
        60: .line 123
            iload 2 /* dstOffset */
            iload 4 /* scanlineStride */
            iadd
            istore 2 /* dstOffset */
        61: .line 120
            iinc 10 /* y */ 1
      StackMap locals:
      StackMap stack:
        62: iload 10 /* y */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor.srcHeight:I
            if_icmplt 58
        end local 10 // int y
        end local 9 // int off
        63: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int bufOffset
        end local 7 // byte[] buf
        end local 6 // int bytesPerRow
        end local 5 // byte[] srcData
        end local 4 // int scanlineStride
        end local 3 // int bitsPerPixel
        end local 2 // int dstOffset
        end local 1 // byte[] b
        end local 0 // com.sun.imageio.plugins.tiff.TIFFDeflateDecompressor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   64     0            this  Lcom/sun/imageio/plugins/tiff/TIFFDeflateDecompressor;
            0   64     1               b  [B
            0   64     2       dstOffset  I
            0   64     3    bitsPerPixel  I
            0   64     4  scanlineStride  I
            4   15     5             len  I
            5   15     6               i  I
           17   64     5         srcData  [B
           19   64     6     bytesPerRow  I
           21   23     7             buf  [B
           24   64     7             buf  [B
           22   23     8       bufOffset  I
           25   64     8       bufOffset  I
           29   32     9             dfe  Ljava/util/zip/DataFormatException;
           40   54     9            step  I
           41   54    10   samplesPerRow  I
           42   54    11             off  I
           43   54    12               j  I
           45   52    13           count  I
           46   51    14               i  I
           56   63     9             off  I
           57   63    10               y  I
      Exception table:
        from    to  target  type
          26    27      28  Class java.util.zip.DataFormatException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      b               
      dstOffset       
      bitsPerPixel    
      scanlineStride  
}
SourceFile: "TIFFDeflateDecompressor.java"