public class sun.io.CharToByteMS950 extends sun.io.CharToByteDoubleByte
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.CharToByteMS950
super_class: sun.io.CharToByteDoubleByte
{
private static final sun.nio.cs.ext.MS950 nioCoder;
descriptor: Lsun/nio/cs/ext/MS950;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.nio.cs.ext.MS950
dup
invokespecial sun.nio.cs.ext.MS950.<init>:()V
putstatic sun.io.CharToByteMS950.nioCoder:Lsun/nio/cs/ext/MS950;
return
LocalVariableTable:
Start End Slot Name Signature
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"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteMS950;
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.CharToByteDoubleByte.<init>:()V
1: aload 0
getstatic sun.io.CharToByteMS950.nioCoder:Lsun/nio/cs/ext/MS950;
invokevirtual sun.nio.cs.ext.MS950.getEncoderIndex1:()[S
putfield sun.io.CharToByteDoubleByte.index1:[S
2: aload 0
getstatic sun.io.CharToByteMS950.nioCoder:Lsun/nio/cs/ext/MS950;
invokevirtual sun.nio.cs.ext.MS950.getEncoderIndex2:()[Ljava/lang/String;
putfield sun.io.CharToByteDoubleByte.index2:[Ljava/lang/String;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/CharToByteMS950;
}
SourceFile: "CharToByteMS950.java"