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

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

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

  short[] j0208Index1;
    descriptor: [S
    flags: (0x0000) 

  java.lang.String[] j0208Index2;
    descriptor: [Ljava/lang/String;
    flags: (0x0000) 

  sun.io.ByteToCharJIS0212_Solaris j0212Decoder;
    descriptor: Lsun/io/ByteToCharJIS0212_Solaris;
    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_Solaris this
         0: .line 51
            aload 0 /* this */
            invokespecial sun.io.ByteToCharEUC_JP.<init>:()V
         1: .line 41
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
         2: .line 43
            aload 0 /* this */
            new sun.io.ByteToCharJIS0201
            dup
            invokespecial sun.io.ByteToCharJIS0201.<init>:()V
            putfield sun.io.ByteToCharEUC_JP_Solaris.bcJIS0201:Lsun/io/ByteToCharJIS0201;
         3: .line 44
            aload 0 /* this */
            new sun.io.ByteToCharJIS0212_Solaris
            dup
            invokespecial sun.io.ByteToCharJIS0212_Solaris.<init>:()V
            putfield sun.io.ByteToCharEUC_JP_Solaris.bcJIS0212:Lsun/io/ByteToCharJIS0212_Solaris;
         4: .line 46
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.getIndex1:()[S
            putfield sun.io.ByteToCharEUC_JP_Solaris.j0208Index1:[S
         5: .line 47
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.getIndex2:()[Ljava/lang/String;
            putfield sun.io.ByteToCharEUC_JP_Solaris.j0208Index2:[Ljava/lang/String;
         6: .line 48
            aload 0 /* this */
            new sun.io.ByteToCharJIS0212_Solaris
            dup
            invokespecial sun.io.ByteToCharJIS0212_Solaris.<init>:()V
            putfield sun.io.ByteToCharEUC_JP_Solaris.j0212Decoder:Lsun/io/ByteToCharJIS0212_Solaris;
         7: .line 52
            aload 0 /* this */
            sipush 161
            putfield sun.io.ByteToCharEUC_JP_Solaris.start:I
         8: .line 53
            aload 0 /* this */
            sipush 254
            putfield sun.io.ByteToCharEUC_JP_Solaris.end:I
         9: .line 54
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
        10: .line 55
            return
        end local 0 // sun.io.ByteToCharEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/io/ByteToCharEUC_JP_Solaris;

  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_Solaris this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 60
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
            ifeq 3
         1: .line 61
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC_JP_Solaris.reset:()V
         2: .line 62
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         3: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharEUC_JP_Solaris.reset:()V
         4: .line 65
            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_Solaris this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/io/ByteToCharEUC_JP_Solaris;
            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_Solaris this
         0: .line 73
            aload 0 /* this */
            invokespecial sun.io.ByteToCharEUC_JP.reset:()V
         1: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
         2: .line 75
            return
        end local 0 // sun.io.ByteToCharEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharEUC_JP_Solaris;

  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_Solaris this
         0: .line 78
            ldc "eucJP-open"
            areturn
        end local 0 // sun.io.ByteToCharEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharEUC_JP_Solaris;

  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_Solaris this
        start local 1 // int b
         0: .line 82
            iload 1 /* b */
            iflt 1
            iload 1 /* b */
            bipush 127
            if_icmple 2
         1: .line 83
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.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_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharEUC_JP_Solaris;
            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=5, args_size=3
        start local 0 // sun.io.ByteToCharEUC_JP_Solaris this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 88
            iload 1 /* byte1 */
            sipush 142
            if_icmpne 2
         1: .line 89
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.bcJIS0201:Lsun/io/ByteToCharJIS0201;
            iload 2 /* byte2 */
            sipush 256
            isub
            invokevirtual sun.io.ByteToCharJIS0201.getUnicode:(I)C
            ireturn
         2: .line 93
      StackMap locals:
      StackMap stack:
            iload 1 /* byte1 */
            iflt 4
            iload 1 /* byte1 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.j0208Index1:[S
            arraylength
            if_icmpgt 4
         3: .line 94
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.start:I
            if_icmplt 4
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.end:I
            if_icmple 5
         4: .line 95
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         5: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokespecial sun.io.ByteToCharEUC_JP.getUnicode:(II)C
            istore 3 /* result */
        start local 3 // char result
         6: .line 98
            iload 3 /* result */
            ldc 65533
            if_icmpeq 8
         7: .line 99
            iload 3 /* result */
            ireturn
         8: .line 101
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.j0208Index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            bipush 15
            iand
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.end:I
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.start:I
            isub
            iconst_1
            iadd
            imul
         9: .line 102
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.start:I
            isub
        10: .line 101
            iadd
            istore 4 /* n */
        start local 4 // int n
        11: .line 103
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.j0208Index2:[Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.j0208Index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            iconst_4
            ishr
            aaload
            iload 4 /* n */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 4 // int n
        end local 3 // char result
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.io.ByteToCharEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lsun/io/ByteToCharEUC_JP_Solaris;
            0   12     1   byte1  I
            0   12     2   byte2  I
            6   12     3  result  C
           11   12     4       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_Solaris this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 108
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.j0212Decoder:Lsun/io/ByteToCharJIS0212_Solaris;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.io.ByteToCharJIS0212_Solaris.getUnicode:(II)C
            ireturn
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.io.ByteToCharEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/io/ByteToCharEUC_JP_Solaris;
            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_Solaris 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 130
            ldc 65533
            istore 7 /* outputChar */
        start local 7 // char outputChar
         1: .line 131
            iconst_0
            istore 8 /* inputSize */
        start local 8 // int inputSize
         2: .line 134
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharEUC_JP_Solaris.charOff:I
         3: .line 135
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
         4: .line 138
            goto 49
         5: .line 141
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.savedByte:B
            ifne 9
         6: .line 142
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            baload
            istore 9 /* byte1 */
        start local 9 // int byte1
         7: .line 143
            iconst_1
            istore 8 /* inputSize */
         8: .line 144
            goto 12
        end local 9 // int byte1
         9: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.savedByte:B
            istore 9 /* byte1 */
        start local 9 // int byte1
        10: .line 146
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedByte:B
        11: .line 147
            iconst_0
            istore 8 /* inputSize */
        12: .line 150
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* byte1 */
            invokevirtual sun.io.ByteToCharEUC_JP_Solaris.convSingleByte:(I)C
            istore 7 /* outputChar */
        13: .line 152
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 40
        14: .line 153
            iload 9 /* byte1 */
            sipush 255
            iand
            sipush 143
            if_icmpne 32
        15: .line 154
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmplt 22
        16: .line 157
            aload 0 /* this */
            iload 9 /* byte1 */
            i2b
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedByte:B
        17: .line 158
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
        18: .line 159
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 3 /* inEnd */
            if_icmpge 50
        19: .line 160
            aload 0 /* this */
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            baload
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
        20: .line 161
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
        21: .line 163
            goto 50
        22: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
            ifeq 26
        23: .line 166
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
            sipush 255
            iand
            istore 9 /* byte1 */
        24: .line 167
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedSecond:B
        25: .line 168
            goto 28
        26: .line 169
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 9 /* byte1 */
        27: .line 170
            iinc 8 /* inputSize */ 1
        28: .line 172
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 10 /* byte2 */
        start local 10 // int byte2
        29: .line 173
            iinc 8 /* inputSize */ 1
        30: .line 174
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.bcJIS0212:Lsun/io/ByteToCharJIS0212_Solaris;
            iload 9 /* byte1 */
            sipush 128
            isub
            iload 10 /* byte2 */
            sipush 128
            isub
            invokevirtual sun.io.ByteToCharJIS0212_Solaris.getUnicode:(II)C
            istore 7 /* outputChar */
        31: .line 175
            goto 40
        end local 10 // int byte2
        32: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 36
        33: .line 179
            aload 0 /* this */
            iload 9 /* byte1 */
            i2b
            putfield sun.io.ByteToCharEUC_JP_Solaris.savedByte:B
        34: .line 180
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
        35: .line 181
            goto 50
        36: .line 183
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            sipush 255
            iand
            istore 9 /* byte1 */
        37: .line 184
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 10 /* byte2 */
        start local 10 // int byte2
        38: .line 185
            iinc 8 /* inputSize */ 1
        39: .line 186
            aload 0 /* this */
            iload 9 /* byte1 */
            iload 10 /* byte2 */
            invokevirtual sun.io.ByteToCharEUC_JP_Solaris.getUnicode:(II)C
            istore 7 /* outputChar */
        end local 10 // int byte2
        40: .line 190
      StackMap locals:
      StackMap stack:
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 45
        41: .line 191
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.subMode:Z
            ifeq 43
        42: .line 192
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.subChars:[C
            iconst_0
            caload
            istore 7 /* outputChar */
            goto 45
        43: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* inputSize */
            putfield sun.io.ByteToCharEUC_JP_Solaris.badInputLength:I
        44: .line 195
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        45: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.charOff:I
            iload 6 /* outEnd */
            if_icmplt 47
        46: .line 200
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        47: .line 202
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP_Solaris.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharEUC_JP_Solaris.charOff:I
            iload 7 /* outputChar */
            castore
        48: .line 203
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
        end local 9 // int byte1
        49: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 5
        50: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharEUC_JP_Solaris.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_Solaris this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   51     0        this  Lsun/io/ByteToCharEUC_JP_Solaris;
            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_Solaris.java"