public class com.sun.imageio.plugins.tiff.TIFFLSBDecompressor 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.TIFFLSBDecompressor
  super_class: com.sun.imageio.plugins.tiff.TIFFDecompressor
{
  private static final byte[] flipTable;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            getstatic com.sun.imageio.plugins.tiff.TIFFFaxDecompressor.flipTable:[B
            putstatic com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.flipTable:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.tiff.TIFFLSBDecompressor this
         0: .line 36
            aload 0 /* this */
            invokespecial com.sun.imageio.plugins.tiff.TIFFDecompressor.<init>:()V
            return
        end local 0 // com.sun.imageio.plugins.tiff.TIFFLSBDecompressor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/imageio/plugins/tiff/TIFFLSBDecompressor;

  public void decodeRaw(byte[], int, int, int);
    descriptor: ([BIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // com.sun.imageio.plugins.tiff.TIFFLSBDecompressor this
        start local 1 // byte[] b
        start local 2 // int dstOffset
        start local 3 // int bitsPerPixel
        start local 4 // int scanlineStride
         0: .line 42
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.offset:J
            invokeinterface javax.imageio.stream.ImageInputStream.seek:(J)V
         1: .line 44
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.srcWidth:I
            iload 3 /* bitsPerPixel */
            imul
            bipush 7
            iadd
            bipush 8
            idiv
            istore 5 /* bytesPerRow */
        start local 5 // int bytesPerRow
         2: .line 45
            iload 5 /* bytesPerRow */
            iload 4 /* scanlineStride */
            if_icmpne 12
         3: .line 46
            iload 5 /* bytesPerRow */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.srcHeight:I
            imul
            istore 6 /* numBytes */
        start local 6 // int numBytes
         4: .line 47
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* b */
            iload 2 /* dstOffset */
            iload 6 /* numBytes */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
         5: .line 48
            iload 2 /* dstOffset */
            iload 6 /* numBytes */
            iadd
            istore 7 /* xMax */
        start local 7 // int xMax
         6: .line 49
            iload 2 /* dstOffset */
            istore 8 /* x */
        start local 8 // int x
         7: goto 10
         8: .line 50
      StackMap locals: com.sun.imageio.plugins.tiff.TIFFLSBDecompressor byte[] int int int int int int int
      StackMap stack:
            aload 1 /* b */
            iload 8 /* x */
            getstatic com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.flipTable:[B
            aload 1 /* b */
            iload 8 /* x */
            baload
            sipush 255
            iand
            baload
            bastore
         9: .line 49
            iinc 8 /* x */ 1
      StackMap locals:
      StackMap stack:
        10: iload 8 /* x */
            iload 7 /* xMax */
            if_icmplt 8
        end local 8 // int x
        end local 7 // int xMax
        end local 6 // int numBytes
        11: .line 52
            goto 24
        12: .line 53
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* y */
        start local 6 // int y
        13: goto 23
        14: .line 54
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.stream:Ljavax/imageio/stream/ImageInputStream;
            aload 1 /* b */
            iload 2 /* dstOffset */
            iload 5 /* bytesPerRow */
            invokeinterface javax.imageio.stream.ImageInputStream.readFully:([BII)V
        15: .line 55
            iload 2 /* dstOffset */
            iload 5 /* bytesPerRow */
            iadd
            istore 7 /* xMax */
        start local 7 // int xMax
        16: .line 56
            iload 2 /* dstOffset */
            istore 8 /* x */
        start local 8 // int x
        17: goto 20
        18: .line 57
      StackMap locals: int int
      StackMap stack:
            aload 1 /* b */
            iload 8 /* x */
            getstatic com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.flipTable:[B
            aload 1 /* b */
            iload 8 /* x */
            baload
            sipush 255
            iand
            baload
            bastore
        19: .line 56
            iinc 8 /* x */ 1
      StackMap locals:
      StackMap stack:
        20: iload 8 /* x */
            iload 7 /* xMax */
            if_icmplt 18
        end local 8 // int x
        21: .line 59
            iload 2 /* dstOffset */
            iload 4 /* scanlineStride */
            iadd
            istore 2 /* dstOffset */
        end local 7 // int xMax
        22: .line 53
            iinc 6 /* y */ 1
      StackMap locals:
      StackMap stack:
        23: iload 6 /* y */
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFLSBDecompressor.srcHeight:I
            if_icmplt 14
        end local 6 // int y
        24: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int bytesPerRow
        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.TIFFLSBDecompressor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   25     0            this  Lcom/sun/imageio/plugins/tiff/TIFFLSBDecompressor;
            0   25     1               b  [B
            0   25     2       dstOffset  I
            0   25     3    bitsPerPixel  I
            0   25     4  scanlineStride  I
            2   25     5     bytesPerRow  I
            4   11     6        numBytes  I
            6   11     7            xMax  I
            7   11     8               x  I
           13   24     6               y  I
           16   22     7            xMax  I
           17   21     8               x  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      b               
      dstOffset       
      bitsPerPixel    
      scanlineStride  
}
SourceFile: "TIFFLSBDecompressor.java"