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

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

  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.CharToByteDBCS_ASCII this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 47
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
            ifeq 4
         1: .line 48
            aload 0 /* this */
            invokevirtual sun.io.CharToByteDBCS_ASCII.reset:()V
         2: .line 49
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
         3: .line 50
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.CharToByteDBCS_ASCII.reset:()V
         5: .line 54
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/CharToByteDBCS_ASCII;
            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=12, args_size=7
        start local 0 // sun.io.CharToByteDBCS_ASCII 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 68
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteDBCS_ASCII.byteOff:I
         1: .line 69
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteDBCS_ASCII.charOff:I
         2: .line 71
            goto 63
         3: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
            ifne 7
         4: .line 78
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
         5: .line 79
            iconst_1
            istore 8 /* inputSize */
        start local 8 // int inputSize
         6: .line 80
            goto 10
        end local 8 // int inputSize
        end local 7 // char inputChar
         7: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         8: .line 82
            iconst_0
            istore 8 /* inputSize */
        start local 8 // int inputSize
         9: .line 83
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
        10: .line 88
      StackMap locals: int int
      StackMap stack:
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 30
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 30
        11: .line 90
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            iload 8 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 15
        12: .line 91
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
        13: .line 92
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.CharToByteDBCS_ASCII.charOff:I
        14: .line 93
            goto 64
        15: .line 97
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            iload 8 /* inputSize */
            iadd
            caload
            istore 7 /* inputChar */
        16: .line 98
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 28
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 28
        17: .line 102
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subMode:Z
            ifeq 26
        18: .line 103
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            arraylength
            iconst_1
            if_icmpne 22
        19: .line 104
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            iconst_0
            bastore
        20: .line 105
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            iconst_0
            baload
            bastore
        21: .line 106
            goto 24
        22: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            iconst_0
            baload
            bastore
        23: .line 109
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            iconst_1
            baload
            bastore
        24: .line 112
      StackMap locals:
      StackMap stack:
            iinc 8 /* inputSize */ 1
        25: .line 113
            goto 40
        26: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
        27: .line 115
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        28: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
        29: .line 121
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 127
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 33
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 33
        31: .line 128
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
        32: .line 129
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        33: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.index1:[S
            iload 7 /* inputChar */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.shift:I
            ishr
            saload
            iload 7 /* inputChar */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.mask2:I
            iand
            iadd
            istore 9 /* index */
        start local 9 // int index
        34: .line 134
            iload 9 /* index */
            sipush 15000
            if_icmpge 37
        35: .line 135
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.index2:Ljava/lang/String;
            iload 9 /* index */
            invokevirtual java.lang.String.charAt:(I)C
            istore 10 /* theBytes */
        start local 10 // int theBytes
        36: goto 38
        end local 10 // int theBytes
        37: .line 137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.index2a:Ljava/lang/String;
            iload 9 /* index */
            sipush 15000
            isub
            invokevirtual java.lang.String.charAt:(I)C
            istore 10 /* theBytes */
        start local 10 // int theBytes
        38: .line 138
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            iload 10 /* theBytes */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        39: .line 139
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            iload 10 /* theBytes */
            sipush 255
            iand
            i2b
            bastore
        end local 10 // int theBytes
        end local 9 // int index
        40: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            baload
            ifne 52
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            baload
            ifne 52
        41: .line 144
            iload 7 /* inputChar */
            ifeq 52
        42: .line 146
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subMode:Z
            ifeq 50
        43: .line 147
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            arraylength
            iconst_1
            if_icmpne 47
        44: .line 148
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            iconst_0
            bastore
        45: .line 149
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            iconst_0
            baload
            bastore
        46: .line 150
            goto 52
        47: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            iconst_0
            baload
            bastore
        48: .line 152
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            iconst_1
            baload
            bastore
        49: .line 154
            goto 52
        50: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
        51: .line 156
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        52: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            baload
            ifne 55
        53: .line 161
            iconst_1
            istore 11 /* spaceNeeded */
        start local 11 // int spaceNeeded
        54: goto 56
        end local 11 // int spaceNeeded
        55: .line 163
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 11 /* spaceNeeded */
        start local 11 // int spaceNeeded
        56: .line 165
      StackMap locals: sun.io.CharToByteDBCS_ASCII char[] int int byte[] int int int int top top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            iload 11 /* spaceNeeded */
            iadd
            iload 6 /* outEnd */
            if_icmple 58
        57: .line 166
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        58: .line 168
      StackMap locals:
      StackMap stack:
            iload 11 /* spaceNeeded */
            iconst_1
            if_icmpne 60
        59: .line 169
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            baload
            bastore
            goto 62
        60: .line 171
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            baload
            bastore
        61: .line 172
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            baload
            bastore
        62: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.CharToByteDBCS_ASCII.charOff:I
        end local 11 // int spaceNeeded
        end local 8 // int inputSize
        end local 7 // char inputChar
        63: .line 71
      StackMap locals: sun.io.CharToByteDBCS_ASCII char[] int int byte[] int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            iload 3 /* inEnd */
            if_icmplt 3
        64: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.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.CharToByteDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   65     0         this  Lsun/io/CharToByteDBCS_ASCII;
            0   65     1        input  [C
            0   65     2        inOff  I
            0   65     3        inEnd  I
            0   65     4       output  [B
            0   65     5       outOff  I
            0   65     6       outEnd  I
            5    7     7    inputChar  C
            8   63     7    inputChar  C
            6    7     8    inputSize  I
            9   63     8    inputSize  I
           34   40     9        index  I
           36   37    10     theBytes  I
           38   40    10     theBytes  I
           54   55    11  spaceNeeded  I
           56   63    11  spaceNeeded  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.CharToByteDBCS_ASCII this
         0: .line 185
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            putfield sun.io.CharToByteDBCS_ASCII.charOff:I
         1: .line 186
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
         2: .line 187
            return
        end local 0 // sun.io.CharToByteDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/CharToByteDBCS_ASCII;

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

  public boolean canConvert(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.io.CharToByteDBCS_ASCII this
        start local 1 // char ch
         0: .line 205
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.index1:[S
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.shift:I
            ishr
            saload
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.mask2:I
            iand
            iadd
            istore 2 /* index */
        start local 2 // int index
         1: .line 206
            iload 2 /* index */
            sipush 15000
            if_icmpge 4
         2: .line 207
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.index2:Ljava/lang/String;
            iload 2 /* index */
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* theBytes */
        start local 3 // int theBytes
         3: goto 5
        end local 3 // int theBytes
         4: .line 209
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.index2a:Ljava/lang/String;
            iload 2 /* index */
            sipush 15000
            isub
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* theBytes */
        start local 3 // int theBytes
         5: .line 211
      StackMap locals: int
      StackMap stack:
            iload 3 /* theBytes */
            ifeq 7
         6: .line 212
            iconst_1
            ireturn
         7: .line 216
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ifne 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 3 // int theBytes
        end local 2 // int index
        end local 1 // char ch
        end local 0 // sun.io.CharToByteDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/io/CharToByteDBCS_ASCII;
            0    9     1        ch  C
            1    9     2     index  I
            3    4     3  theBytes  I
            5    9     3  theBytes  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToByteDBCS_ASCII.java"