class sun.nio.cs.ext.ISO2022_CN_CNS$Encoder extends sun.nio.cs.ext.ISO2022$Encoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.ISO2022_CN_CNS$Encoder
  super_class: sun.nio.cs.ext.ISO2022$Encoder
{
  private static final java.nio.charset.Charset cns;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] SOD;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] SS2D;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] SS3D;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final byte[] bb;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 64
            new sun.nio.cs.EUC_TW
            dup
            invokespecial sun.nio.cs.EUC_TW.<init>:()V
            putstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.cns:Ljava/nio/charset/Charset;
         1: .line 66
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 41
            bastore
            dup
            iconst_2
            bipush 71
            bastore
            putstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SOD:[B
         2: .line 67
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 42
            bastore
            dup
            iconst_2
            bipush 72
            bastore
            putstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS2D:[B
         3: .line 68
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 43
            bastore
            dup
            iconst_2
            bipush 73
            bastore
            putstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS3D:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.ISO2022_CN_CNS$Encoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 72
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.ISO2022$Encoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 79
            aload 0 /* this */
            iconst_4
            newarray 8
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
         2: .line 73
            aload 0 /* this */
            getstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SOD:[B
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SODesig:[B
         3: .line 74
            aload 0 /* this */
            getstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS2D:[B
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS2Desig:[B
         4: .line 75
            aload 0 /* this */
            getstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS3D:[B
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS3Desig:[B
         5: .line 76
            aload 0 /* this */
            getstatic sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.cns:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.ISOEncoder:Ljava/nio/charset/CharsetEncoder;
         6: .line 77
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.ISO2022_CN_CNS$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/cs/ext/ISO2022_CN_CNS$Encoder;
            0    7     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  public boolean canEncode(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.nio.cs.ext.ISO2022_CN_CNS$Encoder this
        start local 1 // char c
         0: .line 82
            iload 1 /* c */
            bipush 127
            if_icmple 6
         1: .line 83
            aload 0 /* this */
            getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.ISOEncoder:Ljava/nio/charset/CharsetEncoder;
            checkcast sun.nio.cs.EUC_TW$Encoder
            iload 1 /* c */
            aload 0 /* this */
            getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
            invokevirtual sun.nio.cs.EUC_TW$Encoder.toEUC:(C[B)I
            dup
            istore 2 /* n */
        start local 2 // int n
         2: iconst_2
            if_icmpeq 6
         3: .line 84
            iload 2 /* n */
            iconst_4
            if_icmpne 5
            aload 0 /* this */
            getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
            iconst_0
            baload
            bipush -114
            if_icmpne 5
         4: .line 85
            aload 0 /* this */
            getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
            iconst_1
            baload
            bipush -94
            if_icmpeq 6
            aload 0 /* this */
            getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
            iconst_1
            baload
            bipush -93
            if_icmpeq 6
        end local 2 // int n
         5: .line 82
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_1
            ireturn
        end local 1 // char c
        end local 0 // sun.nio.cs.ext.ISO2022_CN_CNS$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/cs/ext/ISO2022_CN_CNS$Encoder;
            0    7     1     c  C
            2    5     2     n  I
    MethodParameters:
      Name  Flags
      c     

  public boolean isLegalReplacement(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.ISO2022_CN_CNS$Encoder this
        start local 1 // byte[] repl
         0: .line 98
            aload 1 /* repl */
            arraylength
            iconst_1
            if_icmpne 1
            aload 1 /* repl */
            iconst_0
            baload
            bipush 63
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // byte[] repl
        end local 0 // sun.nio.cs.ext.ISO2022_CN_CNS$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/ISO2022_CN_CNS$Encoder;
            0    2     1  repl  [B
    MethodParameters:
      Name  Flags
      repl  
}
SourceFile: "ISO2022_CN_CNS.java"
NestHost: sun.nio.cs.ext.ISO2022_CN_CNS
InnerClasses:
  public Encoder = sun.nio.cs.EUC_TW$Encoder of sun.nio.cs.EUC_TW
  protected Encoder = sun.nio.cs.ext.ISO2022$Encoder of sun.nio.cs.ext.ISO2022
  private Encoder = sun.nio.cs.ext.ISO2022_CN_CNS$Encoder of sun.nio.cs.ext.ISO2022_CN_CNS