class org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line
super_class: java.lang.Object
{
boolean isCrLf;
descriptor: Z
flags: (0x0000)
boolean isComplete;
descriptor: Z
flags: (0x0000)
int len;
descriptor: I
flags: (0x0000)
int offset;
descriptor: I
flags: (0x0000)
int couldBeBoundaryOffset;
descriptor: I
flags: (0x0000)
boolean isBoundary;
descriptor: Z
flags: (0x0000)
boolean isFinalBoundary;
descriptor: Z
flags: (0x0000)
final org.glassfish.grizzly.http.multipart.MultipartReadHandler this$0;
descriptor: Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.glassfish.grizzly.http.multipart.MultipartReadHandler);
descriptor: (Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
MethodParameters:
Name Flags
this$0 final
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
1: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isComplete:Z
2: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
3: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
4: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
5: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isBoundary:Z
6: aload 0
iconst_0
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isFinalBoundary:Z
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
public boolean hasContent();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
ifeq 1
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
iconst_2
if_icmpgt 3
StackMap locals:
StackMap stack:
1: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
ifne 2
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
iconst_1
if_icmpgt 3
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
StackMap locals:
StackMap stack:
3: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
private boolean isBoundary();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isBoundary:Z
ifne 1
aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.parseBoundary:()Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
private boolean parseBoundary();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=9, args_size=1
start local 0 0: aload 0
invokevirtual org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.getLineTerminatorLength:()I
istore 1
start local 1 1: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
istore 2
start local 2 2: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
iload 2
iconst_2
iadd
iload 1
iadd
if_icmpne 3
iconst_1
goto 4
StackMap locals: int int
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: istore 3
start local 3 5: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
iload 2
iconst_2
iadd
iload 1
iadd
iconst_2
iadd
if_icmpne 6
iconst_1
goto 7
StackMap locals: int
StackMap stack:
6: iconst_0
StackMap locals:
StackMap stack: int
7: istore 4
start local 4 8: iload 3
ifne 10
iload 4
ifne 10
9: iconst_0
ireturn
10: StackMap locals: int
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.getBuffer:()Lorg/glassfish/grizzly/Buffer;
astore 5
start local 5 11: aload 5
invokeinterface org.glassfish.grizzly.Buffer.position:()I
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
iadd
istore 6
start local 6 12: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
istore 7
start local 7 13: iload 7
iconst_2
if_icmpge 17
14: aload 5
iload 6
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 45
if_icmpne 15
aload 5
iload 6
iconst_1
iadd
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 45
if_icmpeq 16
15: StackMap locals: org.glassfish.grizzly.Buffer int int
StackMap stack:
iconst_0
ireturn
16: StackMap locals:
StackMap stack:
iconst_2
istore 7
17: StackMap locals:
StackMap stack:
iload 7
istore 8
start local 8 18: goto 22
19: StackMap locals: int
StackMap stack:
aload 5
iload 6
iload 8
iadd
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
iload 8
iconst_2
isub
invokevirtual java.lang.String.charAt:(I)C
if_icmpeq 21
20: iconst_0
ireturn
21: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
22: iload 8
iload 2
iconst_2
iadd
if_icmplt 19
end local 8 23: aload 0
iconst_1
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isBoundary:Z
24: iload 4
ifeq 27
25: aload 5
iload 6
iconst_2
iadd
iload 2
iadd
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 45
if_icmpne 27
aload 5
iload 6
iconst_2
iadd
iload 2
iadd
iconst_1
iadd
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 45
if_icmpne 27
26: aload 0
iconst_1
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isFinalBoundary:Z
27: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
1 28 1 lineTerminatorLength I
2 28 2 boundaryLength I
5 28 3 isLookingSectionBoundary Z
8 28 4 isLookingFinalBoundary Z
11 28 5 buffer Lorg/glassfish/grizzly/Buffer;
12 28 6 position I
13 28 7 checkIdx I
18 23 8 i I
private boolean couldBeBoundary();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iconst_2
iadd
iconst_4
iadd
if_icmple 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.getBuffer:()Lorg/glassfish/grizzly/Buffer;
astore 1
start local 1 3: aload 1
invokeinterface org.glassfish.grizzly.Buffer.position:()I
istore 2
start local 2 4: goto 8
5: StackMap locals: org.glassfish.grizzly.Buffer int
StackMap stack:
aload 1
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
iload 2
iadd
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
iadd
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
bipush 45
if_icmpeq 7
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
iconst_1
iadd
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
StackMap locals:
StackMap stack:
8: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
iconst_2
if_icmpge 9
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
if_icmplt 5
9: StackMap locals:
StackMap stack:
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
istore 3
start local 3 10: goto 14
11: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
iload 2
iadd
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
iadd
invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.boundary:Ljava/lang/String;
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
iconst_2
isub
invokevirtual java.lang.String.charAt:(I)C
if_icmpeq 13
12: iconst_0
ireturn
13: StackMap locals:
StackMap stack:
aload 0
dup
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
iconst_1
iadd
putfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
StackMap locals:
StackMap stack:
14: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.line:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
if_icmpge 15
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.couldBeBoundaryOffset:I
iload 3
if_icmplt 11
15: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
3 16 1 buffer Lorg/glassfish/grizzly/Buffer;
4 16 2 position I
10 16 3 boundaryLength I
private int getLineTerminatorLength();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: iconst_1
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.isCrLf:Z
ifeq 1
iconst_1
goto 2
StackMap locals:
StackMap stack: int
1: iconst_0
StackMap locals: org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line
StackMap stack: int int
2: iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
private void skip();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.line:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
i2l
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.skip:(J)J
pop2
1: goto 3
StackMap locals:
StackMap stack: java.io.IOException
2: pop
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
Exception table:
from to target type
0 1 2 Class java.io.IOException
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
ifle 5
2: aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.this$0:Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler;
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler.parentInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.getBuffer:()Lorg/glassfish/grizzly/Buffer;
astore 2
start local 2 3: aload 2
invokeinterface org.glassfish.grizzly.Buffer.position:()I
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.offset:I
iadd
istore 3
start local 3 4: aload 1
aload 2
aconst_null
iload 3
iload 3
aload 0
getfield org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line.len:I
iadd
invokeinterface org.glassfish.grizzly.Buffer.toStringContent:(Ljava/nio/charset/Charset;II)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
end local 3 end local 2 5: StackMap locals: java.lang.StringBuilder
StackMap stack:
aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/glassfish/grizzly/http/multipart/MultipartReadHandler$Line;
1 6 1 sb Ljava/lang/StringBuilder;
3 5 2 buffer Lorg/glassfish/grizzly/Buffer;
4 5 3 start I
}
SourceFile: "MultipartReadHandler.java"
NestHost: org.glassfish.grizzly.http.multipart.MultipartReadHandler
InnerClasses:
private Line = org.glassfish.grizzly.http.multipart.MultipartReadHandler$Line of org.glassfish.grizzly.http.multipart.MultipartReadHandler