class sun.net.httpserver.SSLStreams$InputStream extends java.io.InputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.net.httpserver.SSLStreams$InputStream
super_class: java.io.InputStream
{
java.nio.ByteBuffer bbuf;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0000)
boolean closed;
descriptor: Z
flags: (0x0000)
boolean eof;
descriptor: Z
flags: (0x0000)
boolean needData;
descriptor: Z
flags: (0x0000)
byte[] single;
descriptor: [B
flags: (0x0000)
final sun.net.httpserver.SSLStreams this$0;
descriptor: Lsun/net/httpserver/SSLStreams;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.net.httpserver.SSLStreams);
descriptor: (Lsun/net/httpserver/SSLStreams;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.net.httpserver.SSLStreams$InputStream.this$0:Lsun/net/httpserver/SSLStreams;
aload 0
invokespecial java.io.InputStream.<init>:()V
1: aload 0
iconst_0
putfield sun.net.httpserver.SSLStreams$InputStream.closed:Z
2: aload 0
iconst_0
putfield sun.net.httpserver.SSLStreams$InputStream.eof:Z
3: aload 0
iconst_1
putfield sun.net.httpserver.SSLStreams$InputStream.needData:Z
4: aload 0
iconst_1
newarray 8
putfield sun.net.httpserver.SSLStreams$InputStream.single:[B
5: aload 0
aload 1
getstatic sun.net.httpserver.SSLStreams$BufType.APPLICATION:Lsun/net/httpserver/SSLStreams$BufType;
invokevirtual sun.net.httpserver.SSLStreams.allocate:(Lsun/net/httpserver/SSLStreams$BufType;)Ljava/nio/ByteBuffer;
putfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/net/httpserver/SSLStreams$InputStream;
MethodParameters:
Name Flags
this$0 final
public int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.closed:Z
ifeq 2
1: new java.io.IOException
dup
ldc "SSL stream is closed"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.eof:Z
ifeq 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 5: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.needData:Z
ifne 10
6: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 4
7: aload 0
iload 4
ifne 8
iconst_1
goto 9
StackMap locals: sun.net.httpserver.SSLStreams$InputStream byte[] int int int
StackMap stack: sun.net.httpserver.SSLStreams$InputStream
8: iconst_0
StackMap locals: sun.net.httpserver.SSLStreams$InputStream byte[] int int int
StackMap stack: sun.net.httpserver.SSLStreams$InputStream int
9: putfield sun.net.httpserver.SSLStreams$InputStream.needData:Z
10: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.needData:Z
ifeq 20
11: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/ByteBuffer;
pop
12: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.this$0:Lsun/net/httpserver/SSLStreams;
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual sun.net.httpserver.SSLStreams.recvData:(Ljava/nio/ByteBuffer;)Lsun/net/httpserver/SSLStreams$WrapperResult;
astore 5
start local 5 13: aload 0
aload 5
getfield sun.net.httpserver.SSLStreams$WrapperResult.buf:Ljava/nio/ByteBuffer;
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
if_acmpne 14
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
goto 15
StackMap locals: sun.net.httpserver.SSLStreams$InputStream byte[] int int int sun.net.httpserver.SSLStreams$WrapperResult
StackMap stack: sun.net.httpserver.SSLStreams$InputStream
14: aload 5
getfield sun.net.httpserver.SSLStreams$WrapperResult.buf:Ljava/nio/ByteBuffer;
StackMap locals: sun.net.httpserver.SSLStreams$InputStream byte[] int int int sun.net.httpserver.SSLStreams$WrapperResult
StackMap stack: sun.net.httpserver.SSLStreams$InputStream java.nio.ByteBuffer
15: putfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
16: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
dup
istore 4
ifne 19
17: aload 0
iconst_1
putfield sun.net.httpserver.SSLStreams$InputStream.eof:Z
18: iconst_0
ireturn
19: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.net.httpserver.SSLStreams$InputStream.needData:Z
end local 5 20: StackMap locals:
StackMap stack:
iload 3
iload 4
if_icmple 22
21: iload 4
istore 3
22: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
aload 1
iload 2
iload 3
invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
pop
23: iload 3
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lsun/net/httpserver/SSLStreams$InputStream;
0 24 1 buf [B
0 24 2 off I
0 24 3 len I
5 24 4 available I
13 20 5 r Lsun/net/httpserver/SSLStreams$WrapperResult;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buf
off
len
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.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/httpserver/SSLStreams$InputStream;
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/net/httpserver/SSLStreams$InputStream;
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.io.IOException
dup
ldc "mark/reset not supported"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/httpserver/SSLStreams$InputStream;
Exceptions:
throws java.io.IOException
public long skip(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: lload 1
l2i
istore 3
start local 3 1: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.closed:Z
ifeq 3
2: new java.io.IOException
dup
ldc "SSL stream is closed"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.eof:Z
ifeq 5
4: lconst_0
lreturn
5: StackMap locals:
StackMap stack:
iload 3
istore 4
start local 4 6: goto 16
7: StackMap locals: int
StackMap stack:
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
iload 3
if_icmplt 10
8: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
iload 3
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
9: iload 4
i2l
lreturn
10: StackMap locals:
StackMap stack:
iload 3
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
isub
istore 3
11: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/ByteBuffer;
pop
12: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.this$0:Lsun/net/httpserver/SSLStreams;
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
invokevirtual sun.net.httpserver.SSLStreams.recvData:(Ljava/nio/ByteBuffer;)Lsun/net/httpserver/SSLStreams$WrapperResult;
astore 5
start local 5 13: aload 0
aload 5
getfield sun.net.httpserver.SSLStreams$WrapperResult.buf:Ljava/nio/ByteBuffer;
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
if_acmpne 14
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
goto 15
StackMap locals: sun.net.httpserver.SSLStreams$InputStream long int int sun.net.httpserver.SSLStreams$WrapperResult
StackMap stack: sun.net.httpserver.SSLStreams$InputStream
14: aload 5
getfield sun.net.httpserver.SSLStreams$WrapperResult.buf:Ljava/nio/ByteBuffer;
StackMap locals: sun.net.httpserver.SSLStreams$InputStream long int int sun.net.httpserver.SSLStreams$WrapperResult
StackMap stack: sun.net.httpserver.SSLStreams$InputStream java.nio.ByteBuffer
15: putfield sun.net.httpserver.SSLStreams$InputStream.bbuf:Ljava/nio/ByteBuffer;
end local 5 16: StackMap locals:
StackMap stack:
iload 3
ifgt 7
17: iload 4
i2l
lreturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/net/httpserver/SSLStreams$InputStream;
0 18 1 s J
1 18 3 n I
6 18 4 ret I
13 16 5 r Lsun/net/httpserver/SSLStreams$WrapperResult;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
s
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield sun.net.httpserver.SSLStreams$InputStream.eof:Z
1: aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.this$0:Lsun/net/httpserver/SSLStreams;
getfield sun.net.httpserver.SSLStreams.engine:Ljavax/net/ssl/SSLEngine;
invokevirtual javax.net.ssl.SSLEngine.closeInbound:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/net/httpserver/SSLStreams$InputStream;
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.net.httpserver.SSLStreams$InputStream.read:([BII)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/httpserver/SSLStreams$InputStream;
0 1 1 buf [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buf
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.single:[B
iconst_0
iconst_1
invokevirtual sun.net.httpserver.SSLStreams$InputStream.read:([BII)I
istore 1
start local 1 1: iload 1
ifne 3
2: iconst_m1
ireturn
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.net.httpserver.SSLStreams$InputStream.single:[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/net/httpserver/SSLStreams$InputStream;
1 4 1 n I
Exceptions:
throws java.io.IOException
}
SourceFile: "SSLStreams.java"
NestHost: sun.net.httpserver.SSLStreams
InnerClasses:
final BufType = sun.net.httpserver.SSLStreams$BufType of sun.net.httpserver.SSLStreams
InputStream = sun.net.httpserver.SSLStreams$InputStream of sun.net.httpserver.SSLStreams
WrapperResult = sun.net.httpserver.SSLStreams$WrapperResult of sun.net.httpserver.SSLStreams