public class com.sun.imageio.plugins.tiff.TIFFPackBitsUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.imageio.plugins.tiff.TIFFPackBitsUtil
  super_class: java.lang.Object
{
  byte[] dstData;
    descriptor: [B
    flags: (0x0000) 

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.imageio.plugins.tiff.TIFFPackBitsUtil this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            sipush 8192
            newarray 8
            putfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
         2: .line 32
            aload 0 /* this */
            iconst_0
            putfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
         3: .line 35
            return
        end local 0 // com.sun.imageio.plugins.tiff.TIFFPackBitsUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/imageio/plugins/tiff/TIFFPackBitsUtil;

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.imageio.plugins.tiff.TIFFPackBitsUtil this
        start local 1 // int bytesToAdd
         0: .line 38
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            iload 1 /* bytesToAdd */
            iadd
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
            arraylength
            if_icmple 6
         1: .line 39
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
            arraylength
            i2f
            ldc 1.2
            fmul
            f2i
         2: .line 40
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            iload 1 /* bytesToAdd */
            iadd
         3: .line 39
            invokestatic java.lang.Math.max:(II)I
            newarray 8
            astore 2 /* newDstData */
        start local 2 // byte[] newDstData
         4: .line 41
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
            iconst_0
            aload 2 /* newDstData */
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 42
            aload 0 /* this */
            aload 2 /* newDstData */
            putfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
        end local 2 // byte[] newDstData
         6: .line 44
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int bytesToAdd
        end local 0 // com.sun.imageio.plugins.tiff.TIFFPackBitsUtil this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/imageio/plugins/tiff/TIFFPackBitsUtil;
            0    7     1  bytesToAdd  I
            4    6     2  newDstData  [B
    MethodParameters:
            Name  Flags
      bytesToAdd  

  public byte[] decode(byte[]);
    descriptor: ([B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.imageio.plugins.tiff.TIFFPackBitsUtil this
        start local 1 // byte[] srcData
         0: .line 47
            iconst_0
            istore 2 /* inIndex */
        start local 2 // int inIndex
         1: .line 48
            goto 21
         2: .line 49
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcData */
            iload 2 /* inIndex */
            iinc 2 /* inIndex */ 1
            baload
            istore 3 /* b */
        start local 3 // byte b
         3: .line 51
            iload 3 /* b */
            iflt 11
            iload 3 /* b */
            bipush 127
            if_icmpgt 11
         4: .line 54
            aload 0 /* this */
            iload 3 /* b */
            iconst_1
            iadd
            invokevirtual com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.ensureCapacity:(I)V
         5: .line 55
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 56
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
            aload 0 /* this */
            dup
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            aload 1 /* srcData */
            iload 2 /* inIndex */
            iinc 2 /* inIndex */ 1
            baload
            bastore
         8: .line 55
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* b */
            iconst_1
            iadd
            if_icmplt 7
        end local 4 // int i
        10: .line 58
            goto 21
      StackMap locals:
      StackMap stack:
        11: iload 3 /* b */
            iconst_m1
            if_icmpgt 20
            iload 3 /* b */
            bipush -127
            if_icmplt 20
        12: .line 60
            aload 1 /* srcData */
            iload 2 /* inIndex */
            iinc 2 /* inIndex */ 1
            baload
            istore 4 /* repeat */
        start local 4 // byte repeat
        13: .line 61
            aload 0 /* this */
            iload 3 /* b */
            ineg
            iconst_1
            iadd
            invokevirtual com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.ensureCapacity:(I)V
        14: .line 62
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        15: goto 18
        16: .line 63
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
            aload 0 /* this */
            dup
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            iload 4 /* repeat */
            bastore
        17: .line 62
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 5 /* i */
            iload 3 /* b */
            ineg
            iconst_1
            iadd
            if_icmplt 16
        end local 5 // int i
        end local 4 // byte repeat
        19: .line 65
            goto 21
        20: .line 67
      StackMap locals:
      StackMap stack:
            iinc 2 /* inIndex */ 1
        end local 3 // byte b
        21: .line 48
      StackMap locals:
      StackMap stack:
            iload 2 /* inIndex */
            aload 1 /* srcData */
            arraylength
            if_icmplt 2
        22: .line 71
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            newarray 8
            astore 3 /* newDstData */
        start local 3 // byte[] newDstData
        23: .line 72
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstData:[B
            iconst_0
            aload 3 /* newDstData */
            iconst_0
            aload 0 /* this */
            getfield com.sun.imageio.plugins.tiff.TIFFPackBitsUtil.dstIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        24: .line 73
            aload 3 /* newDstData */
            areturn
        end local 3 // byte[] newDstData
        end local 2 // int inIndex
        end local 1 // byte[] srcData
        end local 0 // com.sun.imageio.plugins.tiff.TIFFPackBitsUtil this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lcom/sun/imageio/plugins/tiff/TIFFPackBitsUtil;
            0   25     1     srcData  [B
            1   25     2     inIndex  I
            3   21     3           b  B
            6   10     4           i  I
           13   19     4      repeat  B
           15   19     5           i  I
           23   25     3  newDstData  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      srcData  
}
SourceFile: "TIFFPackBitsUtil.java"