public abstract class sun.io.CharToByteEUC extends sun.io.CharToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.CharToByteEUC
  super_class: sun.io.CharToByteConverter
{
  private char highHalfZoneCode;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  private byte[] outputByte;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  protected short[] index1;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

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

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

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

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

  protected int mask1;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int mask2;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int shift;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private byte[] workByte;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteEUC this
         0: .line 27
            aload 0 /* this */
            invokespecial sun.io.CharToByteConverter.<init>:()V
         1: .line 42
            aload 0 /* this */
            iconst_4
            newarray 8
            putfield sun.io.CharToByteEUC.workByte:[B
         2: .line 27
            return
        end local 0 // sun.io.CharToByteEUC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/CharToByteEUC;

  public int flush(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.io.CharToByteEUC this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 51
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.highHalfZoneCode:C
            ifeq 4
         1: .line 52
            aload 0 /* this */
            invokevirtual sun.io.CharToByteEUC.reset:()V
         2: .line 53
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteEUC.badInputLength:I
         3: .line 54
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.CharToByteEUC.reset:()V
         5: .line 58
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteEUC this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/CharToByteEUC;
            0    6     1    output  [B
            0    6     2  outStart  I
            0    6     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

  public int convert(char[], int, int, byte[], int, int);
    descriptor: ([CII[BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=15, args_size=7
        start local 0 // sun.io.CharToByteEUC 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 72
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteEUC.byteOff:I
         1: .line 73
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteEUC.charOff:I
         2: .line 75
            goto 77
         3: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.workByte:[B
            putfield sun.io.CharToByteEUC.outputByte:[B
         4: .line 82
            iconst_1
            istore 11 /* allZeroes */
        start local 11 // boolean allZeroes
         5: .line 86
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.highHalfZoneCode:C
            ifne 9
         6: .line 87
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
         7: .line 88
            iconst_1
            istore 8 /* inputSize */
        start local 8 // int inputSize
         8: .line 89
            goto 12
        end local 8 // int inputSize
        end local 7 // char inputChar
         9: .line 90
      StackMap locals: sun.io.CharToByteEUC char[] int int byte[] int int top top top top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
        10: .line 91
            iconst_0
            istore 8 /* inputSize */
        start local 8 // int inputSize
        11: .line 92
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteEUC.highHalfZoneCode:C
        12: .line 97
      StackMap locals: sun.io.CharToByteEUC char[] int int byte[] int int int int top top int
      StackMap stack:
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 27
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 27
        13: .line 99
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.charOff:I
            iload 8 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 17
        14: .line 100
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteEUC.highHalfZoneCode:C
        15: .line 101
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteEUC.charOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.CharToByteEUC.charOff:I
        16: .line 102
            goto 78
        17: .line 106
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.charOff:I
            iload 8 /* inputSize */
            iadd
            caload
            istore 7 /* inputChar */
        18: .line 107
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 25
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 25
        19: .line 111
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.subMode:Z
            ifeq 23
        20: .line 112
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.subBytes:[B
            putfield sun.io.CharToByteEUC.outputByte:[B
        21: .line 113
            iinc 8 /* inputSize */ 1
        22: .line 114
            goto 50
        23: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteEUC.badInputLength:I
        24: .line 116
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        25: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteEUC.badInputLength:I
        26: .line 122
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        27: .line 128
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 30
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 30
        28: .line 129
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteEUC.badInputLength:I
        29: .line 130
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index1:[S
            iload 7 /* inputChar */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.shift:I
            ishr
            saload
            iload 7 /* inputChar */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.mask2:I
            iand
            iadd
            istore 9 /* index */
        start local 9 // int index
        31: .line 139
            iload 9 /* index */
            sipush 7500
            if_icmpge 34
        32: .line 140
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2:Ljava/lang/String;
            astore 13 /* theChars */
        start local 13 // java.lang.String theChars
        33: goto 44
        end local 13 // java.lang.String theChars
        34: .line 142
      StackMap locals: sun.io.CharToByteEUC char[] int int byte[] int int int int int top int
      StackMap stack:
            iload 9 /* index */
            sipush 15000
            if_icmpge 38
        35: .line 143
            iinc 9 /* index */ -7500
        36: .line 144
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2a:Ljava/lang/String;
            astore 13 /* theChars */
        start local 13 // java.lang.String theChars
        37: .line 145
            goto 44
        end local 13 // java.lang.String theChars
        38: .line 147
      StackMap locals:
      StackMap stack:
            iload 9 /* index */
            sipush 22500
            if_icmpge 42
        39: .line 148
            iinc 9 /* index */ -15000
        40: .line 149
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2b:Ljava/lang/String;
            astore 13 /* theChars */
        start local 13 // java.lang.String theChars
        41: .line 150
            goto 44
        end local 13 // java.lang.String theChars
        42: .line 152
      StackMap locals:
      StackMap stack:
            iinc 9 /* index */ -22500
        43: .line 153
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2c:Ljava/lang/String;
            astore 13 /* theChars */
        start local 13 // java.lang.String theChars
        44: .line 156
      StackMap locals: sun.io.CharToByteEUC char[] int int byte[] int int int int int top int top java.lang.String
      StackMap stack:
            aload 13 /* theChars */
            iconst_2
            iload 9 /* index */
            imul
            invokevirtual java.lang.String.charAt:(I)C
            istore 14 /* aChar */
        start local 14 // char aChar
        45: .line 157
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            iconst_0
            iload 14 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        46: .line 158
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            iconst_1
            iload 14 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        47: .line 159
            aload 13 /* theChars */
            iconst_2
            iload 9 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 14 /* aChar */
        48: .line 160
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            iconst_2
            iload 14 /* aChar */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        49: .line 161
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            iconst_3
            iload 14 /* aChar */
            sipush 255
            iand
            i2b
            bastore
        end local 14 // char aChar
        end local 13 // java.lang.String theChars
        end local 9 // int index
        50: .line 166
      StackMap locals: sun.io.CharToByteEUC char[] int int byte[] int int int int top top int
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        51: goto 56
        52: .line 167
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            iload 12 /* i */
            baload
            ifeq 55
        53: .line 168
            iconst_0
            istore 11 /* allZeroes */
        54: .line 169
            goto 57
        55: .line 166
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 12 /* i */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            arraylength
            if_icmplt 52
        57: .line 173
      StackMap locals:
      StackMap stack:
            iload 11 /* allZeroes */
            ifeq 63
            iload 7 /* inputChar */
            ifeq 63
        58: .line 175
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.subMode:Z
            ifeq 61
        59: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.subBytes:[B
            putfield sun.io.CharToByteEUC.outputByte:[B
        60: .line 177
            goto 63
        61: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteEUC.badInputLength:I
        62: .line 179
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        63: .line 183
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 13 /* oindex */
        start local 13 // int oindex
        64: .line 184
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            arraylength
            istore 10 /* spaceNeeded */
        start local 10 // int spaceNeeded
        65: goto 69
        66: .line 185
      StackMap locals: sun.io.CharToByteEUC char[] int int byte[] int int int int top int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            iload 13 /* oindex */
            iinc 13 /* oindex */ 1
            baload
            ifeq 68
        67: .line 186
            goto 70
        68: .line 184
      StackMap locals:
      StackMap stack:
            iinc 10 /* spaceNeeded */ -1
      StackMap locals:
      StackMap stack:
        69: iload 10 /* spaceNeeded */
            iconst_1
            if_icmpgt 66
        70: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.byteOff:I
            iload 10 /* spaceNeeded */
            iadd
            iload 6 /* outEnd */
            if_icmple 72
        71: .line 190
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        72: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            arraylength
            iload 10 /* spaceNeeded */
            isub
            istore 12 /* i */
            goto 75
        73: .line 194
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteEUC.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteEUC.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            iload 12 /* i */
            baload
            bastore
        74: .line 193
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        75: iload 12 /* i */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.outputByte:[B
            arraylength
            if_icmplt 73
        76: .line 197
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteEUC.charOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.CharToByteEUC.charOff:I
        end local 13 // int oindex
        end local 12 // int i
        end local 11 // boolean allZeroes
        end local 10 // int spaceNeeded
        end local 8 // int inputSize
        end local 7 // char inputChar
        77: .line 75
      StackMap locals: sun.io.CharToByteEUC char[] int int byte[] int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.charOff:I
            iload 3 /* inEnd */
            if_icmplt 3
        78: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.byteOff:I
            iload 5 /* outOff */
            isub
            ireturn
        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 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   79     0         this  Lsun/io/CharToByteEUC;
            0   79     1        input  [C
            0   79     2        inOff  I
            0   79     3        inEnd  I
            0   79     4       output  [B
            0   79     5       outOff  I
            0   79     6       outEnd  I
            7    9     7    inputChar  C
           10   77     7    inputChar  C
            8    9     8    inputSize  I
           11   77     8    inputSize  I
           31   50     9        index  I
           65   77    10  spaceNeeded  I
            5   77    11    allZeroes  Z
           51   77    12            i  I
           33   34    13     theChars  Ljava/lang/String;
           37   38    13     theChars  Ljava/lang/String;
           41   42    13     theChars  Ljava/lang/String;
           44   50    13     theChars  Ljava/lang/String;
           45   50    14        aChar  C
           64   77    13       oindex  I
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.io.CharToByteEUC this
         0: .line 207
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteEUC.byteOff:I
            putfield sun.io.CharToByteEUC.charOff:I
         1: .line 208
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteEUC.highHalfZoneCode:C
         2: .line 209
            return
        end local 0 // sun.io.CharToByteEUC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/CharToByteEUC;

  public int getMaxBytesPerChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteEUC this
         0: .line 215
            iconst_2
            ireturn
        end local 0 // sun.io.CharToByteEUC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteEUC;

  public boolean canConvert(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.io.CharToByteEUC this
        start local 1 // char ch
         0: .line 227
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index1:[S
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.shift:I
            ishr
            saload
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.mask2:I
            iand
            iadd
            istore 2 /* index */
        start local 2 // int index
         1: .line 229
            iload 2 /* index */
            sipush 7500
            if_icmpge 4
         2: .line 230
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
         3: goto 14
        end local 3 // java.lang.String theChars
         4: .line 232
      StackMap locals: int
      StackMap stack:
            iload 2 /* index */
            sipush 15000
            if_icmpge 8
         5: .line 233
            iinc 2 /* index */ -7500
         6: .line 234
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2a:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
         7: .line 235
            goto 14
        end local 3 // java.lang.String theChars
         8: .line 237
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            sipush 22500
            if_icmpge 12
         9: .line 238
            iinc 2 /* index */ -15000
        10: .line 239
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2b:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
        11: .line 240
            goto 14
        end local 3 // java.lang.String theChars
        12: .line 242
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ -22500
        13: .line 243
            aload 0 /* this */
            getfield sun.io.CharToByteEUC.index2c:Ljava/lang/String;
            astore 3 /* theChars */
        start local 3 // java.lang.String theChars
        14: .line 246
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* theChars */
            iconst_2
            iload 2 /* index */
            imul
            invokevirtual java.lang.String.charAt:(I)C
            ifne 16
        15: .line 247
            aload 3 /* theChars */
            iconst_2
            iload 2 /* index */
            imul
            iconst_1
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            ifeq 17
        16: .line 248
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        17: .line 252
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ifne 18
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        18: iconst_0
            ireturn
        end local 3 // java.lang.String theChars
        end local 2 // int index
        end local 1 // char ch
        end local 0 // sun.io.CharToByteEUC this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/io/CharToByteEUC;
            0   19     1        ch  C
            1   19     2     index  I
            3    4     3  theChars  Ljava/lang/String;
            7    8     3  theChars  Ljava/lang/String;
           11   12     3  theChars  Ljava/lang/String;
           14   19     3  theChars  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToByteEUC.java"