public abstract class sun.io.ByteToCharISO2022 extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.ByteToCharISO2022
  super_class: sun.io.ByteToCharConverter
{
  protected java.lang.String[] SODesignator;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String[] SS2Designator;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String[] SS3Designator;
    descriptor: [Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected sun.io.ByteToCharConverter[] SOConverter;
    descriptor: [Lsun/io/ByteToCharConverter;
    flags: (0x0004) ACC_PROTECTED

  protected sun.io.ByteToCharConverter[] SS2Converter;
    descriptor: [Lsun/io/ByteToCharConverter;
    flags: (0x0004) ACC_PROTECTED

  protected sun.io.ByteToCharConverter[] SS3Converter;
    descriptor: [Lsun/io/ByteToCharConverter;
    flags: (0x0004) ACC_PROTECTED

  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 <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharISO2022 this
         0: .line 33
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 37
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022.SS2Designator:[Ljava/lang/String;
         2: .line 38
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022.SS3Designator:[Ljava/lang/String;
         3: .line 41
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022.SS2Converter:[Lsun/io/ByteToCharConverter;
         4: .line 42
            aload 0 /* this */
            aconst_null
            putfield sun.io.ByteToCharISO2022.SS3Converter:[Lsun/io/ByteToCharConverter;
         5: .line 64
            aload 0 /* this */
            bipush 10
            newarray 8
            putfield sun.io.ByteToCharISO2022.remainByte:[B
         6: .line 65
            aload 0 /* this */
            iconst_m1
            putfield sun.io.ByteToCharISO2022.remainIndex:I
         7: .line 33
            return
        end local 0 // sun.io.ByteToCharISO2022 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/io/ByteToCharISO2022;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.io.ByteToCharISO2022 this
         0: .line 70
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 72
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.shiftout:Z
         2: .line 73
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.state:B
         3: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.firstByte:B
         4: .line 76
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.curSODes:I
         5: .line 77
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.curSS2Des:I
         6: .line 78
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.curSS3Des:I
         7: .line 80
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharISO2022.byteOff:I
            putfield sun.io.ByteToCharISO2022.charOff:I
         8: .line 81
            aload 0 /* this */
            iconst_m1
            putfield sun.io.ByteToCharISO2022.remainIndex:I
         9: .line 83
            iconst_0
            istore 1 /* i */
            goto 12
        10: .line 84
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iload 1 /* i */
            iconst_0
            bastore
        11: .line 83
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 1 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            arraylength
            if_icmplt 10
        13: .line 85
            return
        end local 1 // int i
        end local 0 // sun.io.ByteToCharISO2022 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/io/ByteToCharISO2022;
            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.ByteToCharISO2022 this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 91
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.state:B
            ifeq 3
         1: .line 92
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.badInputLength:I
         2: .line 93
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         3: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharISO2022.reset:()V
         4: .line 96
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharISO2022 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/io/ByteToCharISO2022;
            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.ByteToCharISO2022 this
        start local 1 // byte[] input
        start local 2 // int inOff
        start local 3 // int inEnd
        start local 4 // int nbytes
         0: .line 104
            iload 2 /* inOff */
            iload 3 /* inEnd */
            iload 4 /* nbytes */
            isub
            iconst_1
            iadd
            if_icmpgt 3
         1: .line 105
            iload 4 /* nbytes */
            newarray 8
            astore 6 /* tmp */
        start local 6 // byte[] tmp
         2: goto 4
        end local 6 // byte[] tmp
         3: .line 107
      StackMap locals:
      StackMap stack:
            iload 3 /* inEnd */
            iload 2 /* inOff */
            isub
            newarray 8
            astore 6 /* tmp */
        start local 6 // byte[] tmp
         4: .line 109
      StackMap locals: sun.io.ByteToCharISO2022 byte[] int int int top byte[]
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 110
      StackMap locals: sun.io.ByteToCharISO2022 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 109
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 6 /* tmp */
            arraylength
            if_icmplt 6
         9: .line 111
            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.ByteToCharISO2022 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/io/ByteToCharISO2022;
            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=8, args_size=4
        start local 0 // sun.io.ByteToCharISO2022 this
        start local 1 // byte byte1
        start local 2 // byte byte2
        start local 3 // byte shiftFlag
         0: .line 116
            iload 1 /* byte1 */
            bipush -128
            ior
            i2b
            istore 1 /* byte1 */
         1: .line 117
            iload 2 /* byte2 */
            bipush -128
            ior
            i2b
            istore 2 /* byte2 */
         2: .line 119
            iconst_2
            newarray 8
            dup
            iconst_0
            iload 1 /* byte1 */
            bastore
            dup
            iconst_1
            iload 2 /* byte2 */
            bastore
            astore 4 /* tmpByte */
        start local 4 // byte[] tmpByte
         3: .line 120
            iconst_1
            newarray 5
            astore 5 /* tmpChar */
        start local 5 // char[] tmpChar
         4: .line 121
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: .line 122
            iconst_0
            istore 7 /* tmpIndex */
        start local 7 // int tmpIndex
         6: .line 124
            iload 3 /* shiftFlag */
            tableswitch { // 0 - 2
                    0: 7
                    1: 10
                    2: 13
              default: 15
          }
         7: .line 126
      StackMap locals: sun.io.ByteToCharISO2022 int int int byte[] char[] int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.curSODes:I
            istore 7 /* tmpIndex */
         8: .line 127
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SOConverter:[Lsun/io/ByteToCharConverter;
            putfield sun.io.ByteToCharISO2022.tmpConverter:[Lsun/io/ByteToCharConverter;
         9: .line 128
            goto 15
        10: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.curSS2Des:I
            istore 7 /* tmpIndex */
        11: .line 131
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS2Converter:[Lsun/io/ByteToCharConverter;
            putfield sun.io.ByteToCharISO2022.tmpConverter:[Lsun/io/ByteToCharConverter;
        12: .line 132
            goto 15
        13: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.curSS3Des:I
            istore 7 /* tmpIndex */
        14: .line 135
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS3Converter:[Lsun/io/ByteToCharConverter;
            putfield sun.io.ByteToCharISO2022.tmpConverter:[Lsun/io/ByteToCharConverter;
        15: .line 139
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
            goto 22
        16: .line 140
      StackMap locals:
      StackMap stack:
            iload 7 /* tmpIndex */
            iload 6 /* i */
            if_icmpne 21
        17: .line 142
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.tmpConverter:[Lsun/io/ByteToCharConverter;
            iload 6 /* i */
            aaload
            aload 4 /* tmpByte */
            iconst_0
            iconst_2
            aload 5 /* tmpChar */
            iconst_0
            iconst_1
            invokevirtual sun.io.ByteToCharConverter.convert:([BII[CII)I
            pop
        18: .line 143
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Exception
        19: pop
        20: .line 144
      StackMap locals:
      StackMap stack:
            aload 5 /* tmpChar */
            iconst_0
            caload
            ireturn
        21: .line 139
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 6 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.tmpConverter:[Lsun/io/ByteToCharConverter;
            arraylength
            if_icmplt 16
        23: .line 147
            ldc 65533
            ireturn
        end local 7 // int tmpIndex
        end local 6 // int i
        end local 5 // char[] tmpChar
        end local 4 // byte[] tmpByte
        end local 3 // byte shiftFlag
        end local 2 // byte byte2
        end local 1 // byte byte1
        end local 0 // sun.io.ByteToCharISO2022 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Lsun/io/ByteToCharISO2022;
            0   24     1      byte1  B
            0   24     2      byte2  B
            0   24     3  shiftFlag  B
            3   24     4    tmpByte  [B
            4   24     5    tmpChar  [C
            5   24     6          i  I
            6   24     7   tmpIndex  I
      Exception table:
        from    to  target  type
          17    18      19  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.ByteToCharISO2022 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 156
            iconst_0
            istore 8 /* DesignatorLength */
        start local 8 // int DesignatorLength
         1: .line 157
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharISO2022.charOff:I
         2: .line 158
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharISO2022.byteOff:I
         3: .line 161
            goto 99
         4: .line 163
      StackMap locals: sun.io.ByteToCharISO2022 byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.charOff:I
            iload 6 /* outEnd */
            if_icmplt 6
         5: .line 164
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
         6: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            ifge 10
         7: .line 166
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.byteOff:I
            baload
            bastore
         8: .line 167
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.remainIndex:I
         9: .line 168
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022.byteOff:I
        10: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            baload
            lookupswitch { // 3
                   14: 11
                   15: 16
                   27: 21
              default: 83
          }
        11: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharISO2022.shiftout:Z
        12: .line 173
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            ifle 14
        13: .line 174
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022.remainIndex:I
        15: .line 176
            goto 99
        16: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.shiftout:Z
        17: .line 179
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            ifle 19
        18: .line 180
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022.remainIndex:I
        20: .line 182
            goto 99
        21: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.byteOff:I
            iload 3 /* inEnd */
        22: .line 185
            iconst_3
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            isub
        23: .line 184
            invokevirtual sun.io.ByteToCharISO2022.savetyGetSrc:([BIII)[B
            astore 9 /* tmp */
        start local 9 // byte[] tmp
        24: .line 186
            aload 9 /* tmp */
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            iconst_1
            iadd
            aload 9 /* tmp */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 187
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            aload 9 /* tmp */
            arraylength
            iadd
            putfield sun.io.ByteToCharISO2022.remainIndex:I
        26: .line 188
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.byteOff:I
            aload 9 /* tmp */
            arraylength
            iadd
            putfield sun.io.ByteToCharISO2022.byteOff:I
        27: .line 189
            aload 9 /* tmp */
            arraylength
            iconst_3
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            isub
            if_icmpge 29
        28: .line 190
            goto 99
        29: .line 191
      StackMap locals: byte[]
      StackMap stack:
            new java.lang.String
            dup
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            invokespecial java.lang.String.<init>:([BII)V
            astore 10 /* tmpString */
        start local 10 // java.lang.String tmpString
        30: .line 192
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        31: goto 37
        32: .line 193
      StackMap locals: sun.io.ByteToCharISO2022 byte[] int int char[] int int int int byte[] java.lang.String
      StackMap stack:
            aload 10 /* tmpString */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SODesignator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifne 36
        33: .line 194
            aload 0 /* this */
            iload 7 /* i */
            putfield sun.io.ByteToCharISO2022.curSODes:I
        34: .line 195
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SODesignator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.length:()I
            istore 8 /* DesignatorLength */
        35: .line 196
            goto 38
        36: .line 192
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SODesignator:[Ljava/lang/String;
            arraylength
            if_icmplt 32
        38: .line 200
      StackMap locals:
      StackMap stack:
            iload 8 /* DesignatorLength */
            ifne 41
        39: .line 201
            aload 0 /* this */
            aload 9 /* tmp */
            arraylength
            putfield sun.io.ByteToCharISO2022.badInputLength:I
        40: .line 202
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        41: .line 205
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SODesignator:[Ljava/lang/String;
            arraylength
            if_icmpne 74
        42: .line 206
            iconst_0
            istore 7 /* i */
            goto 48
        43: .line 207
      StackMap locals:
      StackMap stack:
            aload 10 /* tmpString */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS2Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifne 47
        44: .line 208
            aload 0 /* this */
            iload 7 /* i */
            putfield sun.io.ByteToCharISO2022.curSS2Des:I
        45: .line 209
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS2Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.length:()I
            istore 8 /* DesignatorLength */
        46: .line 210
            goto 49
        47: .line 206
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS2Designator:[Ljava/lang/String;
            arraylength
            if_icmplt 43
        49: .line 213
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS2Designator:[Ljava/lang/String;
            arraylength
            if_icmpne 74
        50: .line 214
            iconst_0
            istore 7 /* i */
            goto 56
        51: .line 215
      StackMap locals:
      StackMap stack:
            aload 10 /* tmpString */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS3Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            ifne 55
        52: .line 216
            aload 0 /* this */
            iload 7 /* i */
            putfield sun.io.ByteToCharISO2022.curSS3Des:I
        53: .line 217
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS3Designator:[Ljava/lang/String;
            iload 7 /* i */
            aaload
            invokevirtual java.lang.String.length:()I
            istore 8 /* DesignatorLength */
        54: .line 218
            goto 57
        55: .line 214
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS3Designator:[Ljava/lang/String;
            arraylength
            if_icmplt 51
        57: .line 221
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.SS3Designator:[Ljava/lang/String;
            arraylength
            if_icmpne 74
        58: .line 222
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_1
            baload
            tableswitch { // 78 - 79
                   78: 59
                   79: 66
              default: 73
          }
        59: .line 224
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.charOff:I
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_2
            baload
        60: .line 225
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_3
            baload
        61: .line 226
            iconst_1
        62: .line 224
            invokevirtual sun.io.ByteToCharISO2022.getUnicode:(BBB)C
            castore
        63: .line 227
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022.charOff:I
        64: .line 228
            iconst_3
            istore 8 /* DesignatorLength */
        65: .line 229
            goto 74
        66: .line 231
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.charOff:I
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_2
            baload
        67: .line 232
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_3
            baload
        68: .line 233
            iconst_2
        69: .line 231
            invokevirtual sun.io.ByteToCharISO2022.getUnicode:(BBB)C
            castore
        70: .line 234
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022.charOff:I
        71: .line 235
            iconst_3
            istore 8 /* DesignatorLength */
        72: .line 236
            goto 74
        73: .line 238
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* DesignatorLength */
        74: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            iload 8 /* DesignatorLength */
            if_icmple 81
        75: .line 244
            iconst_0
            istore 7 /* i */
            goto 78
        76: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iload 8 /* DesignatorLength */
            iconst_1
            iadd
            iload 7 /* i */
            iadd
            baload
            bastore
        77: .line 244
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        78: iload 7 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            iload 8 /* DesignatorLength */
            isub
            if_icmplt 76
        79: .line 246
            aload 0 /* this */
            iload 7 /* i */
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022.remainIndex:I
        80: .line 247
            goto 99
        81: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.io.ByteToCharISO2022.remainIndex:I
        82: .line 250
            goto 99
        end local 10 // java.lang.String tmpString
        end local 9 // byte[] tmp
        end local 7 // int i
        83: .line 252
      StackMap locals: sun.io.ByteToCharISO2022 byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.shiftout:Z
            ifne 87
        84: .line 253
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            baload
            i2c
            castore
        85: .line 254
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022.charOff:I
        86: .line 255
            goto 96
        87: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.state:B
            tableswitch { // 0 - 1
                    0: 88
                    1: 91
              default: 96
          }
        88: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            baload
            putfield sun.io.ByteToCharISO2022.firstByte:B
        89: .line 259
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharISO2022.state:B
        90: .line 260
            goto 96
        91: .line 262
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.charOff:I
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.firstByte:B
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            baload
        92: .line 263
            iconst_0
        93: .line 262
            invokevirtual sun.io.ByteToCharISO2022.getUnicode:(BBB)C
            castore
        94: .line 264
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISO2022.charOff:I
        95: .line 265
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISO2022.state:B
        96: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            ifle 98
        97: .line 270
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        98: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISO2022.remainIndex:I
            iconst_1
            isub
            putfield sun.io.ByteToCharISO2022.remainIndex:I
        99: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
       100: .line 274
            aload 0 /* this */
            getfield sun.io.ByteToCharISO2022.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.ByteToCharISO2022 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  101     0              this  Lsun/io/ByteToCharISO2022;
            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  
}
SourceFile: "ByteToCharISO2022.java"