public class sun.io.ByteToCharEUC_TW extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharEUC_TW
  super_class: sun.io.ByteToCharConverter
{
  private final byte G0;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 0

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

  private final byte G2;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 2

  private final byte G3;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 3

  private final byte G4;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 4

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

  private final byte SS2;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: -114

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

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

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

  private sun.nio.cs.ext.EUC_TW$Decoder dec;
    descriptor: Lsun/nio/cs/ext/EUC_TW$Decoder;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharEUC_TW this
         0: .line 48
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.G0:B
         2: .line 36
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC_TW.G1:B
         3: .line 37
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharEUC_TW.G2:B
         4: .line 38
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharEUC_TW.G3:B
         5: .line 39
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharEUC_TW.G4:B
         6: .line 40
            aload 0 /* this */
            bipush -128
            putfield sun.io.ByteToCharEUC_TW.MSB:B
         7: .line 41
            aload 0 /* this */
            bipush -114
            putfield sun.io.ByteToCharEUC_TW.SS2:B
         8: .line 43
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.firstByte:B
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.state:B
         9: .line 44
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.cnsPlane:I
        10: .line 46
            aload 0 /* this */
            new sun.nio.cs.ext.EUC_TW
            dup
            invokespecial sun.nio.cs.ext.EUC_TW.<init>:()V
            invokevirtual sun.nio.cs.ext.EUC_TW.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            checkcast sun.nio.cs.ext.EUC_TW$Decoder
            putfield sun.io.ByteToCharEUC_TW.dec:Lsun/nio/cs/ext/EUC_TW$Decoder;
        11: .line 49
            return
        end local 0 // sun.io.ByteToCharEUC_TW this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/io/ByteToCharEUC_TW;

  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.ByteToCharEUC_TW this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 54
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.state:B
            ifeq 5
         1: .line 55
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.state:B
         2: .line 56
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.firstByte:B
         3: .line 57
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.badInputLength:I
         4: .line 58
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         5: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC_TW.reset:()V
         6: .line 61
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharEUC_TW this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/io/ByteToCharEUC_TW;
            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 void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharEUC_TW this
         0: .line 65
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.dec:Lsun/nio/cs/ext/EUC_TW$Decoder;
            invokevirtual sun.nio.cs.ext.EUC_TW$Decoder.reset:()Ljava/nio/charset/CharsetDecoder;
            pop
         1: .line 66
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.state:B
         2: .line 67
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.firstByte:B
         3: .line 68
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharEUC_TW.charOff:I
            putfield sun.io.ByteToCharEUC_TW.byteOff:I
         4: .line 69
            return
        end local 0 // sun.io.ByteToCharEUC_TW this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/io/ByteToCharEUC_TW;

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=7
        start local 0 // sun.io.ByteToCharEUC_TW 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 79
            iconst_0
            istore 7 /* inputSize */
        start local 7 // int inputSize
         1: .line 80
            iconst_1
            newarray 5
            astore 8 /* c1 */
        start local 8 // char[] c1
         2: .line 82
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharEUC_TW.byteOff:I
         3: .line 83
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharEUC_TW.charOff:I
         4: .line 85
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharEUC_TW.cnsPlane:I
         5: .line 86
            goto 70
         6: .line 87
      StackMap locals: int char[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.charOff:I
            iload 6 /* outEnd */
            if_icmplt 8
         7: .line 88
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
         8: .line 89
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9 /* outputChar */
        start local 9 // char[] outputChar
         9: .line 90
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.state:B
            tableswitch { // 0 - 4
                    0: 10
                    1: 20
                    2: 33
                    3: 42
                    4: 49
              default: 59
          }
        10: .line 92
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            bipush -128
            iand
            ifne 14
        11: .line 93
            aload 8 /* c1 */
            astore 9 /* outputChar */
        12: .line 94
            aload 9 /* outputChar */
            iconst_0
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            i2c
            castore
        13: .line 95
            goto 59
      StackMap locals:
      StackMap stack:
        14: aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            bipush -114
            if_icmpne 17
        15: .line 96
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharEUC_TW.state:B
        16: .line 97
            goto 59
        17: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            putfield sun.io.ByteToCharEUC_TW.firstByte:B
        18: .line 99
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC_TW.state:B
        19: .line 101
            goto 59
        20: .line 103
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* inputSize */
        21: .line 104
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            bipush -128
            iand
            ifeq 28
        22: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.cnsPlane:I
        23: .line 106
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.dec:Lsun/nio/cs/ext/EUC_TW$Decoder;
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.firstByte:B
            sipush 255
            iand
        24: .line 107
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            sipush 255
            iand
        25: .line 108
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.cnsPlane:I
        26: .line 106
            invokevirtual sun.nio.cs.ext.EUC_TW$Decoder.toUnicode:(III)[C
            astore 9 /* outputChar */
        27: .line 109
            goto 30
        28: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC_TW.badInputLength:I
        29: .line 111
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.firstByte:B
        31: .line 114
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.state:B
        32: .line 115
            goto 59
        33: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            bipush 15
            iand
            putfield sun.io.ByteToCharEUC_TW.cnsPlane:I
        34: .line 119
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.cnsPlane:I
            bipush 15
            if_icmpne 35
            bipush 8
            goto 36
      StackMap locals:
      StackMap stack: sun.io.ByteToCharEUC_TW
        35: aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.cnsPlane:I
      StackMap locals: sun.io.ByteToCharEUC_TW byte[] int int char[] int int int char[] char[]
      StackMap stack: sun.io.ByteToCharEUC_TW int
        36: putfield sun.io.ByteToCharEUC_TW.cnsPlane:I
        37: .line 121
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.cnsPlane:I
            bipush 15
            if_icmpge 40
        38: .line 122
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharEUC_TW.state:B
        39: .line 123
            goto 59
        40: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharEUC_TW.badInputLength:I
        41: .line 125
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        42: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            bipush -128
            iand
            ifeq 46
        43: .line 131
            aload 0 /* this */
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            putfield sun.io.ByteToCharEUC_TW.firstByte:B
        44: .line 132
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharEUC_TW.state:B
        45: .line 133
            goto 59
        46: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.state:B
        47: .line 135
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharEUC_TW.badInputLength:I
        48: .line 136
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        49: .line 140
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            bipush -128
            iand
            ifeq 55
        50: .line 141
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.dec:Lsun/nio/cs/ext/EUC_TW$Decoder;
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.firstByte:B
            sipush 255
            iand
        51: .line 142
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            baload
            sipush 255
            iand
        52: .line 143
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.cnsPlane:I
            iconst_1
            isub
        53: .line 141
            invokevirtual sun.nio.cs.ext.EUC_TW$Decoder.toUnicode:(III)[C
            astore 9 /* outputChar */
        54: .line 144
            goto 57
        55: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharEUC_TW.badInputLength:I
        56: .line 146
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        57: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.firstByte:B
        58: .line 149
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_TW.state:B
        59: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            iconst_1
            iadd
        60: .line 152
            putfield sun.io.ByteToCharEUC_TW.byteOff:I
        61: .line 153
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.state:B
            ifne 70
        62: .line 154
            aload 9 /* outputChar */
            ifnonnull 69
        63: .line 155
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.subMode:Z
            ifeq 67
        64: .line 156
            aload 8 /* c1 */
            astore 9 /* outputChar */
        65: .line 157
            aload 9 /* outputChar */
            iconst_0
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.subChars:[C
            iconst_0
            caload
            castore
        66: .line 158
            goto 69
        67: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* inputSize */
            putfield sun.io.ByteToCharEUC_TW.badInputLength:I
        68: .line 160
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        69: .line 163
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_TW.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC_TW.charOff:I
            aload 9 /* outputChar */
            iconst_0
            caload
            castore
        end local 9 // char[] outputChar
        70: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 6
        71: .line 166
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_TW.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // char[] c1
        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.ByteToCharEUC_TW this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   72     0        this  Lsun/io/ByteToCharEUC_TW;
            0   72     1       input  [B
            0   72     2       inOff  I
            0   72     3       inEnd  I
            0   72     4      output  [C
            0   72     5      outOff  I
            0   72     6      outEnd  I
            1   72     7   inputSize  I
            2   72     8          c1  [C
            9   70     9  outputChar  [C
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  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.ByteToCharEUC_TW this
         0: .line 174
            ldc "EUC_TW"
            areturn
        end local 0 // sun.io.ByteToCharEUC_TW this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharEUC_TW;
}
SourceFile: "ByteToCharEUC_TW.java"
InnerClasses:
  public Decoder = sun.nio.cs.ext.EUC_TW$Decoder of sun.nio.cs.ext.EUC_TW