public abstract class sun.io.ByteToCharEUC extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.ByteToCharEUC
  super_class: sun.io.ByteToCharConverter
{
  private final int G0;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 0

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

  private final int SS2;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 142

  private final int SS3;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 143

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharEUC this
         0: .line 44
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 32
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC.G0:I
         2: .line 33
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC.G1:I
         3: .line 34
            aload 0 /* this */
            sipush 142
            putfield sun.io.ByteToCharEUC.SS2:I
         4: .line 35
            aload 0 /* this */
            sipush 143
            putfield sun.io.ByteToCharEUC.SS3:I
         5: .line 45
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC.state:I
         6: .line 46
            return
        end local 0 // sun.io.ByteToCharEUC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/io/ByteToCharEUC;

  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 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.state:I
            ifeq 4
         1: .line 55
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC.reset:()V
         2: .line 56
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC.badInputLength:I
         3: .line 57
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC.reset:()V
         5: .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 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/ByteToCharEUC;
            0    6     1    output  [C
            0    6     2  outStart  I
            0    6     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 this
         0: .line 68
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC.state:I
         1: .line 69
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharEUC.byteOff:I
            putfield sun.io.ByteToCharEUC.charOff:I
         2: .line 70
            return
        end local 0 // sun.io.ByteToCharEUC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharEUC;

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // sun.io.ByteToCharEUC 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 82
            ldc 65533
            istore 8 /* outputChar */
        start local 8 // char outputChar
         1: .line 84
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharEUC.byteOff:I
         2: .line 85
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharEUC.charOff:I
         3: .line 87
            goto 35
         4: .line 89
      StackMap locals: sun.io.ByteToCharEUC byte[] int int char[] int int top int
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.byteOff:I
            baload
            istore 7 /* byte1 */
        start local 7 // int byte1
         5: .line 90
            iload 7 /* byte1 */
            ifge 7
         6: .line 91
            iinc 7 /* byte1 */ 256
         7: .line 93
      StackMap locals: sun.io.ByteToCharEUC byte[] int int char[] int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.state:I
            tableswitch { // 0 - 1
                    0: 8
                    1: 20
              default: 25
          }
         8: .line 95
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 142
            if_icmpeq 10
         9: .line 96
            iload 7 /* byte1 */
            sipush 143
            if_icmpne 12
        10: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC.badInputLength:I
        11: .line 98
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        12: .line 101
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 159
            if_icmpgt 14
        13: .line 102
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.byteToCharTable:Ljava/lang/String;
            iload 7 /* byte1 */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
            goto 25
        14: .line 104
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 15
            iload 7 /* byte1 */
            sipush 254
            if_icmple 17
        15: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC.badInputLength:I
        16: .line 106
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        17: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* byte1 */
            putfield sun.io.ByteToCharEUC.firstByte:I
        18: .line 109
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC.state:I
        19: .line 111
            goto 25
        20: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC.state:I
        21: .line 116
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 22
            iload 7 /* byte1 */
            sipush 254
            if_icmple 24
        22: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC.badInputLength:I
        23: .line 118
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        24: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.mappingTableG1:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.firstByte:I
            sipush 161
            isub
            bipush 94
            imul
            iload 7 /* byte1 */
            iadd
            sipush 161
            isub
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        25: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.state:I
            ifne 34
        26: .line 127
            iload 8 /* outputChar */
            ldc 65533
            if_icmpne 31
        27: .line 128
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.subMode:Z
            ifeq 29
        28: .line 129
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.subChars:[C
            iconst_0
            caload
            istore 8 /* outputChar */
            goto 31
        29: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC.badInputLength:I
        30: .line 132
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        31: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.charOff:I
            iload 6 /* outEnd */
            if_icmplt 33
        32: .line 137
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        33: .line 139
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC.charOff:I
            iload 8 /* outputChar */
            castore
        34: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC.byteOff:I
        end local 7 // int byte1
        35: .line 87
      StackMap locals: sun.io.ByteToCharEUC byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
        36: .line 146
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // char outputChar
        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 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0        this  Lsun/io/ByteToCharEUC;
            0   37     1       input  [B
            0   37     2       inOff  I
            0   37     3       inEnd  I
            0   37     4      output  [C
            0   37     5      outOff  I
            0   37     6      outEnd  I
            5   35     7       byte1  I
            1   37     8  outputChar  C
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  
}
SourceFile: "ByteToCharEUC.java"