public class sun.io.CharToByteISO2022KR extends sun.io.CharToByteISO2022
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteISO2022KR
  super_class: sun.io.CharToByteISO2022
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteISO2022KR this
         0: .line 30
            aload 0 /* this */
            invokespecial sun.io.CharToByteISO2022.<init>:()V
         1: .line 32
            aload 0 /* this */
            ldc "$)C"
            putfield sun.io.CharToByteISO2022KR.SODesignator:Ljava/lang/String;
         2: .line 34
            aload 0 /* this */
            ldc "KSC5601"
            invokestatic sun.io.CharToByteConverter.getConverter:(Ljava/lang/String;)Lsun/io/CharToByteConverter;
            putfield sun.io.CharToByteISO2022KR.codeConverter:Lsun/io/CharToByteConverter;
         3: .line 35
            goto 5
      StackMap locals: sun.io.CharToByteISO2022KR
      StackMap stack: java.lang.Exception
         4: pop
         5: .line 36
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.io.CharToByteISO2022KR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/io/CharToByteISO2022KR;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception

  public int getMaxBytesPerChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteISO2022KR this
         0: .line 43
            bipush 8
            ireturn
        end local 0 // sun.io.CharToByteISO2022KR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteISO2022KR;

  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.CharToByteISO2022KR this
         0: .line 51
            ldc "ISO2022KR"
            areturn
        end local 0 // sun.io.CharToByteISO2022KR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteISO2022KR;
}
SourceFile: "CharToByteISO2022KR.java"