public class sun.io.ByteToCharGB18030 extends sun.io.ByteToCharGB18030DB
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharGB18030
  super_class: sun.io.ByteToCharGB18030DB
{
  private static final int GB18030_SINGLE_BYTE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int GB18030_DOUBLE_BYTE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int GB18030_FOUR_BYTE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static short[] decoderIndex1;
    descriptor: [S
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.String[] decoderIndex2;
    descriptor: [Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.io.ByteToCharGB18030 this
         0: .line 46
            aload 0 /* this */
            invokespecial sun.io.ByteToCharGB18030DB.<init>:()V
         1: .line 47
            new sun.nio.cs.ext.GB18030
            dup
            invokespecial sun.nio.cs.ext.GB18030.<init>:()V
            astore 1 /* nioCoder */
        start local 1 // sun.nio.cs.ext.GB18030 nioCoder
         2: .line 48
            aload 0 /* this */
            iconst_3
            newarray 8
            putfield sun.io.ByteToCharGB18030.savedBytes:[B
         3: .line 49
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharGB18030.currentState:I
         4: .line 50
            aload 1 /* nioCoder */
            invokevirtual sun.nio.cs.ext.GB18030.getDecoderIndex1:()[S
            putstatic sun.io.ByteToCharGB18030.decoderIndex1:[S
         5: .line 51
            aload 1 /* nioCoder */
            invokevirtual sun.nio.cs.ext.GB18030.getDecoderIndex2:()[Ljava/lang/String;
            putstatic sun.io.ByteToCharGB18030.decoderIndex2:[Ljava/lang/String;
         6: .line 52
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharGB18030.savedSize:I
         7: .line 53
            return
        end local 1 // sun.nio.cs.ext.GB18030 nioCoder
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lsun/io/ByteToCharGB18030;
            2    8     1  nioCoder  Lsun/nio/cs/ext/GB18030;

  public short[] getOuter();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharGB18030 this
         0: .line 56
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.index1:[S
            areturn
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharGB18030;

  public java.lang.String[] getInner();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharGB18030 this
         0: .line 60
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.index2:[Ljava/lang/String;
            areturn
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharGB18030;

  public short[] getDBIndex1();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharGB18030 this
         0: .line 64
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030DB.index1:[S
            areturn
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharGB18030;

  public java.lang.String[] getDBIndex2();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharGB18030 this
         0: .line 68
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030DB.index2:[Ljava/lang/String;
            areturn
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharGB18030;

  public int flush(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.io.ByteToCharGB18030 this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 74
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            ifeq 5
         1: .line 75
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharGB18030.savedSize:I
         2: .line 76
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharGB18030.currentState:I
         3: .line 77
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharGB18030.badInputLength:I
         4: .line 78
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         5: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharGB18030.charOff:I
            putfield sun.io.ByteToCharGB18030.byteOff:I
         6: .line 81
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/io/ByteToCharGB18030;
            0    7     1    output  [C
            0    7     2  outStart  I
            0    7     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=16, args_size=7
        start local 0 // sun.io.ByteToCharGB18030 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 93
            iconst_0
            istore 7 /* inputSize */
        start local 7 // int inputSize
         1: .line 97
            aload 0 /* this */
            iload 2 /* inOff */
            dup_x1
            putfield sun.io.ByteToCharGB18030.byteOff:I
            istore 8 /* readOff */
        start local 8 // int readOff
         2: .line 99
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            ifeq 23
         3: .line 102
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_0
            baload
            sipush 255
            iand
            sipush 129
            if_icmplt 9
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_0
            baload
            sipush 254
            if_icmpgt 9
         4: .line 103
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            iconst_1
            if_icmple 6
         5: .line 104
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_1
            baload
            sipush 255
            iand
            bipush 48
            if_icmplt 9
         6: .line 105
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            iconst_2
            if_icmple 11
         7: .line 106
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_2
            baload
            sipush 255
            iand
            sipush 129
            if_icmplt 9
         8: .line 107
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_2
            baload
            sipush 255
            iand
            sipush 254
            if_icmple 11
         9: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharGB18030.badInputLength:I
        10: .line 109
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        11: .line 112
      StackMap locals:
      StackMap stack:
            iload 3 /* inEnd */
            iload 2 /* inOff */
            isub
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            iadd
            newarray 8
            astore 9 /* newBuf */
        start local 9 // byte[] newBuf
        12: .line 113
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        13: goto 16
        14: .line 114
      StackMap locals: byte[] int
      StackMap stack:
            aload 9 /* newBuf */
            iload 10 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iload 10 /* i */
            baload
            bastore
        15: .line 113
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 10 /* i */
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            if_icmplt 14
        end local 10 // int i
        17: .line 116
            aload 1 /* input */
            iload 2 /* inOff */
            aload 9 /* newBuf */
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            iload 3 /* inEnd */
            iload 2 /* inOff */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 117
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.byteOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            isub
            putfield sun.io.ByteToCharGB18030.byteOff:I
        19: .line 118
            aload 9 /* newBuf */
            astore 1 /* input */
        20: .line 119
            iconst_0
            istore 2 /* inOff */
        21: .line 120
            aload 9 /* newBuf */
            arraylength
            istore 3 /* inEnd */
        22: .line 121
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharGB18030.savedSize:I
        end local 9 // byte[] newBuf
        23: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharGB18030.charOff:I
        24: .line 125
            iload 2 /* inOff */
            istore 8 /* readOff */
        25: .line 127
            goto 127
        26: .line 128
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* byte1 */
        start local 9 // int byte1
        27: iconst_0
            istore 10 /* byte2 */
        start local 10 // int byte2
        28: iconst_0
            istore 11 /* byte3 */
        start local 11 // int byte3
        29: iconst_0
            istore 12 /* byte4 */
        start local 12 // int byte4
        30: .line 131
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.charOff:I
            iload 6 /* outEnd */
            if_icmplt 32
        31: .line 132
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        32: .line 136
      StackMap locals: sun.io.ByteToCharGB18030 byte[] int int char[] int int int int int int int int
      StackMap stack:
            aload 1 /* input */
            iload 8 /* readOff */
            iinc 8 /* readOff */ 1
            baload
            sipush 255
            iand
            istore 9 /* byte1 */
        33: .line 137
            iconst_1
            istore 7 /* inputSize */
        34: .line 139
            iload 9 /* byte1 */
            bipush -128
            iand
            ifne 38
        35: .line 140
            iload 9 /* byte1 */
            i2c
            pop
        36: .line 141
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharGB18030.currentState:I
        37: .line 142
            goto 79
        38: .line 144
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            sipush 129
            if_icmplt 39
            iload 9 /* byte1 */
            sipush 254
            if_icmple 43
        39: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.subMode:Z
            ifeq 41
        40: .line 146
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.subChars:[C
            iconst_0
            caload
            pop
            goto 79
        41: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharGB18030.badInputLength:I
        42: .line 149
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        43: .line 157
      StackMap locals:
      StackMap stack:
            iload 8 /* readOff */
            iload 7 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmple 47
        44: .line 158
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_0
            iload 9 /* byte1 */
            i2b
            bastore
        45: .line 159
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharGB18030.savedSize:I
        46: .line 160
            goto 128
        47: .line 163
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            iload 8 /* readOff */
            iinc 8 /* readOff */ 1
            baload
            sipush 255
            iand
            istore 10 /* byte2 */
        48: .line 164
            iconst_2
            istore 7 /* inputSize */
        49: .line 166
            iload 10 /* byte2 */
            bipush 48
            if_icmpge 52
        50: .line 167
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharGB18030.badInputLength:I
        51: .line 168
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        52: .line 170
      StackMap locals:
      StackMap stack:
            iload 10 /* byte2 */
            bipush 48
            if_icmplt 74
            iload 10 /* byte2 */
            bipush 57
            if_icmpgt 74
        53: .line 171
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharGB18030.currentState:I
        54: .line 172
            iconst_4
            istore 7 /* inputSize */
        55: .line 174
            iload 8 /* readOff */
            iconst_2
            iadd
            iload 3 /* inEnd */
            if_icmple 66
        56: .line 175
            iload 8 /* readOff */
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmple 61
        57: .line 176
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_0
            iload 9 /* byte1 */
            i2b
            bastore
        58: .line 177
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_1
            iload 10 /* byte2 */
            i2b
            bastore
        59: .line 178
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharGB18030.savedSize:I
        60: .line 179
            goto 128
        61: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_0
            iload 9 /* byte1 */
            i2b
            bastore
        62: .line 182
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_1
            iload 10 /* byte2 */
            i2b
            bastore
        63: .line 183
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedBytes:[B
            iconst_2
            aload 1 /* input */
            iload 8 /* readOff */
            iinc 8 /* readOff */ 1
            baload
            bastore
        64: .line 184
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharGB18030.savedSize:I
        65: .line 186
            goto 128
        66: .line 188
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            iload 8 /* readOff */
            iinc 8 /* readOff */ 1
            baload
            sipush 255
            iand
            istore 11 /* byte3 */
        67: .line 189
            iload 11 /* byte3 */
            sipush 129
            if_icmplt 68
            iload 11 /* byte3 */
            sipush 254
            if_icmple 70
        68: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharGB18030.badInputLength:I
        69: .line 191
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        70: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            iload 8 /* readOff */
            iinc 8 /* readOff */ 1
            baload
            sipush 255
            iand
            istore 12 /* byte4 */
        71: .line 196
            iload 12 /* byte4 */
            bipush 48
            if_icmplt 72
            iload 12 /* byte4 */
            bipush 57
            if_icmple 79
        72: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharGB18030.badInputLength:I
        73: .line 198
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        74: .line 201
      StackMap locals:
      StackMap stack:
            iload 10 /* byte2 */
            bipush 127
            if_icmpeq 76
            iload 10 /* byte2 */
            sipush 255
            if_icmpeq 76
        75: .line 202
            iload 10 /* byte2 */
            bipush 64
            if_icmpge 78
        76: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharGB18030.badInputLength:I
        77: .line 204
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        78: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharGB18030.currentState:I
        79: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.currentState:I
            tableswitch { // 1 - 3
                    1: 80
                    2: 82
                    3: 84
              default: 125
          }
        80: .line 212
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            iload 9 /* byte1 */
            i2c
            castore
        81: .line 213
            goto 125
        82: .line 215
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            aload 0 /* this */
            iload 9 /* byte1 */
            iload 10 /* byte2 */
            invokespecial sun.io.ByteToCharGB18030DB.getUnicode:(II)C
            castore
        83: .line 216
            goto 125
        84: .line 218
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            sipush 129
            isub
            bipush 10
            imul
        85: .line 219
            iload 10 /* byte2 */
            bipush 48
            isub
        86: .line 218
            iadd
        87: .line 219
            bipush 126
        88: .line 218
            imul
        89: .line 220
            iload 11 /* byte3 */
        90: .line 218
            iadd
        91: .line 220
            sipush 129
        92: .line 218
            isub
        93: .line 220
            bipush 10
        94: .line 218
            imul
        95: .line 220
            iload 12 /* byte4 */
        96: .line 218
            iadd
        97: .line 220
            bipush 48
        98: .line 218
            isub
            istore 13 /* offset */
        start local 13 // int offset
        99: .line 229
            iload 13 /* offset */
            sipush 19042
            if_icmpgt 101
       100: .line 230
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            aload 0 /* this */
            iload 13 /* offset */
            invokevirtual sun.io.ByteToCharGB18030.getChar:(I)C
            castore
            goto 125
       101: .line 231
      StackMap locals: int
      StackMap stack:
            iload 13 /* offset */
            sipush 19042
            if_icmple 103
            iload 13 /* offset */
            ldc 33468
            if_icmpgt 103
       102: .line 232
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            iload 13 /* offset */
            sipush 21827
            iadd
            i2c
            castore
            goto 125
       103: .line 233
      StackMap locals:
      StackMap stack:
            iload 13 /* offset */
            ldc 33469
            if_icmplt 105
            iload 13 /* offset */
            ldc 33549
            if_icmpgt 105
       104: .line 234
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            aload 0 /* this */
            iload 13 /* offset */
            invokevirtual sun.io.ByteToCharGB18030.getChar:(I)C
            castore
            goto 125
       105: .line 235
      StackMap locals:
      StackMap stack:
            iload 13 /* offset */
            ldc 33549
            if_icmplt 107
            iload 13 /* offset */
            ldc 37800
            if_icmpgt 107
       106: .line 236
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            iload 13 /* offset */
            sipush 25943
            iadd
            i2c
            castore
            goto 125
       107: .line 237
      StackMap locals:
      StackMap stack:
            iload 13 /* offset */
            ldc 37801
            if_icmplt 109
            iload 13 /* offset */
            ldc 39419
            if_icmpgt 109
       108: .line 238
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            aload 0 /* this */
            iload 13 /* offset */
            invokevirtual sun.io.ByteToCharGB18030.getChar:(I)C
            castore
            goto 125
       109: .line 240
      StackMap locals:
      StackMap stack:
            iload 13 /* offset */
            ldc 189000
            if_icmplt 123
            iload 13 /* offset */
            ldc 1237576
            if_icmpge 123
       110: .line 241
            iload 13 /* offset */
            ldc 1237576
            if_icmplt 115
       111: .line 242
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.subMode:Z
            ifeq 113
       112: .line 243
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.subChars:[C
            iconst_0
            caload
            ireturn
       113: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharGB18030.badInputLength:I
       114: .line 246
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
       115: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.charOff:I
            iconst_2
            iadd
            iload 6 /* outEnd */
            if_icmple 117
       116: .line 251
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
       117: .line 253
      StackMap locals:
      StackMap stack:
            iload 13 /* offset */
            ldc 123464
            isub
            istore 13 /* offset */
       118: .line 254
            iload 13 /* offset */
            ldc 65536
            isub
            sipush 1024
            idiv
            ldc 55296
            iadd
            i2c
            istore 14 /* highSurr */
        start local 14 // char highSurr
       119: .line 255
            iload 13 /* offset */
            ldc 65536
            isub
            sipush 1024
            irem
            ldc 56320
            iadd
            i2c
            istore 15 /* lowSurr */
        start local 15 // char lowSurr
       120: .line 256
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            iload 14 /* highSurr */
            castore
       121: .line 257
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharGB18030.charOff:I
            iload 15 /* lowSurr */
            castore
        end local 15 // char lowSurr
        end local 14 // char highSurr
       122: .line 258
            goto 125
       123: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharGB18030.badInputLength:I
       124: .line 261
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        end local 13 // int offset
       125: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.byteOff:I
       126: .line 265
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharGB18030.byteOff:I
        end local 12 // int byte4
        end local 11 // int byte3
        end local 10 // int byte2
        end local 9 // int byte1
       127: .line 127
      StackMap locals: sun.io.ByteToCharGB18030 byte[] int int char[] int int int int
      StackMap stack:
            iload 8 /* readOff */
            iload 3 /* inEnd */
            if_icmplt 26
       128: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharGB18030.byteOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.savedSize:I
            iadd
            putfield sun.io.ByteToCharGB18030.byteOff:I
       129: .line 269
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // int readOff
        end local 7 // int inputSize
        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.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0  130     0       this  Lsun/io/ByteToCharGB18030;
            0  130     1      input  [B
            0  130     2      inOff  I
            0  130     3      inEnd  I
            0  130     4     output  [C
            0  130     5     outOff  I
            0  130     6     outEnd  I
            1  130     7  inputSize  I
            2  130     8    readOff  I
           12   23     9     newBuf  [B
           13   17    10          i  I
           27  127     9      byte1  I
           28  127    10      byte2  I
           29  127    11      byte3  I
           30  127    12      byte4  I
           99  125    13     offset  I
          119  122    14   highSurr  C
          120  122    15    lowSurr  C
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharGB18030 this
         0: .line 273
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharGB18030.charOff:I
            putfield sun.io.ByteToCharGB18030.byteOff:I
         1: .line 274
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharGB18030.currentState:I
         2: .line 275
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharGB18030.savedSize:I
         3: .line 276
            return
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/ByteToCharGB18030;

  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.ByteToCharGB18030 this
         0: .line 279
            ldc "GB18030"
            areturn
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharGB18030;

  private char getChar(int);
    descriptor: (I)C
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // sun.io.ByteToCharGB18030 this
        start local 1 // int offset
         0: .line 283
            iload 1 /* offset */
            bipush 8
            ishr
            sipush 255
            iand
            istore 2 /* byte1 */
        start local 2 // int byte1
         1: .line 284
            iload 1 /* offset */
            sipush 255
            iand
            istore 3 /* byte2 */
        start local 3 // int byte2
         2: .line 285
            iconst_0
            istore 4 /* start */
        start local 4 // int start
         3: sipush 255
            istore 5 /* end */
        start local 5 // int end
         4: .line 287
            iload 2 /* byte1 */
            iflt 6
            iload 2 /* byte1 */
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharGB18030.getOuter:()[S
            arraylength
            if_icmpgt 6
         5: .line 288
            iload 3 /* byte2 */
            iload 4 /* start */
            if_icmplt 6
            iload 3 /* byte2 */
            iload 5 /* end */
            if_icmple 10
         6: .line 289
      StackMap locals: sun.io.ByteToCharGB18030 int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.subMode:Z
            ifeq 8
         7: .line 290
            aload 0 /* this */
            getfield sun.io.ByteToCharGB18030.subChars:[C
            iconst_0
            caload
            ireturn
         8: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharGB18030.badInputLength:I
         9: .line 293
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        10: .line 297
      StackMap locals:
      StackMap stack:
            getstatic sun.io.ByteToCharGB18030.decoderIndex1:[S
            iload 2 /* byte1 */
            saload
            bipush 15
            iand
            iload 5 /* end */
            iload 4 /* start */
            isub
            iconst_1
            iadd
            imul
            iload 3 /* byte2 */
            iload 4 /* start */
            isub
            iadd
            istore 6 /* n */
        start local 6 // int n
        11: .line 298
            getstatic sun.io.ByteToCharGB18030.decoderIndex2:[Ljava/lang/String;
            getstatic sun.io.ByteToCharGB18030.decoderIndex1:[S
            iload 2 /* byte1 */
            saload
            iconst_4
            ishr
            aaload
            iload 6 /* n */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 6 // int n
        end local 5 // int end
        end local 4 // int start
        end local 3 // int byte2
        end local 2 // int byte1
        end local 1 // int offset
        end local 0 // sun.io.ByteToCharGB18030 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lsun/io/ByteToCharGB18030;
            0   12     1  offset  I
            1   12     2   byte1  I
            2   12     3   byte2  I
            3   12     4   start  I
            4   12     5     end  I
           11   12     6       n  I
    Exceptions:
      throws sun.io.UnknownCharacterException
    MethodParameters:
        Name  Flags
      offset  
}
SourceFile: "ByteToCharGB18030.java"