public class sun.io.CharToByteMS950_HKSCS extends sun.io.CharToByteHKSCS
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.CharToByteMS950_HKSCS
super_class: sun.io.CharToByteHKSCS
{
sun.io.CharToByteMS950 cbMS950;
descriptor: Lsun/io/CharToByteMS950;
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.CharToByteHKSCS.<init>:()V
1: aload 0
new sun.io.CharToByteMS950
dup
invokespecial sun.io.CharToByteMS950.<init>:()V
putfield sun.io.CharToByteMS950_HKSCS.cbMS950:Lsun/io/CharToByteMS950;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/CharToByteMS950_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 "MS950_HKSCS"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteMS950_HKSCS;
protected int getNative(char);
descriptor: (C)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial sun.io.CharToByteHKSCS.getNative:(C)I
istore 2
start local 2 1: iload 2
ifeq 2
iload 2
goto 3
StackMap locals: int
StackMap stack:
2: aload 0
getfield sun.io.CharToByteMS950_HKSCS.cbMS950:Lsun/io/CharToByteMS950;
iload 1
invokevirtual sun.io.CharToByteMS950.getNative:(C)I
StackMap locals:
StackMap stack: int
3: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/CharToByteMS950_HKSCS;
0 4 1 ch C
1 4 2 r I
MethodParameters:
Name Flags
ch
}
SourceFile: "CharToByteMS950_HKSCS.java"