public class sun.io.CharToByteEUC_JP_Solaris extends sun.io.CharToByteEUC_JP
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteEUC_JP_Solaris
  super_class: sun.io.CharToByteEUC_JP
{
  sun.io.CharToByteJIS0201 cbJIS0201;
    descriptor: Lsun/io/CharToByteJIS0201;
    flags: (0x0000) 

  sun.io.CharToByteJIS0212_Solaris cbJIS0212;
    descriptor: Lsun/io/CharToByteJIS0212_Solaris;
    flags: (0x0000) 

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.CharToByteEUC_JP_Solaris this
         0: .line 39
            aload 0 /* this */
            invokespecial sun.io.CharToByteEUC_JP.<init>:()V
         1: .line 40
            aload 0 /* this */
            new sun.io.CharToByteJIS0201
            dup
            invokespecial sun.io.CharToByteJIS0201.<init>:()V
            putfield sun.io.CharToByteEUC_JP_Solaris.cbJIS0201:Lsun/io/CharToByteJIS0201;
         2: .line 41
            aload 0 /* this */
            new sun.io.CharToByteJIS0212_Solaris
            dup
            invokespecial sun.io.CharToByteJIS0212_Solaris.<init>:()V
            putfield sun.io.CharToByteEUC_JP_Solaris.cbJIS0212:Lsun/io/CharToByteJIS0212_Solaris;
         3: .line 43
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Encoder.getIndex1:()[S
            putfield sun.io.CharToByteEUC_JP_Solaris.j0208Index1:[S
         4: .line 44
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Encoder.getIndex2:()[Ljava/lang/String;
            putfield sun.io.CharToByteEUC_JP_Solaris.j0208Index2:[Ljava/lang/String;
         5: .line 39
            return
        end local 0 // sun.io.CharToByteEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/io/CharToByteEUC_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.CharToByteEUC_JP_Solaris this
         0: .line 47
            ldc "eucJP-open"
            areturn
        end local 0 // sun.io.CharToByteEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteEUC_JP_Solaris;

  protected int convSingleByte(char, byte[]);
    descriptor: (C[B)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.io.CharToByteEUC_JP_Solaris this
        start local 1 // char inputChar
        start local 2 // byte[] outputByte
         0: .line 53
            iload 1 /* inputChar */
            ifne 3
         1: .line 54
            aload 2 /* outputByte */
            iconst_0
            iconst_0
            bastore
         2: .line 55
            iconst_1
            ireturn
         3: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.cbJIS0201:Lsun/io/CharToByteJIS0201;
            iload 1 /* inputChar */
            invokevirtual sun.io.CharToByteJIS0201.getNative:(C)B
            dup
            istore 3 /* b */
        start local 3 // byte b
         4: ifne 6
         5: .line 59
            iconst_0
            ireturn
         6: .line 61
      StackMap locals: int
      StackMap stack:
            iload 3 /* b */
            ifle 9
            iload 3 /* b */
            sipush 128
            if_icmpge 9
         7: .line 62
            aload 2 /* outputByte */
            iconst_0
            iload 3 /* b */
            bastore
         8: .line 63
            iconst_1
            ireturn
         9: .line 65
      StackMap locals:
      StackMap stack:
            aload 2 /* outputByte */
            iconst_0
            bipush -114
            bastore
        10: .line 66
            aload 2 /* outputByte */
            iconst_1
            iload 3 /* b */
            bastore
        11: .line 67
            iconst_2
            ireturn
        end local 3 // byte b
        end local 2 // byte[] outputByte
        end local 1 // char inputChar
        end local 0 // sun.io.CharToByteEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lsun/io/CharToByteEUC_JP_Solaris;
            0   12     1   inputChar  C
            0   12     2  outputByte  [B
            4   12     3           b  B
    MethodParameters:
            Name  Flags
      inputChar   
      outputByte  

  protected int getNative(char);
    descriptor: (C)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.io.CharToByteEUC_JP_Solaris this
        start local 1 // char ch
         0: .line 71
            aload 0 /* this */
            iload 1 /* ch */
            invokespecial sun.io.CharToByteEUC_JP.getNative:(C)I
            istore 2 /* r */
        start local 2 // int r
         1: .line 72
            iload 2 /* r */
            ifeq 3
         2: .line 73
            iload 2 /* r */
            ireturn
         3: .line 75
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.j0208Index1:[S
            iload 1 /* ch */
            ldc 65280
            iand
            bipush 8
            ishr
            saload
            bipush 8
            ishl
            istore 3 /* offset */
        start local 3 // int offset
         4: .line 76
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.j0208Index2:[Ljava/lang/String;
            iload 3 /* offset */
            bipush 12
            ishr
            aaload
            iload 3 /* offset */
            sipush 4095
            iand
            iload 1 /* ch */
            sipush 255
            iand
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* r */
         5: .line 77
            iload 2 /* r */
            sipush 29952
            if_icmple 7
         6: .line 78
            ldc 9404544
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.cbJIS0212:Lsun/io/CharToByteJIS0212_Solaris;
            iload 1 /* ch */
            invokevirtual sun.io.CharToByteJIS0212_Solaris.getNative:(C)I
            iadd
            ireturn
        end local 3 // int offset
         7: .line 80
      StackMap locals:
      StackMap stack:
            iload 2 /* r */
            ifne 8
            iload 2 /* r */
            goto 9
      StackMap locals:
      StackMap stack:
         8: iload 2 /* r */
            ldc 32896
            iadd
      StackMap locals:
      StackMap stack: int
         9: ireturn
        end local 2 // int r
        end local 1 // char ch
        end local 0 // sun.io.CharToByteEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lsun/io/CharToByteEUC_JP_Solaris;
            0   10     1      ch  C
            1   10     2       r  I
            4    7     3  offset  I
    MethodParameters:
      Name  Flags
      ch    

  public int convert(char[], int, int, byte[], int, int);
    descriptor: ([CII[BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=7
        start local 0 // sun.io.CharToByteEUC_JP_Solaris this
        start local 1 // char[] input
        start local 2 // int inOff
        start local 3 // int inEnd
        start local 4 // byte[] output
        start local 5 // int outOff
        start local 6 // int outEnd
         0: .line 105
            iconst_0
            istore 9 /* inputSize */
        start local 9 // int inputSize
         1: .line 106
            iconst_0
            istore 10 /* outputSize */
        start local 10 // int outputSize
         2: .line 107
            iconst_4
            newarray 8
            astore 11 /* tmpbuf */
        start local 11 // byte[] tmpbuf
         3: .line 110
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteEUC_JP_Solaris.charOff:I
         4: .line 111
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteEUC_JP_Solaris.byteOff:I
         5: .line 113
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.highHalfZoneCode:C
            ifeq 62
         6: .line 114
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         7: .line 115
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteEUC_JP_Solaris.highHalfZoneCode:C
         8: .line 116
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 56320
            if_icmplt 11
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 57343
            if_icmpgt 11
         9: .line 118
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteEUC_JP_Solaris.badInputLength:I
        10: .line 119
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        11: .line 122
      StackMap locals: sun.io.CharToByteEUC_JP_Solaris char[] int int byte[] int int int top int int byte[]
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteEUC_JP_Solaris.badInputLength:I
        12: .line 123
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        end local 7 // char inputChar
        13: .line 129
      StackMap locals: sun.io.CharToByteEUC_JP_Solaris char[] int int byte[] int int top top int int byte[]
      StackMap stack:
            iconst_1
            istore 9 /* inputSize */
        14: .line 130
            aload 11 /* tmpbuf */
            astore 8 /* outputByte */
        start local 8 // byte[] outputByte
        15: .line 131
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
        16: .line 134
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 31
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 31
        17: .line 136
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.charOff:I
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmplt 20
        18: .line 137
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteEUC_JP_Solaris.highHalfZoneCode:C
        19: .line 138
            goto 63
        20: .line 142
      StackMap locals: sun.io.CharToByteEUC_JP_Solaris char[] int int byte[] int int int byte[] int int byte[]
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.charOff:I
            iconst_1
            iadd
            caload
            istore 7 /* inputChar */
        21: .line 143
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 29
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 29
        22: .line 146
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.subMode:Z
            ifeq 27
        23: .line 147
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.subBytes:[B
            astore 8 /* outputByte */
        24: .line 148
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        25: .line 149
            iconst_2
            istore 9 /* inputSize */
        26: .line 150
            goto 54
        27: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteEUC_JP_Solaris.badInputLength:I
        28: .line 152
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        29: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteEUC_JP_Solaris.badInputLength:I
        30: .line 157
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        31: .line 161
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 34
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 34
        32: .line 162
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteEUC_JP_Solaris.badInputLength:I
        33: .line 163
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        34: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* inputChar */
            aload 8 /* outputByte */
            invokevirtual sun.io.CharToByteEUC_JP_Solaris.convSingleByte:(C[B)I
            istore 10 /* outputSize */
        35: .line 166
            iload 10 /* outputSize */
            ifne 54
        36: .line 167
            aload 0 /* this */
            iload 7 /* inputChar */
            invokevirtual sun.io.CharToByteEUC_JP_Solaris.getNative:(C)I
            istore 12 /* ncode */
        start local 12 // int ncode
        37: .line 168
            iload 12 /* ncode */
            ifeq 48
        38: .line 169
            iload 12 /* ncode */
            ldc 16711680
            iand
            ifne 43
        39: .line 170
            aload 8 /* outputByte */
            iconst_0
            iload 12 /* ncode */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        40: .line 171
            aload 8 /* outputByte */
            iconst_1
            iload 12 /* ncode */
            sipush 255
            iand
            i2b
            bastore
        41: .line 172
            iconst_2
            istore 10 /* outputSize */
        42: .line 173
            goto 54
        43: .line 174
      StackMap locals: int
      StackMap stack:
            aload 8 /* outputByte */
            iconst_0
            bipush -113
            bastore
        44: .line 175
            aload 8 /* outputByte */
            iconst_1
            iload 12 /* ncode */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        45: .line 176
            aload 8 /* outputByte */
            iconst_2
            iload 12 /* ncode */
            sipush 255
            iand
            i2b
            bastore
        46: .line 177
            iconst_3
            istore 10 /* outputSize */
        47: .line 179
            goto 54
        48: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.subMode:Z
            ifeq 52
        49: .line 181
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.subBytes:[B
            astore 8 /* outputByte */
        50: .line 182
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        51: .line 183
            goto 54
        52: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteEUC_JP_Solaris.badInputLength:I
        53: .line 185
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        end local 12 // int ncode
        54: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.byteOff:I
            iload 10 /* outputSize */
            iadd
            iload 6 /* outEnd */
            if_icmple 56
        55: .line 193
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        56: .line 196
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        57: goto 60
        58: .line 197
      StackMap locals: int
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteEUC_JP_Solaris.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteEUC_JP_Solaris.byteOff:I
            aload 8 /* outputByte */
            iload 12 /* i */
            baload
            bastore
        59: .line 196
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        60: iload 12 /* i */
            iload 10 /* outputSize */
            if_icmplt 58
        end local 12 // int i
        61: .line 199
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteEUC_JP_Solaris.charOff:I
            iload 9 /* inputSize */
            iadd
            putfield sun.io.CharToByteEUC_JP_Solaris.charOff:I
        end local 8 // byte[] outputByte
        end local 7 // char inputChar
        62: .line 128
      StackMap locals: sun.io.CharToByteEUC_JP_Solaris char[] int int byte[] int int top top int int byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.charOff:I
            iload 3 /* inEnd */
            if_icmplt 13
        63: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC_JP_Solaris.byteOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 11 // byte[] tmpbuf
        end local 10 // int outputSize
        end local 9 // int inputSize
        end local 6 // int outEnd
        end local 5 // int outOff
        end local 4 // byte[] output
        end local 3 // int inEnd
        end local 2 // int inOff
        end local 1 // char[] input
        end local 0 // sun.io.CharToByteEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   64     0        this  Lsun/io/CharToByteEUC_JP_Solaris;
            0   64     1       input  [C
            0   64     2       inOff  I
            0   64     3       inEnd  I
            0   64     4      output  [B
            0   64     5      outOff  I
            0   64     6      outEnd  I
            7   13     7   inputChar  C
           16   62     7   inputChar  C
           15   62     8  outputByte  [B
            1   64     9   inputSize  I
            2   64    10  outputSize  I
            3   64    11      tmpbuf  [B
           37   54    12       ncode  I
           57   61    12           i  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  public int getMaxBytesPerChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteEUC_JP_Solaris this
         0: .line 211
            iconst_3
            ireturn
        end local 0 // sun.io.CharToByteEUC_JP_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteEUC_JP_Solaris;
}
SourceFile: "CharToByteEUC_JP_Solaris.java"