public class sun.io.ByteToCharISO2022CN extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharISO2022CN
  super_class: sun.io.ByteToCharConverter
{
  private java.lang.String[] SODesignator;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] SS2Designator;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] SS3Designator;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private sun.io.ByteToCharConverter[] SOConverter;
    descriptor: [Lsun/io/ByteToCharConverter;
    flags: (0x0002) ACC_PRIVATE

  private sun.io.ByteToCharConverter[] SS2Converter;
    descriptor: [Lsun/io/ByteToCharConverter;
    flags: (0x0002) ACC_PRIVATE

  private sun.io.ByteToCharConverter[] SS3Converter;
    descriptor: [Lsun/io/ByteToCharConverter;
    flags: (0x0002) ACC_PRIVATE

  private static final byte ISO_ESC;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 27

  private static final byte ISO_SI;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  private static final byte ISO_SO;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  private static final byte ISO_SS2_7;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 78

  private static final byte ISO_SS3_7;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 79

  private static final byte MSB;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -128

  private static final char REPLACE_CHAR;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65533

  private static final byte maximumDesignatorLength;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final byte SOFlag;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte SS2Flag;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte SS3Flag;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final byte G0;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte G1;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private sun.io.ByteToCharConverter[] tmpConverter;
    descriptor: [Lsun/io/ByteToCharConverter;
    flags: (0x0002) ACC_PRIVATE

  private int curSODes;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int curSS2Des;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int curSS3Des;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean shiftout;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private byte[] remainByte;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int remainIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte state;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private byte firstByte;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.io.ByteToCharISO2022CN this
         0: .line 66
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 68
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.shiftout:Z
         2: .line 69
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.state:B
         3: .line 70
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.firstByte:B
         4: .line 72
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.curSODes:I
         5: .line 73
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.curSS2Des:I
         6: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.curSS3Des:I
         7: .line 76
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharISO2022CN.byteOff:I
            putfield sun.io.ByteToCharISO2022CN.charOff:I
         8: .line 77
            aload 0 /* this */
            iconst_m1
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
         9: .line 79
            iconst_0
            istore 1 /* i */
            goto 12
        10: .line 80
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iload 1 /* i */
            iconst_0
            bastore
        11: .line 79
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 1 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            arraylength
            if_icmplt 10
        13: .line 81
            return
        end local 1 // int i
        end local 0 // sun.io.ByteToCharISO2022CN this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/io/ByteToCharISO2022CN;
            1   14     1     i  I

  public int flush(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.io.ByteToCharISO2022CN this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 87
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.state:B
            ifeq 3
         1: .line 88
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.badInputLength:I
         2: .line 89
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         3: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharISO2022CN.reset:()V
         4: .line 92
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharISO2022CN this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/io/ByteToCharISO2022CN;
            0    5     1    output  [C
            0    5     2  outStart  I
            0    5     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

  private byte[] savetyGetSrc(byte[], int, int, int);
    descriptor: ([BIII)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // sun.io.ByteToCharISO2022CN this
        start local 1 // byte[] input
        start local 2 // int inOff
        start local 3 // int inEnd
        start local 4 // int nbytes
         0: .line 100
            iload 2 /* inOff */
            iload 3 /* inEnd */
            iload 4 /* nbytes */
            isub
            iconst_1
            iadd
            if_icmpgt 3
         1: .line 101
            iload 4 /* nbytes */
            newarray 8
            astore 6 /* tmp */
        start local 6 // byte[] tmp
         2: goto 4
        end local 6 // byte[] tmp
         3: .line 103
      StackMap locals:
      StackMap stack:
            iload 3 /* inEnd */
            iload 2 /* inOff */
            isub
            newarray 8
            astore 6 /* tmp */
        start local 6 // byte[] tmp
         4: .line 105
      StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int int top byte[]
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 106
      StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int int int byte[]
      StackMap stack:
            aload 6 /* tmp */
            iload 5 /* i */
            aload 1 /* input */
            iload 2 /* inOff */
            iload 5 /* i */
            iadd
            baload
            bastore
         7: .line 105
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 6 /* tmp */
            arraylength
            if_icmplt 6
         9: .line 107
            aload 6 /* tmp */
            areturn
        end local 6 // byte[] tmp
        end local 5 // int i
        end local 4 // int nbytes
        end local 3 // int inEnd
        end local 2 // int inOff
        end local 1 // byte[] input
        end local 0 // sun.io.ByteToCharISO2022CN this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/io/ByteToCharISO2022CN;
            0   10     1   input  [B
            0   10     2   inOff  I
            0   10     3   inEnd  I
            0   10     4  nbytes  I
            5   10     5       i  I
            2    3     6     tmp  [B
            4   10     6     tmp  [B
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      nbytes  

  private char getUnicode(byte, byte, byte);
    descriptor: (BBB)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // sun.io.ByteToCharISO2022CN this
        start local 1 // byte byte1
        start local 2 // byte byte2
        start local 3 // byte shiftFlag
         0: .line 112
            iload 1 /* byte1 */
            bipush -128
            ior
            i2b
            istore 1 /* byte1 */
         1: .line 113
            iload 2 /* byte2 */
            bipush -128
            ior
            i2b
            istore 2 /* byte2 */
         2: .line 114
            iconst_1
            newarray 5
            astore 4 /* tmpChar */
        start local 4 // char[] tmpChar
         3: .line 116
            iload 3 /* shiftFlag */
            tableswitch { // 0 - 2
                    0: 4
                    1: 9
                    2: 14
              default: 19
          }
         4: .line 119
      StackMap locals: char[]
      StackMap stack:
            iconst_2
            newarray 8
            dup
            iconst_0
            iload 1 /* byte1 */
            bastore
            dup
            iconst_1
            iload 2 /* byte2 */
            bastore
            astore 5 /* tmpByte */
        start local 5 // byte[] tmpByte
         5: .line 120
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.curSODes:I
            aaload
            aload 5 /* tmpByte */
            iconst_0
            iconst_2
            aload 4 /* tmpChar */
            iconst_0
            iconst_1
            invokevirtual sun.io.ByteToCharConverter.convert:([BII[CII)I
            pop
        end local 5 // byte[] tmpByte
         6: .line 121
            goto 20
         7: .line 122
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         8: .line 123
            goto 20
         9: .line 126
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 8
            dup
            iconst_0
            bipush -114
            bastore
            dup
            iconst_1
            bipush -94
            bastore
            dup
            iconst_2
            iload 1 /* byte1 */
            bastore
            dup
            iconst_3
            iload 2 /* byte2 */
            bastore
            astore 5 /* tmpByte */
        start local 5 // byte[] tmpByte
        10: .line 127
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.curSS2Des:I
            aaload
            aload 5 /* tmpByte */
            iconst_0
            iconst_4
            aload 4 /* tmpChar */
            iconst_0
            iconst_1
            invokevirtual sun.io.ByteToCharConverter.convert:([BII[CII)I
            pop
        end local 5 // byte[] tmpByte
        11: .line 128
            goto 20
        12: .line 129
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        13: .line 130
            goto 20
        14: .line 133
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 8
            dup
            iconst_0
            bipush -114
            bastore
            dup
            iconst_1
            bipush -93
            bastore
            dup
            iconst_2
            iload 1 /* byte1 */
            bastore
            dup
            iconst_3
            iload 2 /* byte2 */
            bastore
            astore 5 /* tmpByte */
        start local 5 // byte[] tmpByte
        15: .line 134
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.curSS3Des:I
            aaload
            aload 5 /* tmpByte */
            iconst_0
            iconst_4
            aload 4 /* tmpChar */
            iconst_0
            iconst_1
            invokevirtual sun.io.ByteToCharConverter.convert:([BII[CII)I
            pop
        end local 5 // byte[] tmpByte
        16: .line 135
            goto 20
        17: .line 136
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        18: .line 137
            goto 20
        19: .line 139
      StackMap locals:
      StackMap stack:
            aload 4 /* tmpChar */
            iconst_0
            ldc 65533
            castore
        20: .line 141
      StackMap locals:
      StackMap stack:
            aload 4 /* tmpChar */
            iconst_0
            caload
            ireturn
        end local 4 // char[] tmpChar
        end local 3 // byte shiftFlag
        end local 2 // byte byte2
        end local 1 // byte byte1
        end local 0 // sun.io.ByteToCharISO2022CN this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lsun/io/ByteToCharISO2022CN;
            0   21     1      byte1  B
            0   21     2      byte2  B
            0   21     3  shiftFlag  B
            3   21     4    tmpChar  [C
            5    6     5    tmpByte  [B
           10   11     5    tmpByte  [B
           15   16     5    tmpByte  [B
      Exception table:
        from    to  target  type
           4     6       7  Class java.lang.Exception
           9    11      12  Class java.lang.Exception
          14    16      17  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      byte1      
      byte2      
      shiftFlag  

  public final int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=11, args_size=7
        start local 0 // sun.io.ByteToCharISO2022CN this
        start local 1 // byte[] input
        start local 2 // int inOff
        start local 3 // int inEnd
        start local 4 // char[] output
        start local 5 // int outOff
        start local 6 // int outEnd
         0: .line 150
            iconst_0
            istore 8 /* DesignatorLength */
        start local 8 // int DesignatorLength
         1: .line 151
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharISO2022CN.charOff:I
         2: .line 152
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharISO2022CN.byteOff:I
         3: .line 155
            goto 99
         4: .line 157
      StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            iload 6 /* outEnd */
            if_icmplt 6
         5: .line 158
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
         6: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            ifge 10
         7: .line 160
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.byteOff:I
            baload
            bastore
         8: .line 161
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
         9: .line 162
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022CN.byteOff:I
        10: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            baload
            lookupswitch { // 3
                   14: 11
                   15: 16
                   27: 21
              default: 83
          }
        11: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharISO2022CN.shiftout:Z
        12: .line 167
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            ifle 14
        13: .line 168
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
        15: .line 170
            goto 99
        16: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.shiftout:Z
        17: .line 173
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            ifle 19
        18: .line 174
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
        20: .line 176
            goto 99
        21: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.byteOff:I
            iload 3 /* inEnd */
        22: .line 179
            iconst_3
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            isub
        23: .line 178
            invokevirtual sun.io.ByteToCharISO2022CN.savetyGetSrc:([BIII)[B
            astore 9 /* tmp */
        start local 9 // byte[] tmp
        24: .line 180
            aload 9 /* tmp */
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            iconst_1
            iadd
            aload 9 /* tmp */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 182
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            aload 9 /* tmp */
            arraylength
            iadd
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
        26: .line 183
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.byteOff:I
            aload 9 /* tmp */
            arraylength
            iadd
            putfield sun.io.ByteToCharISO2022CN.byteOff:I
        27: .line 184
            aload 9 /* tmp */
            arraylength
            iconst_3
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            isub
            if_icmpge 29
        28: .line 185
            goto 99
        29: .line 186
      StackMap locals: byte[]
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            invokespecial java.lang.String.<init>:([BII)V
            astore 10 /* tmpString */
        start local 10 // java.lang.String tmpString
        30: .line 187
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        31: goto 37
        32: .line 188
      StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int char[] int int int int byte[] java.lang.String
      StackMap stack:
            aload 10 /* tmpString */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifne 36
        33: .line 189
            aload 0 /* this */
            iload 7 /* i */
            putfield sun.io.ByteToCharISO2022CN.curSODes:I
        34: .line 190
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.length:()I
            istore 8 /* DesignatorLength */
        35: .line 191
            goto 38
        36: .line 187
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
            arraylength
            if_icmplt 32
        38: .line 195
      StackMap locals:
      StackMap stack:
            iload 8 /* DesignatorLength */
            ifne 41
        39: .line 196
            aload 0 /* this */
            aload 9 /* tmp */
            arraylength
            putfield sun.io.ByteToCharISO2022CN.badInputLength:I
        40: .line 197
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        41: .line 200
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
            arraylength
            if_icmpne 74
        42: .line 201
            iconst_0
            istore 7 /* i */
            goto 48
        43: .line 202
      StackMap locals:
      StackMap stack:
            aload 10 /* tmpString */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifne 47
        44: .line 203
            aload 0 /* this */
            iload 7 /* i */
            putfield sun.io.ByteToCharISO2022CN.curSS2Des:I
        45: .line 204
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.length:()I
            istore 8 /* DesignatorLength */
        46: .line 205
            goto 49
        47: .line 201
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
            arraylength
            if_icmplt 43
        49: .line 208
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
            arraylength
            if_icmpne 74
        50: .line 209
            iconst_0
            istore 7 /* i */
            goto 56
        51: .line 210
      StackMap locals:
      StackMap stack:
            aload 10 /* tmpString */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifne 55
        52: .line 211
            aload 0 /* this */
            iload 7 /* i */
            putfield sun.io.ByteToCharISO2022CN.curSS3Des:I
        53: .line 212
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.length:()I
            istore 8 /* DesignatorLength */
        54: .line 213
            goto 57
        55: .line 209
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
            arraylength
            if_icmplt 51
        57: .line 216
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
            arraylength
            if_icmpne 74
        58: .line 217
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_1
            baload
            tableswitch { // 78 - 79
                   78: 59
                   79: 66
              default: 73
          }
        59: .line 219
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_2
            baload
        60: .line 220
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_3
            baload
        61: .line 221
            iconst_1
        62: .line 219
            invokevirtual sun.io.ByteToCharISO2022CN.getUnicode:(BBB)C
            castore
        63: .line 222
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022CN.charOff:I
        64: .line 223
            iconst_3
            istore 8 /* DesignatorLength */
        65: .line 224
            goto 74
        66: .line 226
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_2
            baload
        67: .line 227
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_3
            baload
        68: .line 228
            iconst_2
        69: .line 226
            invokevirtual sun.io.ByteToCharISO2022CN.getUnicode:(BBB)C
            castore
        70: .line 229
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022CN.charOff:I
        71: .line 230
            iconst_3
            istore 8 /* DesignatorLength */
        72: .line 231
            goto 74
        73: .line 233
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* DesignatorLength */
        74: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            iload 8 /* DesignatorLength */
            if_icmple 81
        75: .line 239
            iconst_0
            istore 7 /* i */
            goto 78
        76: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iload 8 /* DesignatorLength */
            iconst_1
            iadd
            iload 7 /* i */
            iadd
            baload
            bastore
        77: .line 239
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        78: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            iload 8 /* DesignatorLength */
            isub
            if_icmplt 76
        79: .line 241
            aload 0 /* this */
            iload 7 /* i */
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
        80: .line 242
            goto 99
        81: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
        82: .line 245
            goto 99
        end local 10 // java.lang.String tmpString
        end local 9 // byte[] tmp
        end local 7 // int i
        83: .line 247
      StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.shiftout:Z
            ifne 87
        84: .line 248
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            baload
            i2c
            castore
        85: .line 249
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022CN.charOff:I
        86: .line 250
            goto 96
        87: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.state:B
            tableswitch { // 0 - 1
                    0: 88
                    1: 91
              default: 96
          }
        88: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            baload
            putfield sun.io.ByteToCharISO2022CN.firstByte:B
        89: .line 254
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharISO2022CN.state:B
        90: .line 255
            goto 96
        91: .line 257
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.firstByte:B
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            baload
        92: .line 258
            iconst_0
        93: .line 257
            invokevirtual sun.io.ByteToCharISO2022CN.getUnicode:(BBB)C
            castore
        94: .line 259
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022CN.charOff:I
        95: .line 260
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022CN.state:B
        96: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            ifle 98
        97: .line 265
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        98: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022CN.remainIndex:I
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
        99: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
       100: .line 269
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // int DesignatorLength
        end local 6 // int outEnd
        end local 5 // int outOff
        end local 4 // char[] output
        end local 3 // int inEnd
        end local 2 // int inOff
        end local 1 // byte[] input
        end local 0 // sun.io.ByteToCharISO2022CN this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  101     0              this  Lsun/io/ByteToCharISO2022CN;
            0  101     1             input  [B
            0  101     2             inOff  I
            0  101     3             inEnd  I
            0  101     4            output  [C
            0  101     5            outOff  I
            0  101     6            outEnd  I
           31   83     7                 i  I
            1  101     8  DesignatorLength  I
           24   83     9               tmp  [B
           30   83    10         tmpString  Ljava/lang/String;
    Exceptions:
      throws sun.io.ConversionBufferFullException, sun.io.MalformedInputException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharISO2022CN this
         0: .line 272
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 34
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
         2: .line 35
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
         3: .line 37
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
         4: .line 38
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
         5: .line 60
            aload 0 /* this */
            bipush 10
            newarray 8
            putfield sun.io.ByteToCharISO2022CN.remainByte:[B
         6: .line 61
            aload 0 /* this */
            iconst_m1
            putfield sun.io.ByteToCharISO2022CN.remainIndex:I
         7: .line 274
            aload 0 /* this */
            iconst_3
            anewarray java.lang.String
            putfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
         8: .line 275
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
            iconst_0
            ldc "$A"
            aastore
         9: .line 276
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
            iconst_1
            ldc "$)A"
            aastore
        10: .line 277
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
            iconst_2
            ldc "$)G"
            aastore
        11: .line 278
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            putfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
        12: .line 279
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
            iconst_0
            ldc "$*H"
            aastore
        13: .line 280
            aload 0 /* this */
            iconst_1
            anewarray java.lang.String
            putfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
        14: .line 281
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
            iconst_0
            ldc "$+I"
            aastore
        15: .line 283
            aload 0 /* this */
            iconst_3
            anewarray sun.io.ByteToCharConverter
            putfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
        16: .line 284
            aload 0 /* this */
            iconst_1
            anewarray sun.io.ByteToCharConverter
            putfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
        17: .line 285
            aload 0 /* this */
            iconst_1
            anewarray sun.io.ByteToCharConverter
            putfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
        18: .line 288
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
            iconst_1
        19: .line 289
            ldc "GB2312"
            invokestatic sun.io.ByteToCharConverter.getConverter:(Ljava/lang/String;)Lsun/io/ByteToCharConverter;
            dup_x2
            aastore
        20: .line 288
            aastore
        21: .line 290
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
            iconst_2
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
            iconst_0
        22: .line 291
            ldc "CNS11643"
            invokestatic sun.io.ByteToCharConverter.getConverter:(Ljava/lang/String;)Lsun/io/ByteToCharConverter;
            dup_x2
            aastore
            dup_x2
            aastore
        23: .line 290
            aastore
        24: .line 292
            goto 26
      StackMap locals: sun.io.ByteToCharISO2022CN
      StackMap stack: java.lang.Exception
        25: pop
        26: .line 293
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.io.ByteToCharISO2022CN this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/io/ByteToCharISO2022CN;
      Exception table:
        from    to  target  type
          18    24      25  Class java.lang.Exception

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