public class sun.io.ByteToCharHKSCS extends sun.io.ByteToCharDoubleByte
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharHKSCS
super_class: sun.io.ByteToCharDoubleByte
{
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 "HKSCS"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharHKSCS;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.ByteToCharDoubleByte.<init>:()V
1: aload 0
invokestatic sun.nio.cs.ext.HKSCS.getDecoderIndex1:()[S
putfield sun.io.ByteToCharDoubleByte.index1:[S
2: aload 0
invokestatic sun.nio.cs.ext.HKSCS.getDecoderIndex2:()[Ljava/lang/String;
putfield sun.io.ByteToCharDoubleByte.index2:[Ljava/lang/String;
3: aload 0
bipush 64
putfield sun.io.ByteToCharHKSCS.start:I
4: aload 0
sipush 254
putfield sun.io.ByteToCharHKSCS.end:I
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/io/ByteToCharHKSCS;
}
SourceFile: "ByteToCharHKSCS.java"