public class jdk.internal.util.xml.impl.ReaderUTF8 extends java.io.Reader
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.internal.util.xml.impl.ReaderUTF8
super_class: java.io.Reader
{
private java.io.InputStream is;
descriptor: Ljava/io/InputStream;
flags: (0x0002) ACC_PRIVATE
public void <init>(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.io.Reader.<init>:()V
1: aload 0
aload 1
putfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/util/xml/impl/ReaderUTF8;
0 3 1 is Ljava/io/InputStream;
MethodParameters:
Name Flags
is
public int read(char[], int, int);
descriptor: ([CII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, 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 17
2: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
dup
istore 5
start local 5 3: ifge 7
4: iload 4
ifeq 5
iload 4
goto 6
StackMap locals: int
StackMap stack:
5: iconst_m1
StackMap locals:
StackMap stack: int
6: ireturn
7: StackMap locals:
StackMap stack:
iload 5
sipush 240
iand
lookupswitch { // 4
192: 8
208: 8
224: 10
240: 14
default: 15
}
8: StackMap locals:
StackMap stack:
aload 1
iload 2
iinc 2 1
iload 5
bipush 31
iand
bipush 6
ishl
aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
bipush 63
iand
ior
i2c
castore
9: goto 16
10: StackMap locals:
StackMap stack:
aload 1
iload 2
iinc 2 1
iload 5
bipush 15
iand
bipush 12
ishl
11: aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
bipush 63
iand
bipush 6
ishl
ior
aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
bipush 63
iand
ior
i2c
12: castore
13: goto 16
14: StackMap locals:
StackMap stack:
new java.io.UnsupportedEncodingException
dup
ldc "UTF-32 (or UCS-4) encoding not supported."
invokespecial java.io.UnsupportedEncodingException.<init>:(Ljava/lang/String;)V
athrow
15: StackMap locals:
StackMap stack:
aload 1
iload 2
iinc 2 1
iload 5
i2c
castore
16: StackMap locals:
StackMap stack:
iinc 4 1
end local 5 17: StackMap locals:
StackMap stack:
iload 4
iload 3
if_icmplt 2
18: iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Ljdk/internal/util/xml/impl/ReaderUTF8;
0 19 1 cbuf [C
0 19 2 off I
0 19 3 len I
1 19 4 num I
3 17 5 val I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cbuf
off
len
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
dup
istore 1
start local 1 1: ifge 3
2: iconst_m1
ireturn
3: StackMap locals: int
StackMap stack:
iload 1
sipush 240
iand
lookupswitch { // 4
192: 4
208: 4
224: 6
240: 12
default: 13
}
4: StackMap locals:
StackMap stack:
iload 1
bipush 31
iand
bipush 6
ishl
aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
bipush 63
iand
ior
istore 1
5: goto 13
6: StackMap locals:
StackMap stack:
iload 1
bipush 15
iand
bipush 12
ishl
7: aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
bipush 63
iand
bipush 6
ishl
8: ior
9: aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
bipush 63
iand
10: ior
istore 1
11: goto 13
12: StackMap locals:
StackMap stack:
new java.io.UnsupportedEncodingException
dup
invokespecial java.io.UnsupportedEncodingException.<init>:()V
athrow
13: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljdk/internal/util/xml/impl/ReaderUTF8;
1 14 1 val I
Exceptions:
throws java.io.IOException
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.internal.util.xml.impl.ReaderUTF8.is:Ljava/io/InputStream;
invokevirtual java.io.InputStream.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/util/xml/impl/ReaderUTF8;
Exceptions:
throws java.io.IOException
}
SourceFile: "ReaderUTF8.java"