public class sun.io.ByteToCharEUC_JP extends sun.io.ByteToCharJIS0208
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharEUC_JP
  super_class: sun.io.ByteToCharJIS0208
{
  private byte savedSecond;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  sun.io.ByteToCharJIS0201 bcJIS0201;
    descriptor: Lsun/io/ByteToCharJIS0201;
    flags: (0x0000) 

  sun.io.ByteToCharJIS0212 bcJIS0212;
    descriptor: Lsun/io/ByteToCharJIS0212;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharEUC_JP this
         0: .line 39
            aload 0 /* this */
            invokespecial sun.io.ByteToCharJIS0208.<init>:()V
         1: .line 33
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP.savedSecond:B
         2: .line 35
            aload 0 /* this */
            new sun.io.ByteToCharJIS0201
            dup
            invokespecial sun.io.ByteToCharJIS0201.<init>:()V
            putfield sun.io.ByteToCharEUC_JP.bcJIS0201:Lsun/io/ByteToCharJIS0201;
         3: .line 36
            aload 0 /* this */
            new sun.io.ByteToCharJIS0212
            dup
            invokespecial sun.io.ByteToCharJIS0212.<init>:()V
            putfield sun.io.ByteToCharEUC_JP.bcJIS0212:Lsun/io/ByteToCharJIS0212;
         4: .line 40
            aload 0 /* this */
            sipush 161
            putfield sun.io.ByteToCharEUC_JP.start:I
         5: .line 41
            aload 0 /* this */
            sipush 254
            putfield sun.io.ByteToCharEUC_JP.end:I
         6: .line 42
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP.savedSecond:B
         7: .line 43
            return
        end local 0 // sun.io.ByteToCharEUC_JP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/io/ByteToCharEUC_JP;

  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_JP this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 48
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.savedSecond:B
            ifeq 3
         1: .line 49
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC_JP.reset:()V
         2: .line 50
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         3: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC_JP.reset:()V
         4: .line 53
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharEUC_JP this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/io/ByteToCharEUC_JP;
            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    

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharEUC_JP this
         0: .line 61
            aload 0 /* this */
            invokespecial sun.io.ByteToCharJIS0208.reset:()V
         1: .line 62
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP.savedSecond:B
         2: .line 63
            return
        end local 0 // sun.io.ByteToCharEUC_JP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharEUC_JP;

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

  protected char convSingleByte(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharEUC_JP this
        start local 1 // int b
         0: .line 70
            iload 1 /* b */
            iflt 1
            iload 1 /* b */
            bipush 127
            if_icmple 2
         1: .line 71
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.bcJIS0201:Lsun/io/ByteToCharJIS0201;
            iload 1 /* b */
            invokevirtual sun.io.ByteToCharJIS0201.getUnicode:(I)C
            ireturn
        end local 1 // int b
        end local 0 // sun.io.ByteToCharEUC_JP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharEUC_JP;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  protected char getUnicode(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.io.ByteToCharEUC_JP this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 76
            iload 1 /* byte1 */
            sipush 142
            if_icmpne 2
         1: .line 77
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.bcJIS0201:Lsun/io/ByteToCharJIS0201;
            iload 2 /* byte2 */
            sipush 256
            isub
            invokevirtual sun.io.ByteToCharJIS0201.getUnicode:(I)C
            ireturn
         2: .line 81
      StackMap locals:
      StackMap stack:
            iload 1 /* byte1 */
            iflt 4
            iload 1 /* byte1 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.index1:[S
            arraylength
            if_icmpgt 4
         3: .line 82
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.start:I
            if_icmplt 4
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.end:I
            if_icmple 5
         4: .line 83
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         5: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            bipush 15
            iand
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.end:I
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.start:I
            isub
            iconst_1
            iadd
            imul
         6: .line 86
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.start:I
            isub
         7: .line 85
            iadd
            istore 3 /* n */
        start local 3 // int n
         8: .line 87
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.index2:[Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            iconst_4
            ishr
            aaload
            iload 3 /* n */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 3 // int n
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.io.ByteToCharEUC_JP this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/io/ByteToCharEUC_JP;
            0    9     1  byte1  I
            0    9     2  byte2  I
            8    9     3      n  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  

  protected char decode0212(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.io.ByteToCharEUC_JP this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 91
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.bcJIS0212:Lsun/io/ByteToCharJIS0212;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.io.ByteToCharJIS0212.getUnicode:(II)C
            ireturn
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.io.ByteToCharEUC_JP this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/io/ByteToCharEUC_JP;
            0    1     1  byte1  I
            0    1     2  byte2  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=7
        start local 0 // sun.io.ByteToCharEUC_JP 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 113
            ldc 65533
            istore 7 /* outputChar */
        start local 7 // char outputChar
         1: .line 114
            iconst_0
            istore 8 /* inputSize */
        start local 8 // int inputSize
         2: .line 117
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharEUC_JP.charOff:I
         3: .line 118
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharEUC_JP.byteOff:I
         4: .line 121
            goto 49
         5: .line 124
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.savedByte:B
            ifne 9
         6: .line 125
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            baload
            istore 9 /* byte1 */
        start local 9 // int byte1
         7: .line 126
            iconst_1
            istore 8 /* inputSize */
         8: .line 127
            goto 12
        end local 9 // int byte1
         9: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.savedByte:B
            istore 9 /* byte1 */
        start local 9 // int byte1
        10: .line 129
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP.savedByte:B
        11: .line 130
            iconst_0
            istore 8 /* inputSize */
        12: .line 133
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* byte1 */
            invokevirtual sun.io.ByteToCharEUC_JP.convSingleByte:(I)C
            istore 7 /* outputChar */
        13: .line 135
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 40
        14: .line 136
            iload 9 /* byte1 */
            sipush 255
            iand
            sipush 143
            if_icmpne 32
        15: .line 137
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmplt 22
        16: .line 140
            aload 0 /* this */
            iload 9 /* byte1 */
            i2b
            putfield sun.io.ByteToCharEUC_JP.savedByte:B
        17: .line 141
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharEUC_JP.byteOff:I
        18: .line 142
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 3 /* inEnd */
            if_icmpge 50
        19: .line 143
            aload 0 /* this */
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            baload
            putfield sun.io.ByteToCharEUC_JP.savedSecond:B
        20: .line 144
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC_JP.byteOff:I
        21: .line 146
            goto 50
        22: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.savedSecond:B
            ifeq 26
        23: .line 149
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.savedSecond:B
            sipush 255
            iand
            istore 9 /* byte1 */
        24: .line 150
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP.savedSecond:B
        25: .line 151
            goto 28
        26: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 9 /* byte1 */
        27: .line 153
            iinc 8 /* inputSize */ 1
        28: .line 155
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 10 /* byte2 */
        start local 10 // int byte2
        29: .line 156
            iinc 8 /* inputSize */ 1
        30: .line 157
            aload 0 /* this */
            iload 9 /* byte1 */
            sipush 128
            isub
            iload 10 /* byte2 */
            sipush 128
            isub
            invokevirtual sun.io.ByteToCharEUC_JP.decode0212:(II)C
            istore 7 /* outputChar */
        31: .line 158
            goto 40
        end local 10 // int byte2
        32: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 36
        33: .line 162
            aload 0 /* this */
            iload 9 /* byte1 */
            i2b
            putfield sun.io.ByteToCharEUC_JP.savedByte:B
        34: .line 163
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharEUC_JP.byteOff:I
        35: .line 164
            goto 50
        36: .line 166
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            sipush 255
            iand
            istore 9 /* byte1 */
        37: .line 167
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 10 /* byte2 */
        start local 10 // int byte2
        38: .line 168
            iinc 8 /* inputSize */ 1
        39: .line 169
            aload 0 /* this */
            iload 9 /* byte1 */
            iload 10 /* byte2 */
            invokevirtual sun.io.ByteToCharEUC_JP.getUnicode:(II)C
            istore 7 /* outputChar */
        end local 10 // int byte2
        40: .line 173
      StackMap locals:
      StackMap stack:
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 45
        41: .line 174
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.subMode:Z
            ifeq 43
        42: .line 175
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.subChars:[C
            iconst_0
            caload
            istore 7 /* outputChar */
            goto 45
        43: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* inputSize */
            putfield sun.io.ByteToCharEUC_JP.badInputLength:I
        44: .line 178
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        45: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.charOff:I
            iload 6 /* outEnd */
            if_icmplt 47
        46: .line 183
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        47: .line 185
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC_JP.charOff:I
            iload 7 /* outputChar */
            castore
        48: .line 186
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharEUC_JP.byteOff:I
        end local 9 // int byte1
        49: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 5
        50: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // int inputSize
        end local 7 // 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_JP this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   51     0        this  Lsun/io/ByteToCharEUC_JP;
            0   51     1       input  [B
            0   51     2       inOff  I
            0   51     3       inEnd  I
            0   51     4      output  [C
            0   51     5      outOff  I
            0   51     6      outEnd  I
            1   51     7  outputChar  C
            2   51     8   inputSize  I
            7    9     9       byte1  I
           10   49     9       byte1  I
           29   32    10       byte2  I
           38   40    10       byte2  I
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  
}
SourceFile: "ByteToCharEUC_JP.java"