class sun.nio.cs.ext.MS950_HKSCS$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$Decoder
  super_class: sun.nio.cs.ext.HKSCS$Decoder
{
  private sun.nio.cs.ext.MS950$Decoder ms950Dec;
    descriptor: Lsun/nio/cs/ext/MS950$Decoder;
    flags: (0x0002) ACC_PRIVATE

  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.cs.ext.MS950_HKSCS$Decoder this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 74
            aload 0 /* this */
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokespecial sun.nio.cs.ext.HKSCS$Decoder.decodeDouble:(II)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 75
            iload 3 /* c */
            ldc 65533
            if_icmpeq 2
            iload 3 /* c */
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield sun.nio.cs.ext.MS950_HKSCS$Decoder.ms950Dec:Lsun/nio/cs/ext/MS950$Decoder;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.nio.cs.ext.MS950$Decoder.decodeDouble:(II)C
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 3 // char c
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.ext.MS950_HKSCS$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/nio/cs/ext/MS950_HKSCS$Decoder;
            0    4     1  byte1  I
            0    4     2  byte2  I
            1    4     3      c  C
    MethodParameters:
       Name  Flags
      byte1  
      byte2  

  private void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, 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 79
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.HKSCS$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 80
            aload 0 /* this */
            new sun.nio.cs.ext.MS950$Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.MS950$Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.MS950_HKSCS$Decoder.ms950Dec:Lsun/nio/cs/ext/MS950$Decoder;
         2: .line 81
            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    3     0  this  Lsun/nio/cs/ext/MS950_HKSCS$Decoder;
            0    3     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    
}
SourceFile: "MS950_HKSCS.java"
NestHost: sun.nio.cs.ext.MS950_HKSCS
InnerClasses:
  protected Decoder = sun.nio.cs.ext.HKSCS$Decoder of sun.nio.cs.ext.HKSCS
  protected Decoder = sun.nio.cs.ext.MS950$Decoder of sun.nio.cs.ext.MS950
  private Decoder = sun.nio.cs.ext.MS950_HKSCS$Decoder of sun.nio.cs.ext.MS950_HKSCS