class com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream extends java.io.FilterInputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream
super_class: java.io.FilterInputStream
{
boolean closed;
descriptor: Z
flags: (0x0000)
boolean readAll;
descriptor: Z
flags: (0x0000)
void <init>(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream this
start local 1 // java.io.InputStream in
0: .line 154
aload 0 /* this */
aload 1 /* in */
invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
1: .line 155
return
end local 1 // java.io.InputStream in
end local 0 // com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$LWHSInputStream;
0 2 1 in Ljava/io/InputStream;
MethodParameters:
Name Flags
in
void readAll();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=1
start local 0 // com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream this
0: .line 158
aload 0 /* this */
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.closed:Z
ifne 6
aload 0 /* this */
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.readAll:Z
ifne 6
1: .line 159
new com.sun.xml.internal.ws.util.ReadAllStream
dup
invokespecial com.sun.xml.internal.ws.util.ReadAllStream.<init>:()V
astore 1 /* all */
start local 1 // com.sun.xml.internal.ws.util.ReadAllStream all
2: .line 160
aload 1 /* all */
aload 0 /* this */
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.in:Ljava/io/InputStream;
ldc 4000000
invokevirtual com.sun.xml.internal.ws.util.ReadAllStream.readAll:(Ljava/io/InputStream;J)V
3: .line 161
aload 0 /* this */
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.close:()V
4: .line 162
aload 0 /* this */
aload 1 /* all */
putfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.in:Ljava/io/InputStream;
5: .line 163
aload 0 /* this */
iconst_1
putfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.readAll:Z
end local 1 // com.sun.xml.internal.ws.util.ReadAllStream all
6: .line 165
StackMap locals:
StackMap stack:
return
end local 0 // com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$LWHSInputStream;
2 6 1 all Lcom/sun/xml/internal/ws/util/ReadAllStream;
Exceptions:
throws java.io.IOException
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream this
0: .line 169
aload 0 /* this */
getfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.closed:Z
ifne 4
1: .line 170
aload 0 /* this */
invokevirtual com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.readAll:()V
2: .line 171
aload 0 /* this */
invokespecial java.io.FilterInputStream.close:()V
3: .line 172
aload 0 /* this */
iconst_1
putfield com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream.closed:Z
4: .line 174
StackMap locals:
StackMap stack:
return
end local 0 // com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/xml/internal/ws/transport/http/server/ServerConnectionImpl$LWHSInputStream;
Exceptions:
throws java.io.IOException
}
SourceFile: "ServerConnectionImpl.java"
NestHost: com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl
InnerClasses:
private LWHSInputStream = com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl$LWHSInputStream of com.sun.xml.internal.ws.transport.http.server.ServerConnectionImpl