class sun.nio.cs.ext.MS950_HKSCS_XP$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_XP$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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 58
            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 57
            putstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.ms950:Lsun/nio/cs/DoubleByte$Decoder;
         2: .line 68
            sipush 256
            anewarray char[]
            putstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.b2cBmp:[[C
         3: .line 70
            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: .line 71
            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 // sun.nio.cs.ext.MS950_HKSCS_XP$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 74
            ldc 65533
            ireturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.ext.MS950_HKSCS_XP$Decoder this
      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 // sun.nio.cs.ext.MS950_HKSCS_XP$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 78
            aload 0 /* this */
            aload 1 /* cs */
            getstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.ms950:Lsun/nio/cs/DoubleByte$Decoder;
            getstatic sun.nio.cs.ext.MS950_HKSCS_XP$Decoder.b2cBmp:[[C
            aconst_null
            invokespecial sun.nio.cs.HKSCS$Decoder.<init>:(Ljava/nio/charset/Charset;Lsun/nio/cs/DoubleByte$Decoder;[[C[[C)V
         1: .line 79
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.MS950_HKSCS_XP$Decoder this
      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.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_XP$Decoder of sun.nio.cs.ext.MS950_HKSCS_XP