class sun.awt.image.PNGFilterInputStream extends java.io.FilterInputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.awt.image.PNGFilterInputStream
super_class: java.io.FilterInputStream
{
sun.awt.image.PNGImageDecoder owner;
descriptor: Lsun/awt/image/PNGImageDecoder;
flags: (0x0000)
public java.io.InputStream underlyingInputStream;
descriptor: Ljava/io/InputStream;
flags: (0x0001) ACC_PUBLIC
public void <init>(sun.awt.image.PNGImageDecoder, java.io.InputStream);
descriptor: (Lsun/awt/image/PNGImageDecoder;Ljava/io/InputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
1: aload 0
aload 0
getfield sun.awt.image.PNGFilterInputStream.in:Ljava/io/InputStream;
putfield sun.awt.image.PNGFilterInputStream.underlyingInputStream:Ljava/io/InputStream;
2: aload 0
aload 1
putfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/awt/image/PNGFilterInputStream;
0 4 1 owner Lsun/awt/image/PNGImageDecoder;
0 4 2 is Ljava/io/InputStream;
MethodParameters:
Name Flags
owner
is
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.limit:I
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.pos:I
isub
aload 0
getfield sun.awt.image.PNGFilterInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.available:()I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/awt/image/PNGFilterInputStream;
Exceptions:
throws java.io.IOException
public boolean markSupported();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/awt/image/PNGFilterInputStream;
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.chunkLength:I
ifgt 1
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
invokevirtual sun.awt.image.PNGImageDecoder.getData:()Z
ifne 1
iconst_m1
ireturn
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
dup
getfield sun.awt.image.PNGImageDecoder.chunkLength:I
iconst_1
isub
putfield sun.awt.image.PNGImageDecoder.chunkLength:I
2: aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.inbuf:[B
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
dup
getfield sun.awt.image.PNGImageDecoder.chunkStart:I
dup_x1
iconst_1
iadd
putfield sun.awt.image.PNGImageDecoder.chunkStart:I
baload
sipush 255
iand
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/awt/image/PNGFilterInputStream;
Exceptions:
throws java.io.IOException
public int read(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
aload 1
arraylength
invokevirtual sun.awt.image.PNGFilterInputStream.read:([BII)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/awt/image/PNGFilterInputStream;
0 1 1 b [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.chunkLength:I
ifgt 1
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
invokevirtual sun.awt.image.PNGImageDecoder.getData:()Z
ifne 1
iconst_m1
ireturn
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.chunkLength:I
iload 3
if_icmpge 2
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.chunkLength:I
istore 3
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.inbuf:[B
aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
getfield sun.awt.image.PNGImageDecoder.chunkStart:I
aload 1
iload 2
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
dup
getfield sun.awt.image.PNGImageDecoder.chunkLength:I
iload 3
isub
putfield sun.awt.image.PNGImageDecoder.chunkLength:I
4: aload 0
getfield sun.awt.image.PNGFilterInputStream.owner:Lsun/awt/image/PNGImageDecoder;
dup
getfield sun.awt.image.PNGImageDecoder.chunkStart:I
iload 3
iadd
putfield sun.awt.image.PNGImageDecoder.chunkStart:I
5: iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/awt/image/PNGFilterInputStream;
0 6 1 b [B
0 6 2 st I
0 6 3 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
st
len
public long skip(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 3
start local 3 1: goto 3
StackMap locals: int
StackMap stack:
2: iinc 3 1
StackMap locals:
StackMap stack:
3: iload 3
i2l
lload 1
lcmp
ifge 4
aload 0
invokevirtual sun.awt.image.PNGFilterInputStream.read:()I
ifge 2
4: StackMap locals:
StackMap stack:
iload 3
i2l
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/awt/image/PNGFilterInputStream;
0 5 1 n J
1 5 3 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n
}
SourceFile: "PNGImageDecoder.java"