class sun.nio.cs.ext.ISO2022_CN_GB$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_GB$Encoder
  super_class: sun.nio.cs.ext.ISO2022$Encoder
{
  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_GB$Encoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 70
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.ISO2022$Encoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 71
            aload 0 /* this */
            iconst_3
            newarray 8
            dup
            iconst_0
            bipush 36
            bastore
            dup
            iconst_1
            bipush 41
            bastore
            dup
            iconst_2
            bipush 65
            bastore
            putfield sun.nio.cs.ext.ISO2022_CN_GB$Encoder.SODesig:[B
         2: .line 74
            ldc "EUC_CN"
            invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
            astore 2 /* cset */
        start local 2 // java.nio.charset.Charset cset
         3: .line 75
            aload 0 /* this */
            aload 2 /* cset */
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            putfield sun.nio.cs.ext.ISO2022_CN_GB$Encoder.ISOEncoder:Ljava/nio/charset/CharsetEncoder;
        end local 2 // java.nio.charset.Charset cset
         4: .line 76
            goto 6
      StackMap locals: sun.nio.cs.ext.ISO2022_CN_GB$Encoder java.nio.charset.Charset
      StackMap stack: java.lang.Exception
         5: pop
         6: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.ISO2022_CN_GB$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/cs/ext/ISO2022_CN_GB$Encoder;
            0    7     1    cs  Ljava/nio/charset/Charset;
            3    4     2  cset  Ljava/nio/charset/Charset;
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      cs    

  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_GB$Encoder this
        start local 1 // byte[] repl
         0: .line 89
            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_GB$Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/ISO2022_CN_GB$Encoder;
            0    2     1  repl  [B
    MethodParameters:
      Name  Flags
      repl  
}
SourceFile: "ISO2022_CN_GB.java"
NestHost: sun.nio.cs.ext.ISO2022_CN_GB
InnerClasses:
  protected Encoder = sun.nio.cs.ext.ISO2022$Encoder of sun.nio.cs.ext.ISO2022
  private Encoder = sun.nio.cs.ext.ISO2022_CN_GB$Encoder of sun.nio.cs.ext.ISO2022_CN_GB