public class sun.io.ByteToCharBig5_HKSCS extends sun.io.ByteToCharHKSCS_2001
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharBig5_HKSCS
super_class: sun.io.ByteToCharHKSCS_2001
{
sun.io.ByteToCharBig5 bcBig5;
descriptor: Lsun/io/ByteToCharBig5;
flags: (0x0000)
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.ByteToCharHKSCS_2001.<init>:()V
1: aload 0
new sun.io.ByteToCharBig5
dup
invokespecial sun.io.ByteToCharBig5.<init>:()V
putfield sun.io.ByteToCharBig5_HKSCS.bcBig5:Lsun/io/ByteToCharBig5;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/ByteToCharBig5_HKSCS;
public java.lang.String getCharacterEncoding();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "Big5_HKSCS"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharBig5_HKSCS;
protected char getUnicode(int, int);
descriptor: (II)C
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokespecial sun.io.ByteToCharHKSCS_2001.getUnicode:(II)C
istore 3
start local 3 1: iload 3
ldc 65533
if_icmpeq 2
iload 3
goto 3
StackMap locals: int
StackMap stack:
2: aload 0
getfield sun.io.ByteToCharBig5_HKSCS.bcBig5:Lsun/io/ByteToCharBig5;
iload 1
iload 2
invokevirtual sun.io.ByteToCharBig5.getUnicode:(II)C
StackMap locals:
StackMap stack: int
3: ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/ByteToCharBig5_HKSCS;
0 4 1 byte1 I
0 4 2 byte2 I
1 4 3 c C
MethodParameters:
Name Flags
byte1
byte2
}
SourceFile: "ByteToCharBig5_HKSCS.java"