class com.sun.org.apache.bcel.internal.classfile.Utility$JavaReader extends java.io.FilterReader
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.org.apache.bcel.internal.classfile.Utility$JavaReader
super_class: java.io.FilterReader
{
public void <init>(java.io.Reader);
descriptor: (Ljava/io/Reader;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial java.io.FilterReader.<init>:(Ljava/io/Reader;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/bcel/internal/classfile/Utility$JavaReader;
0 2 1 in Ljava/io/Reader;
MethodParameters:
Name Flags
in
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Utility$JavaReader.in:Ljava/io/Reader;
invokevirtual java.io.Reader.read:()I
istore 1
start local 1 1: iload 1
bipush 36
if_icmpeq 3
2: iload 1
ireturn
3: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Utility$JavaReader.in:Ljava/io/Reader;
invokevirtual java.io.Reader.read:()I
istore 2
start local 2 4: iload 2
ifge 6
5: iconst_m1
ireturn
6: StackMap locals: int
StackMap stack:
iload 2
bipush 48
if_icmplt 7
iload 2
bipush 57
if_icmple 8
StackMap locals:
StackMap stack:
7: iload 2
bipush 97
if_icmplt 14
iload 2
bipush 102
if_icmpgt 14
8: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.bcel.internal.classfile.Utility$JavaReader.in:Ljava/io/Reader;
invokevirtual java.io.Reader.read:()I
istore 3
start local 3 9: iload 3
ifge 11
10: iconst_m1
ireturn
11: StackMap locals: int
StackMap stack:
iconst_2
newarray 5
dup
iconst_0
iload 2
i2c
castore
dup
iconst_1
iload 3
i2c
castore
astore 4
start local 4 12: new java.lang.String
dup
aload 4
invokespecial java.lang.String.<init>:([C)V
bipush 16
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;I)I
istore 5
start local 5 13: iload 5
ireturn
end local 5 end local 4 end local 3 14: StackMap locals:
StackMap stack:
getstatic com.sun.org.apache.bcel.internal.classfile.Utility.MAP_CHAR:[I
iload 2
iaload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/org/apache/bcel/internal/classfile/Utility$JavaReader;
1 15 1 b I
4 15 2 i I
9 14 3 j I
12 14 4 tmp [C
13 14 5 s I
Exceptions:
throws java.io.IOException
public int read(char[], int, int);
descriptor: ([CII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: goto 4
2: StackMap locals: int
StackMap stack:
aload 1
iload 2
iload 4
iadd
aload 0
invokevirtual com.sun.org.apache.bcel.internal.classfile.Utility$JavaReader.read:()I
i2c
castore
3: iinc 4 1
StackMap locals:
StackMap stack:
4: iload 4
iload 3
if_icmplt 2
end local 4 5: iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/bcel/internal/classfile/Utility$JavaReader;
0 6 1 cbuf [C
0 6 2 off I
0 6 3 len I
1 5 4 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cbuf
off
len
}
SourceFile: "Utility.java"
NestHost: com.sun.org.apache.bcel.internal.classfile.Utility
InnerClasses:
private JavaReader = com.sun.org.apache.bcel.internal.classfile.Utility$JavaReader of com.sun.org.apache.bcel.internal.classfile.Utility