class sun.nio.cs.ext.MS950_HKSCS$Decoder extends sun.nio.cs.HKSCS$Decoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.cs.ext.MS950_HKSCS$Decoder
super_class: sun.nio.cs.HKSCS$Decoder
{
private static sun.nio.cs.DoubleByte$Decoder ms950;
descriptor: Lsun/nio/cs/DoubleByte$Decoder;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static char[][] b2cBmp;
descriptor: [[C
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static char[][] b2cSupp;
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: .line 61
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.DoubleByte$Decoder
1: .line 60
putstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.ms950:Lsun/nio/cs/DoubleByte$Decoder;
2: .line 63
sipush 256
anewarray char[]
putstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.b2cBmp:[[C
3: .line 64
sipush 256
anewarray char[]
putstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.b2cSupp:[[C
4: .line 66
getstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.b2cBmp:[[C
getstatic sun.nio.cs.HKSCSMapping.b2cBmpStr:[Ljava/lang/String;
invokestatic sun.nio.cs.ext.MS950_HKSCS$Decoder.initb2c:([[C[Ljava/lang/String;)V
5: .line 67
getstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.b2cSupp:[[C
getstatic sun.nio.cs.HKSCSMapping.b2cSuppStr:[Ljava/lang/String;
invokestatic sun.nio.cs.ext.MS950_HKSCS$Decoder.initb2c:([[C[Ljava/lang/String;)V
6: .line 68
return
LocalVariableTable:
Start End Slot Name Signature
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 // sun.nio.cs.ext.MS950_HKSCS$Decoder this
start local 1 // java.nio.charset.Charset cs
0: .line 71
aload 0 /* this */
aload 1 /* cs */
getstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.ms950:Lsun/nio/cs/DoubleByte$Decoder;
getstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.b2cBmp:[[C
getstatic sun.nio.cs.ext.MS950_HKSCS$Decoder.b2cSupp:[[C
invokespecial sun.nio.cs.HKSCS$Decoder.<init>:(Ljava/nio/charset/Charset;Lsun/nio/cs/DoubleByte$Decoder;[[C[[C)V
1: .line 72
return
end local 1 // java.nio.charset.Charset cs
end local 0 // sun.nio.cs.ext.MS950_HKSCS$Decoder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/ext/MS950_HKSCS$Decoder;
0 2 1 cs Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
cs
}
SourceFile: "MS950_HKSCS.java"
NestHost: sun.nio.cs.ext.MS950_HKSCS
InnerClasses:
public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
public Decoder = sun.nio.cs.HKSCS$Decoder of sun.nio.cs.HKSCS
Decoder = sun.nio.cs.ext.MS950_HKSCS$Decoder of sun.nio.cs.ext.MS950_HKSCS