public class com.sun.imageio.plugins.tiff.TIFFNullCompressor extends com.sun.imageio.plugins.tiff.TIFFCompressor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.tiff.TIFFNullCompressor
  super_class: com.sun.imageio.plugins.tiff.TIFFCompressor
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.tiff.TIFFNullCompressor this
         0: .line 33
            aload 0 /* this */
            ldc ""
            iconst_1
            iconst_1
            invokespecial com.sun.imageio.plugins.tiff.TIFFCompressor.<init>:(Ljava/lang/String;IZ)V
         1: .line 34
            return
        end local 0 // com.sun.imageio.plugins.tiff.TIFFNullCompressor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/imageio/plugins/tiff/TIFFNullCompressor;

  public int encode(byte[], int, int, int, int[], int);
    descriptor: ([BIII[II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=7
        start local 0 // com.sun.imageio.plugins.tiff.TIFFNullCompressor this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int width
        start local 4 // int height
        start local 5 // int[] bitsPerSample
        start local 6 // int scanlineStride
         0: .line 40
            iconst_0
            istore 7 /* bitsPerPixel */
        start local 7 // int bitsPerPixel
         1: .line 41
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         2: goto 5
         3: .line 42
      StackMap locals: int int
      StackMap stack:
            iload 7 /* bitsPerPixel */
            aload 5 /* bitsPerSample */
            iload 8 /* i */
            iaload
            iadd
            istore 7 /* bitsPerPixel */
         4: .line 41
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 8 /* i */
            aload 5 /* bitsPerSample */
            arraylength
            if_icmplt 3
        end local 8 // int i
         6: .line 45
            iload 7 /* bitsPerPixel */
            iload 3 /* width */
            imul
            bipush 7
            iadd
            bipush 8
            idiv
            istore 8 /* bytesPerRow */
        start local 8 // int bytesPerRow
         7: .line 46
            iload 4 /* height */
            iload 8 /* bytesPerRow */
            imul
            istore 9 /* numBytes */
        start local 9 // int numBytes
         8: .line 48
            iload 8 /* bytesPerRow */
            iload 6 /* scanlineStride */
            if_icmpne 11
         9: .line 49
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFNullCompressor.stream:Ljavax/imageio/stream/ImageOutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 9 /* numBytes */
            invokeinterface javax.imageio.stream.ImageOutputStream.write:([BII)V
        10: .line 50
            goto 17
        11: .line 51
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 10 /* row */
        start local 10 // int row
        12: goto 16
        13: .line 52
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFNullCompressor.stream:Ljavax/imageio/stream/ImageOutputStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 8 /* bytesPerRow */
            invokeinterface javax.imageio.stream.ImageOutputStream.write:([BII)V
        14: .line 53
            iload 2 /* off */
            iload 6 /* scanlineStride */
            iadd
            istore 2 /* off */
        15: .line 51
            iinc 10 /* row */ 1
      StackMap locals:
      StackMap stack:
        16: iload 10 /* row */
            iload 4 /* height */
            if_icmplt 13
        end local 10 // int row
        17: .line 57
      StackMap locals:
      StackMap stack:
            iload 9 /* numBytes */
            ireturn
        end local 9 // int numBytes
        end local 8 // int bytesPerRow
        end local 7 // int bitsPerPixel
        end local 6 // int scanlineStride
        end local 5 // int[] bitsPerSample
        end local 4 // int height
        end local 3 // int width
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.imageio.plugins.tiff.TIFFNullCompressor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lcom/sun/imageio/plugins/tiff/TIFFNullCompressor;
            0   18     1               b  [B
            0   18     2             off  I
            0   18     3           width  I
            0   18     4          height  I
            0   18     5   bitsPerSample  [I
            0   18     6  scanlineStride  I
            1   18     7    bitsPerPixel  I
            2    6     8               i  I
            7   18     8     bytesPerRow  I
            8   18     9        numBytes  I
           12   17    10             row  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      b               
      off             
      width           
      height          
      bitsPerSample   
      scanlineStride  
}
SourceFile: "TIFFNullCompressor.java"