class sun.nio.cs.ext.MS950_HKSCS_XP$Decoder extends sun.nio.cs.ext.HKSCS$Decoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.cs.ext.MS950_HKSCS_XP$Decoder
super_class: sun.nio.cs.ext.HKSCS$Decoder
{
private static sun.nio.cs.ext.DoubleByte$Decoder ms950;
descriptor: Lsun/nio/cs/ext/DoubleByte$Decoder;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static char[][] b2cBmp;
descriptor: [[C
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
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
invokevirtual sun.nio.cs.ext.MS950.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.ext.DoubleByte$Decoder
1: putstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.ms950:Lsun/nio/cs/ext/DoubleByte$Decoder;
2: sipush 256
anewarray char[]
putstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.b2cBmp:[[C
3: getstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.b2cBmp:[[C
getstatic sun.nio.cs.ext.HKSCS_XPMapping.b2cBmpStr:[Ljava/lang/String;
invokestatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.initb2c:([[C[Ljava/lang/String;)V
4: return
LocalVariableTable:
Start End Slot Name Signature
public char decodeDoubleEx(int, int);
descriptor: (II)C
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: ldc 65533
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/cs/ext/MS950_HKSCS_XP$Decoder;
0 1 1 b1 I
0 1 2 b2 I
MethodParameters:
Name Flags
b1
b2
private void <init>(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.ms950:Lsun/nio/cs/ext/DoubleByte$Decoder;
getstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.b2cBmp:[[C
aconst_null
invokespecial sun.nio.cs.ext.HKSCS$Decoder.<init>:(Ljava/nio/charset/Charset;Lsun/nio/cs/ext/DoubleByte$Decoder;[[C[[C)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/ext/MS950_HKSCS_XP$Decoder;
0 2 1 cs Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
cs
}
SourceFile: "MS950_HKSCS_XP.java"
NestHost: sun.nio.cs.ext.MS950_HKSCS_XP
InnerClasses:
public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte
public Decoder = sun.nio.cs.ext.HKSCS$Decoder of sun.nio.cs.ext.HKSCS
Decoder = sun.nio.cs.ext.MS950_HKSCS_XP$Decoder of sun.nio.cs.ext.MS950_HKSCS_XP