public class sun.io.CharToByteCp949C extends sun.io.CharToByteDBCS_ASCII
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteCp949C
  super_class: sun.io.CharToByteDBCS_ASCII
{
  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.CharToByteCp949C this
         0: .line 34
            ldc "Cp949C"
            areturn
        end local 0 // sun.io.CharToByteCp949C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteCp949C;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp949C this
         0: .line 38
            aload 0 /* this */
            new sun.nio.cs.ext.IBM949C
            dup
            invokespecial sun.nio.cs.ext.IBM949C.<init>:()V
            invokevirtual sun.nio.cs.ext.IBM949C.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            checkcast sun.nio.cs.ext.DoubleByte$Encoder
            invokespecial sun.io.CharToByteDBCS_ASCII.<init>:(Lsun/nio/cs/ext/DoubleByte$Encoder;)V
         1: .line 39
            return
        end local 0 // sun.io.CharToByteCp949C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteCp949C;
}
SourceFile: "CharToByteCp949C.java"
InnerClasses:
  public Encoder = sun.nio.cs.ext.DoubleByte$Encoder of sun.nio.cs.ext.DoubleByte