public class sun.io.ByteToCharISO2022KR extends sun.io.ByteToCharISO2022
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharISO2022KR
  super_class: sun.io.ByteToCharISO2022
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharISO2022KR this
         0: .line 30
            aload 0 /* this */
            invokespecial sun.io.ByteToCharISO2022.<init>:()V
         1: .line 32
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            putfield sun.io.ByteToCharISO2022KR.SODesignator:[Ljava/lang/String;
         2: .line 33
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022KR.SODesignator:[Ljava/lang/String;
            iconst_0
            ldc "$)C"
            aastore
         3: .line 35
            aload 0 /* this */
            iconst_1
            anewarray sun.io.ByteToCharConverter
            putfield sun.io.ByteToCharISO2022KR.SOConverter:[Lsun/io/ByteToCharConverter;
         4: .line 38
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022KR.SOConverter:[Lsun/io/ByteToCharConverter;
            iconst_0
            ldc "KSC5601"
            invokestatic sun.io.ByteToCharConverter.getConverter:(Ljava/lang/String;)Lsun/io/ByteToCharConverter;
            aastore
         5: .line 39
            goto 7
      StackMap locals: sun.io.ByteToCharISO2022KR
      StackMap stack: java.lang.Exception
         6: pop
         7: .line 40
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.io.ByteToCharISO2022KR this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/io/ByteToCharISO2022KR;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Exception

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