final class org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream extends org.glassfish.grizzly.http.io.NIOInputStream
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream
super_class: org.glassfish.grizzly.http.io.NIOInputStream
{
private boolean isClosed;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private final org.glassfish.grizzly.http.multipart.MultipartEntry multipartEntry;
descriptor: Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private org.glassfish.grizzly.http.io.NIOInputStream parentNIOInputStream;
descriptor: Lorg/glassfish/grizzly/http/io/NIOInputStream;
flags: (0x0002) ACC_PRIVATE
private int requestedSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.glassfish.grizzly.ReadHandler handler;
descriptor: Lorg/glassfish/grizzly/ReadHandler;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.glassfish.grizzly.http.multipart.MultipartEntry);
descriptor: (Lorg/glassfish/grizzly/http/multipart/MultipartEntry;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.glassfish.grizzly.http.io.NIOInputStream.<init>:()V
1: aload 0
aload 1
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 3 1 multipartEntry Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
MethodParameters:
Name Flags
multipartEntry final
protected void initialize(org.glassfish.grizzly.http.io.NIOInputStream);
descriptor: (Lorg/glassfish/grizzly/http/io/NIOInputStream;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 2 1 parentNIOInputStream Lorg/glassfish/grizzly/http/io/NIOInputStream;
MethodParameters:
Name Flags
parentNIOInputStream final
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isClosed:Z
ifeq 2
1: new java.io.IOException
dup
invokespecial java.io.IOException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readyData:()I
ifne 4
3: new java.lang.IllegalStateException
dup
ldc "Can't be invoked when available() == 0"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
iconst_m1
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.addAvailableBytes:(I)V
5: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.read:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
Exceptions:
throws java.io.IOException
public int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isClosed:Z
ifeq 2
1: new java.io.IOException
dup
invokespecial java.io.IOException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iload 3
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.availableBytes:()I
iload 3
invokestatic java.lang.Math.min:(II)I
istore 4
start local 4 5: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
iload 4
ineg
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.addAvailableBytes:(I)V
6: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
aload 1
iload 2
iload 4
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.read:([BII)I
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 7 1 b [B
0 7 2 off I
0 7 3 len I
5 7 4 nlen I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b final
off final
len final
public long skip(long);
descriptor: (J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isClosed:Z
ifeq 2
1: new java.io.IOException
dup
invokespecial java.io.IOException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readyData:()I
i2l
lload 1
lcmp
ifge 4
3: new java.lang.IllegalStateException
dup
ldc "Can not skip more bytes than available"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
lload 1
lneg
l2i
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.addAvailableBytes:(I)V
5: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
lload 1
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.skip:(J)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 6 1 n J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n final
public int available();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readyData:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
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 0: aload 0
iconst_1
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isClosed:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
Exceptions:
throws java.io.IOException
public void mark(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
iload 1
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.mark:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 2 1 readlimit I
MethodParameters:
Name Flags
readlimit final
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.reset:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
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: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.markSupported:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
public void notifyAvailable(org.glassfish.grizzly.ReadHandler);
descriptor: (Lorg/glassfish/grizzly/ReadHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_1
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.notifyAvailable:(Lorg/glassfish/grizzly/ReadHandler;I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 2 1 handler Lorg/glassfish/grizzly/ReadHandler;
MethodParameters:
Name Flags
handler final
public void notifyAvailable(org.glassfish.grizzly.ReadHandler, int);
descriptor: (Lorg/glassfish/grizzly/ReadHandler;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isClosed:Z
ifne 1
aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isFinished:()Z
ifeq 15
1: StackMap locals:
StackMap stack:
aload 1
invokeinterface org.glassfish.grizzly.ReadHandler.onAllDataRead:()V
2: goto 14
StackMap locals:
StackMap stack: java.lang.Exception
3: astore 3
start local 3 4: aload 1
aload 3
invokeinterface org.glassfish.grizzly.ReadHandler.onError:(Ljava/lang/Throwable;)V
5: goto 11
StackMap locals: org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream org.glassfish.grizzly.ReadHandler int java.lang.Exception
StackMap stack: java.lang.Throwable
6: astore 4
7: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.close:()V
8: goto 10
StackMap locals: org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream org.glassfish.grizzly.ReadHandler int java.lang.Exception java.lang.Throwable
StackMap stack: java.io.IOException
9: pop
10: StackMap locals:
StackMap stack:
aload 4
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.close:()V
12: goto 14
StackMap locals:
StackMap stack: java.io.IOException
13: pop
end local 3 14: StackMap locals:
StackMap stack:
return
15: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.availableBytes:()I
invokestatic org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.shouldNotifyNow:(II)Z
ifeq 30
16: aload 1
invokeinterface org.glassfish.grizzly.ReadHandler.onDataAvailable:()V
17: goto 29
StackMap locals:
StackMap stack: java.lang.Exception
18: astore 3
start local 3 19: aload 1
aload 3
invokeinterface org.glassfish.grizzly.ReadHandler.onError:(Ljava/lang/Throwable;)V
20: goto 26
StackMap locals: org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream org.glassfish.grizzly.ReadHandler int java.lang.Exception
StackMap stack: java.lang.Throwable
21: astore 4
22: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.close:()V
23: goto 25
StackMap locals: org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream org.glassfish.grizzly.ReadHandler int java.lang.Exception java.lang.Throwable
StackMap stack: java.io.IOException
24: pop
25: StackMap locals:
StackMap stack:
aload 4
athrow
26: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.close:()V
27: goto 29
StackMap locals:
StackMap stack: java.io.IOException
28: pop
end local 3 29: StackMap locals:
StackMap stack:
return
30: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.requestedSize:I
31: aload 0
aload 1
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.handler:Lorg/glassfish/grizzly/ReadHandler;
32: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 33 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 33 1 handler Lorg/glassfish/grizzly/ReadHandler;
0 33 2 size I
4 14 3 ioe Ljava/lang/Exception;
19 29 3 ioe Ljava/lang/Exception;
Exception table:
from to target type
1 2 3 Class java.lang.Exception
4 6 6 any
7 8 9 Class java.io.IOException
11 12 13 Class java.io.IOException
16 17 18 Class java.lang.Exception
19 21 21 any
22 23 24 Class java.io.IOException
26 27 28 Class java.io.IOException
MethodParameters:
Name Flags
handler final
size final
public boolean isFinished();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.isFinished:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
public int readyData();
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.multipart.MultipartEntryNIOInputStream.isClosed:Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.availableBytes:()I
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
public boolean isReady();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readyData:()I
ifle 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
public org.glassfish.grizzly.Buffer getBuffer();
descriptor: ()Lorg/glassfish/grizzly/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readyData:()I
istore 1
start local 1 1: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.getBuffer:()Lorg/glassfish/grizzly/Buffer;
astore 2
start local 2 2: aload 2
aload 2
invokeinterface org.glassfish.grizzly.Buffer.position:()I
iload 1
iadd
invokeinterface org.glassfish.grizzly.Buffer.limit:(I)Lorg/glassfish/grizzly/Buffer;
pop
3: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
1 4 1 remaining I
2 4 2 underlyingBuffer Lorg/glassfish/grizzly/Buffer;
public org.glassfish.grizzly.Buffer readBuffer();
descriptor: ()Lorg/glassfish/grizzly/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readyData:()I
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readBuffer:(I)Lorg/glassfish/grizzly/Buffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
public org.glassfish.grizzly.Buffer readBuffer(int);
descriptor: (I)Lorg/glassfish/grizzly/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.readyData:()I
if_icmple 2
1: new java.lang.IllegalStateException
dup
ldc "Can not read more bytes than available"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
iload 1
ineg
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.addAvailableBytes:(I)V
3: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
iload 1
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.readBuffer:(I)Lorg/glassfish/grizzly/Buffer;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
0 4 1 size I
MethodParameters:
Name Flags
size final
protected void recycle();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
1: aload 0
aconst_null
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.handler:Lorg/glassfish/grizzly/ReadHandler;
2: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isClosed:Z
3: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.requestedSize:I
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
void onDataCame();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.handler:Lorg/glassfish/grizzly/ReadHandler;
ifnonnull 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.isFinished:()Z
ifeq 5
3: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.handler:Lorg/glassfish/grizzly/ReadHandler;
invokeinterface org.glassfish.grizzly.ReadHandler.onAllDataRead:()V
4: goto 20
StackMap locals:
StackMap stack:
5: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.requestedSize:I
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.multipartEntry:Lorg/glassfish/grizzly/http/multipart/MultipartEntry;
invokevirtual org.glassfish.grizzly.http.multipart.MultipartEntry.availableBytes:()I
invokestatic org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.shouldNotifyNow:(II)Z
ifeq 20
6: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.handler:Lorg/glassfish/grizzly/ReadHandler;
invokeinterface org.glassfish.grizzly.ReadHandler.onDataAvailable:()V
7: goto 20
StackMap locals:
StackMap stack: java.lang.Exception
8: astore 1
start local 1 9: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.handler:Lorg/glassfish/grizzly/ReadHandler;
aload 1
invokeinterface org.glassfish.grizzly.ReadHandler.onError:(Ljava/lang/Throwable;)V
10: goto 16
StackMap locals: org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream java.lang.Exception
StackMap stack: java.lang.Throwable
11: astore 2
12: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.close:()V
13: goto 15
StackMap locals: org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream java.lang.Exception java.lang.Throwable
StackMap stack: java.io.IOException
14: pop
15: StackMap locals:
StackMap stack:
aload 2
athrow
16: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartEntryNIOInputStream.parentNIOInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.close:()V
17: goto 19
StackMap locals:
StackMap stack: java.io.IOException
18: pop
19: StackMap locals:
StackMap stack:
aload 1
athrow
end local 1 20: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/glassfish/grizzly/http/multipart/MultipartEntryNIOInputStream;
9 20 1 e Ljava/lang/Exception;
Exception table:
from to target type
2 7 8 Class java.lang.Exception
9 11 11 any
12 13 14 Class java.io.IOException
16 17 18 Class java.io.IOException
Exceptions:
throws java.lang.Exception
private static boolean shouldNotifyNow(int, int);
descriptor: (II)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ifeq 1
iload 1
iload 0
if_icmplt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 size I
0 2 1 available I
MethodParameters:
Name Flags
size final
available final
}
SourceFile: "MultipartEntryNIOInputStream.java"