class sun.nio.cs.ext.ISO2022_KR$Decoder extends sun.nio.cs.ext.ISO2022$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.ISO2022_KR$Decoder
  super_class: sun.nio.cs.ext.ISO2022$Decoder
{
  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.ISO2022_KR$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 72
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.ISO2022$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 73
            aload 0 /* this */
            iconst_1
            anewarray byte[]
            dup
            iconst_0
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 41
            bastore
            dup
            iconst_2
            bipush 67
            bastore
            aastore
            putfield sun.nio.cs.ext.ISO2022_KR$Decoder.SODesig:[[B
         2: .line 74
            aload 0 /* this */
            iconst_1
            anewarray java.nio.charset.CharsetDecoder
            putfield sun.nio.cs.ext.ISO2022_KR$Decoder.SODecoder:[Ljava/nio/charset/CharsetDecoder;
         3: .line 77
            aload 0 /* this */
            getfield sun.nio.cs.ext.ISO2022_KR$Decoder.SODecoder:[Ljava/nio/charset/CharsetDecoder;
            iconst_0
            getstatic sun.nio.cs.ext.ISO2022_KR.ksc5601_cs:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            aastore
         4: .line 78
            goto 6
      StackMap locals: sun.nio.cs.ext.ISO2022_KR$Decoder java.nio.charset.Charset
      StackMap stack: java.lang.Exception
         5: pop
         6: .line 79
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.ISO2022_KR$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/cs/ext/ISO2022_KR$Decoder;
            0    7     1    cs  Ljava/nio/charset/Charset;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      cs    
}
SourceFile: "ISO2022_KR.java"
NestHost: sun.nio.cs.ext.ISO2022_KR
InnerClasses:
  protected Decoder = sun.nio.cs.ext.ISO2022$Decoder of sun.nio.cs.ext.ISO2022
  private Decoder = sun.nio.cs.ext.ISO2022_KR$Decoder of sun.nio.cs.ext.ISO2022_KR