public class sun.io.CharToByteISO2022CN_CNS extends sun.io.CharToByteISO2022
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteISO2022CN_CNS
  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.CharToByteISO2022CN_CNS this
         0: .line 34
            aload 0 /* this */
            invokespecial sun.io.CharToByteISO2022.<init>:()V
         1: .line 36
            aload 0 /* this */
            ldc "$)G"
            putfield sun.io.CharToByteISO2022CN_CNS.SODesignator:Ljava/lang/String;
         2: .line 37
            aload 0 /* this */
            ldc "$*H"
            putfield sun.io.CharToByteISO2022CN_CNS.SS2Designator:Ljava/lang/String;
         3: .line 38
            aload 0 /* this */
            ldc "$+I"
            putfield sun.io.CharToByteISO2022CN_CNS.SS3Designator:Ljava/lang/String;
         4: .line 40
            aload 0 /* this */
            ldc "CNS11643"
            invokestatic sun.io.CharToByteConverter.getConverter:(Ljava/lang/String;)Lsun/io/CharToByteConverter;
            putfield sun.io.CharToByteISO2022CN_CNS.codeConverter:Lsun/io/CharToByteConverter;
         5: .line 41
            goto 7
      StackMap locals: sun.io.CharToByteISO2022CN_CNS
      StackMap stack: java.lang.Exception
         6: pop
         7: .line 42
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.io.CharToByteISO2022CN_CNS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/io/CharToByteISO2022CN_CNS;
      Exception table:
        from    to  target  type
           4     5       6  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.CharToByteISO2022CN_CNS this
         0: .line 49
            bipush 8
            ireturn
        end local 0 // sun.io.CharToByteISO2022CN_CNS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteISO2022CN_CNS;

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