class sun.security.ssl.AppInputStream extends java.io.InputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.ssl.AppInputStream
super_class: java.io.InputStream
{
private static final byte[] SKIP_ARRAY;
descriptor: [B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private sun.security.ssl.SSLSocketImpl c;
descriptor: Lsun/security/ssl/SSLSocketImpl;
flags: (0x0002) ACC_PRIVATE
sun.security.ssl.InputRecord r;
descriptor: Lsun/security/ssl/InputRecord;
flags: (0x0000)
private final byte[] oneByte;
descriptor: [B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: sipush 1024
newarray 8
putstatic sun.security.ssl.AppInputStream.SKIP_ARRAY:[B
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(sun.security.ssl.SSLSocketImpl);
descriptor: (Lsun/security/ssl/SSLSocketImpl;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.io.InputStream.<init>:()V
1: aload 0
iconst_1
newarray 8
putfield sun.security.ssl.AppInputStream.oneByte:[B
2: aload 0
new sun.security.ssl.InputRecord
dup
invokespecial sun.security.ssl.InputRecord.<init>:()V
putfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
3: aload 0
aload 1
putfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/AppInputStream;
0 5 1 conn Lsun/security/ssl/SSLSocketImpl;
MethodParameters:
Name Flags
conn
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.checkEOF:()Z
ifne 1
aload 0
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
invokevirtual sun.security.ssl.InputRecord.isAppDataValid:()Z
ifne 2
1: StackMap locals:
StackMap stack:
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
invokevirtual sun.security.ssl.InputRecord.available:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/AppInputStream;
Exceptions:
throws java.io.IOException
public synchronized int read();
descriptor: ()I
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
aload 0
getfield sun.security.ssl.AppInputStream.oneByte:[B
iconst_0
iconst_1
invokevirtual sun.security.ssl.AppInputStream.read:([BII)I
istore 1
start local 1 1: iload 1
ifgt 3
2: iconst_m1
ireturn
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.security.ssl.AppInputStream.oneByte:[B
iconst_0
baload
sipush 255
iand
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/AppInputStream;
1 4 1 n I
Exceptions:
throws java.io.IOException
public synchronized int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.checkEOF:()Z
ifeq 5
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
aload 0
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
invokevirtual sun.security.ssl.SSLSocketImpl.readDataRecord:(Lsun/security/ssl/InputRecord;)V
3: aload 0
getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.checkEOF:()Z
ifeq 5
4: iconst_m1
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
invokevirtual sun.security.ssl.InputRecord.available:()I
ifeq 2
6: iload 3
aload 0
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
invokevirtual sun.security.ssl.InputRecord.available:()I
invokestatic java.lang.Math.min:(II)I
istore 4
start local 4 7: aload 0
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
aload 1
iload 2
iload 4
invokevirtual sun.security.ssl.InputRecord.read:([BII)I
istore 4
8: iload 4
9: ireturn
end local 4 10: StackMap locals:
StackMap stack: java.lang.Exception
astore 4
start local 4 11: aload 0
getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
aload 4
invokevirtual sun.security.ssl.SSLSocketImpl.handleException:(Ljava/lang/Exception;)V
12: iconst_m1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/security/ssl/AppInputStream;
0 13 1 b [B
0 13 2 off I
0 13 3 len I
7 10 4 howmany I
11 13 4 e Ljava/lang/Exception;
Exception table:
from to target type
2 4 10 Class java.lang.Exception
5 9 10 Class java.lang.Exception
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
off
len
public synchronized long skip(long);
descriptor: (J)J
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: lconst_0
lstore 3
start local 3 1: goto 8
2: StackMap locals: long
StackMap stack:
lload 1
getstatic sun.security.ssl.AppInputStream.SKIP_ARRAY:[B
arraylength
i2l
invokestatic java.lang.Math.min:(JJ)J
l2i
istore 5
start local 5 3: aload 0
getstatic sun.security.ssl.AppInputStream.SKIP_ARRAY:[B
iconst_0
iload 5
invokevirtual sun.security.ssl.AppInputStream.read:([BII)I
istore 6
start local 6 4: iload 6
ifgt 6
5: goto 9
6: StackMap locals: int int
StackMap stack:
lload 1
iload 6
i2l
lsub
lstore 1
7: lload 3
iload 6
i2l
ladd
lstore 3
end local 6 end local 5 8: StackMap locals:
StackMap stack:
lload 1
lconst_0
lcmp
ifgt 2
9: StackMap locals:
StackMap stack:
lload 3
lreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/security/ssl/AppInputStream;
0 10 1 n J
1 10 3 skipped J
3 8 5 len I
4 8 6 r I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.AppInputStream.c:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/AppInputStream;
Exceptions:
throws java.io.IOException
}
SourceFile: "AppInputStream.java"