public abstract class sun.io.ByteToCharEUC2 extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.ByteToCharEUC2
  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

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

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

  char decodeSingle(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharEUC2 this
        start local 1 // int b
         0: .line 48
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.dec:Lsun/nio/cs/ext/DoubleByte$Decoder;
            iload 1 /* b */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.decodeSingle:(I)C
            ireturn
        end local 1 // int b
        end local 0 // sun.io.ByteToCharEUC2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharEUC2;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     

  char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.io.ByteToCharEUC2 this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 52
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.dec:Lsun/nio/cs/ext/DoubleByte$Decoder;
            iload 1 /* b1 */
            iload 2 /* b2 */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.decodeDouble:(II)C
            ireturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.io.ByteToCharEUC2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharEUC2;
            0    1     1    b1  I
            0    1     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  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.ByteToCharEUC2 this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 61
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.state:I
            ifeq 4
         1: .line 62
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC2.reset:()V
         2: .line 63
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC2.badInputLength:I
         3: .line 64
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC2.reset:()V
         5: .line 68
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharEUC2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/ByteToCharEUC2;
            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.ByteToCharEUC2 this
         0: .line 75
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC2.state:I
         1: .line 76
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharEUC2.byteOff:I
            putfield sun.io.ByteToCharEUC2.charOff:I
         2: .line 77
            return
        end local 0 // sun.io.ByteToCharEUC2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharEUC2;

  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.ByteToCharEUC2 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 88
            ldc 65533
            istore 8 /* outputChar */
        start local 8 // char outputChar
         1: .line 89
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharEUC2.byteOff:I
         2: .line 90
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharEUC2.charOff:I
         3: .line 92
            goto 33
         4: .line 93
      StackMap locals: sun.io.ByteToCharEUC2 byte[] int int char[] int int top int
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.byteOff:I
            baload
            sipush 255
            iand
            istore 7 /* byte1 */
        start local 7 // int byte1
         5: .line 94
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.state:I
            tableswitch { // 0 - 1
                    0: 6
                    1: 18
              default: 23
          }
         6: .line 96
      StackMap locals: sun.io.ByteToCharEUC2 byte[] int int char[] int int int int
      StackMap stack:
            iload 7 /* byte1 */
            sipush 142
            if_icmpeq 8
         7: .line 97
            iload 7 /* byte1 */
            sipush 143
            if_icmpne 10
         8: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC2.badInputLength:I
         9: .line 99
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        10: .line 101
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 159
            if_icmpgt 12
        11: .line 102
            aload 0 /* this */
            iload 7 /* byte1 */
            invokevirtual sun.io.ByteToCharEUC2.decodeSingle:(I)C
            istore 8 /* outputChar */
            goto 23
        12: .line 104
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 13
            iload 7 /* byte1 */
            sipush 254
            if_icmple 15
        13: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC2.badInputLength:I
        14: .line 106
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        15: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* byte1 */
            putfield sun.io.ByteToCharEUC2.firstByte:I
        16: .line 109
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC2.state:I
        17: .line 111
            goto 23
        18: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC2.state:I
        19: .line 114
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 20
            iload 7 /* byte1 */
            sipush 254
            if_icmple 22
        20: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC2.badInputLength:I
        21: .line 116
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        22: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.firstByte:I
            iload 7 /* byte1 */
            invokevirtual sun.io.ByteToCharEUC2.decodeDouble:(II)C
            istore 8 /* outputChar */
        23: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.state:I
            ifne 32
        24: .line 122
            iload 8 /* outputChar */
            ldc 65533
            if_icmpne 29
        25: .line 123
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.subMode:Z
            ifeq 27
        26: .line 124
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.subChars:[C
            iconst_0
            caload
            istore 8 /* outputChar */
            goto 29
        27: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharEUC2.badInputLength:I
        28: .line 127
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        29: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.charOff:I
            iload 6 /* outEnd */
            if_icmplt 31
        30: .line 131
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        31: .line 132
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC2.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC2.charOff:I
            iload 8 /* outputChar */
            castore
        32: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC2.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC2.byteOff:I
        end local 7 // int byte1
        33: .line 92
      StackMap locals: sun.io.ByteToCharEUC2 byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
        34: .line 136
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC2.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.ByteToCharEUC2 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   35     0        this  Lsun/io/ByteToCharEUC2;
            0   35     1       input  [B
            0   35     2       inOff  I
            0   35     3       inEnd  I
            0   35     4      output  [C
            0   35     5      outOff  I
            0   35     6      outEnd  I
            5   33     7       byte1  I
            1   35     8  outputChar  C
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  
}
SourceFile: "ByteToCharEUC2.java"
InnerClasses:
  public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte