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 byte[] bb;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, 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 69
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.ISO2022$Encoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 80
            aload 0 /* this */
            iconst_4
            newarray 8
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
         2: .line 70
            aload 0 /* this */
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 41
            bastore
            dup
            iconst_2
            bipush 71
            bastore
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SODesig:[B
         3: .line 71
            aload 0 /* this */
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 42
            bastore
            dup
            iconst_2
            bipush 72
            bastore
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS2Desig:[B
         4: .line 72
            aload 0 /* this */
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 43
            bastore
            dup
            iconst_2
            bipush 73
            bastore
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS3Desig:[B
         5: .line 75
            ldc "EUC_TW"
            invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            astore 2 /* cset */
        start local 2 // java.nio.charset.Charset cset
         6: .line 76
            aload 0 /* this */
            aload 2 /* cset */
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.ISOEncoder:Ljava/nio/charset/CharsetEncoder;
        end local 2 // java.nio.charset.Charset cset
         7: .line 77
            goto 9
      StackMap locals: sun.nio.cs.ext.ISO2022_CN_CNS$Encoder java.nio.charset.Charset
      StackMap stack: java.lang.Exception
         8: pop
         9: .line 78
      StackMap locals:
      StackMap stack:
            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   10     0  this  Lsun/nio/cs/ext/ISO2022_CN_CNS$Encoder;
            0   10     1    cs  Ljava/nio/charset/Charset;
            6    7     2  cset  Ljava/nio/charset/Charset;
      Exception table:
        from    to  target  type
           5     7       8  Class java.lang.Exception
    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
            iconst_0
            istore 2 /* n */
        start local 2 // int n
         1: .line 83
            iload 1 /* c */
            bipush 127
            if_icmple 6
         2: .line 84
            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 */
            iconst_2
            if_icmpeq 6
         3: .line 85
            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 86
            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
         5: .line 83
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_1
            ireturn
        end local 2 // int n
        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
            1    7     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 99
            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