public class sun.io.CharToByteMS950_HKSCS extends sun.io.CharToByteDBCS_ASCII
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteMS950_HKSCS
  super_class: sun.io.CharToByteDBCS_ASCII
{
  private static sun.nio.cs.ext.DoubleByte$Encoder enc;
    descriptor: Lsun/nio/cs/ext/DoubleByte$Encoder;
    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 34
            new sun.nio.cs.ext.MS950_HKSCS
            dup
            invokespecial sun.nio.cs.ext.MS950_HKSCS.<init>:()V
            invokevirtual sun.nio.cs.ext.MS950_HKSCS.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            checkcast sun.nio.cs.ext.DoubleByte$Encoder
         1: .line 33
            putstatic sun.io.CharToByteMS950_HKSCS.enc:Lsun/nio/cs/ext/DoubleByte$Encoder;
         2: .line 34
            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 // sun.io.CharToByteMS950_HKSCS this
         0: .line 37
            ldc "MS950_HKSCS"
            areturn
        end local 0 // sun.io.CharToByteMS950_HKSCS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteMS950_HKSCS;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteMS950_HKSCS this
         0: .line 41
            aload 0 /* this */
            getstatic sun.io.CharToByteMS950_HKSCS.enc:Lsun/nio/cs/ext/DoubleByte$Encoder;
            invokespecial sun.io.CharToByteDBCS_ASCII.<init>:(Lsun/nio/cs/ext/DoubleByte$Encoder;)V
         1: .line 42
            return
        end local 0 // sun.io.CharToByteMS950_HKSCS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteMS950_HKSCS;
}
SourceFile: "CharToByteMS950_HKSCS.java"
InnerClasses:
  public Encoder = sun.nio.cs.ext.DoubleByte$Encoder of sun.nio.cs.ext.DoubleByte