public class com.sun.imageio.plugins.tiff.TIFFLSBCompressor 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.TIFFLSBCompressor
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.TIFFLSBCompressor this
0: .line 36
aload 0 /* this */
ldc ""
iconst_1
iconst_1
invokespecial com.sun.imageio.plugins.tiff.TIFFCompressor.<init>:(Ljava/lang/String;IZ)V
1: .line 37
return
end local 0 // com.sun.imageio.plugins.tiff.TIFFLSBCompressor this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/imageio/plugins/tiff/TIFFLSBCompressor;
public int encode(byte[], int, int, int, int[], int);
descriptor: ([BIII[II)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=13, args_size=7
start local 0 // com.sun.imageio.plugins.tiff.TIFFLSBCompressor 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 43
iconst_0
istore 7 /* bitsPerPixel */
start local 7 // int bitsPerPixel
1: .line 44
iconst_0
istore 8 /* i */
start local 8 // int i
2: goto 5
3: .line 45
StackMap locals: int int
StackMap stack:
iload 7 /* bitsPerPixel */
aload 5 /* bitsPerSample */
iload 8 /* i */
iaload
iadd
istore 7 /* bitsPerPixel */
4: .line 44
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 47
iload 7 /* bitsPerPixel */
iload 3 /* width */
imul
bipush 7
iadd
bipush 8
idiv
istore 8 /* bytesPerRow */
start local 8 // int bytesPerRow
7: .line 48
iload 8 /* bytesPerRow */
newarray 8
astore 9 /* compData */
start local 9 // byte[] compData
8: .line 49
getstatic com.sun.imageio.plugins.tiff.TIFFFaxDecompressor.flipTable:[B
astore 10 /* flipTable */
start local 10 // byte[] flipTable
9: .line 50
iconst_0
istore 11 /* row */
start local 11 // int row
10: goto 20
11: .line 51
StackMap locals: byte[] byte[] int
StackMap stack:
aload 1 /* b */
iload 2 /* off */
aload 9 /* compData */
iconst_0
iload 8 /* bytesPerRow */
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
12: .line 52
iconst_0
istore 12 /* j */
start local 12 // int j
13: goto 16
14: .line 53
StackMap locals: int
StackMap stack:
aload 9 /* compData */
iload 12 /* j */
aload 10 /* flipTable */
aload 9 /* compData */
iload 12 /* j */
baload
sipush 255
iand
baload
bastore
15: .line 52
iinc 12 /* j */ 1
StackMap locals:
StackMap stack:
16: iload 12 /* j */
iload 8 /* bytesPerRow */
if_icmplt 14
end local 12 // int j
17: .line 55
aload 0 /* this */
getfield com.sun.imageio.plugins.tiff.TIFFLSBCompressor.stream:Ljavax/imageio/stream/ImageOutputStream;
aload 9 /* compData */
iconst_0
iload 8 /* bytesPerRow */
invokeinterface javax.imageio.stream.ImageOutputStream.write:([BII)V
18: .line 56
iload 2 /* off */
iload 6 /* scanlineStride */
iadd
istore 2 /* off */
19: .line 50
iinc 11 /* row */ 1
StackMap locals:
StackMap stack:
20: iload 11 /* row */
iload 4 /* height */
if_icmplt 11
end local 11 // int row
21: .line 58
iload 4 /* height */
iload 8 /* bytesPerRow */
imul
ireturn
end local 10 // byte[] flipTable
end local 9 // byte[] compData
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.TIFFLSBCompressor this
LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lcom/sun/imageio/plugins/tiff/TIFFLSBCompressor;
0 22 1 b [B
0 22 2 off I
0 22 3 width I
0 22 4 height I
0 22 5 bitsPerSample [I
0 22 6 scanlineStride I
1 22 7 bitsPerPixel I
2 6 8 i I
7 22 8 bytesPerRow I
8 22 9 compData [B
9 22 10 flipTable [B
10 21 11 row I
13 17 12 j I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
off
width
height
bitsPerSample
scanlineStride
}
SourceFile: "TIFFLSBCompressor.java"