final class org.glassfish.grizzly.http.util.IntermediateInputStream extends java.io.InputStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.http.util.IntermediateInputStream
super_class: java.io.InputStream
{
org.glassfish.grizzly.http.util.ByteChunk bc;
descriptor: Lorg/glassfish/grizzly/http/util/ByteChunk;
flags: (0x0000)
boolean initialized;
descriptor: Z
flags: (0x0000)
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.io.InputStream.<init>:()V
1: aload 0
aconst_null
putfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
2: aload 0
iconst_0
putfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.io.IOException
dup
ldc "close() called - shouldn't happen "
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
Exceptions:
throws java.io.IOException
public int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
ifne 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
aload 1
iload 2
iload 3
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.substract:([BII)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
0 3 1 cbuf [B
0 3 2 off I
0 3 3 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cbuf
off
len
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
ifne 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.substract:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
Exceptions:
throws java.io.IOException
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
Exceptions:
throws java.io.IOException
void setByteChunk(org.glassfish.grizzly.http.util.ByteChunk);
descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack: org.glassfish.grizzly.http.util.IntermediateInputStream
1: iconst_0
StackMap locals: org.glassfish.grizzly.http.util.IntermediateInputStream org.glassfish.grizzly.http.util.ByteChunk
StackMap stack: org.glassfish.grizzly.http.util.IntermediateInputStream int
2: putfield org.glassfish.grizzly.http.util.IntermediateInputStream.initialized:Z
3: aload 0
aload 1
putfield org.glassfish.grizzly.http.util.IntermediateInputStream.bc:Lorg/glassfish/grizzly/http/util/ByteChunk;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/glassfish/grizzly/http/util/IntermediateInputStream;
0 5 1 mb Lorg/glassfish/grizzly/http/util/ByteChunk;
MethodParameters:
Name Flags
mb
}
SourceFile: "B2CConverterBlocking.java"