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

  private sun.nio.cs.ext.DoubleByte$Encoder enc;
    descriptor: Lsun/nio/cs/ext/DoubleByte$Encoder;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.nio.cs.ext.DoubleByte$Encoder);
    descriptor: (Lsun/nio/cs/ext/DoubleByte$Encoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.CharToByteDBCS_ASCII this
        start local 1 // sun.nio.cs.ext.DoubleByte$Encoder enc
         0: .line 39
            aload 0 /* this */
            invokespecial sun.io.CharToByteConverter.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_2
            newarray 8
            putfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
         2: .line 40
            aload 0 /* this */
            aload 1 /* enc */
            putfield sun.io.CharToByteDBCS_ASCII.enc:Lsun/nio/cs/ext/DoubleByte$Encoder;
         3: .line 41
            return
        end local 1 // sun.nio.cs.ext.DoubleByte$Encoder enc
        end local 0 // sun.io.CharToByteDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/CharToByteDBCS_ASCII;
            0    4     1   enc  Lsun/nio/cs/ext/DoubleByte$Encoder;
    MethodParameters:
      Name  Flags
      enc   

  int encodeChar(char);
    descriptor: (C)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.CharToByteDBCS_ASCII this
        start local 1 // char c
         0: .line 44
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.enc:Lsun/nio/cs/ext/DoubleByte$Encoder;
            iload 1 /* c */
            invokevirtual sun.nio.cs.ext.DoubleByte$Encoder.encodeChar:(C)I
            ireturn
        end local 1 // char c
        end local 0 // sun.io.CharToByteDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteDBCS_ASCII;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     

  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 54
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
            ifeq 4
         1: .line 55
            aload 0 /* this */
            invokevirtual sun.io.CharToByteDBCS_ASCII.reset:()V
         2: .line 56
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
         3: .line 57
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.CharToByteDBCS_ASCII.reset:()V
         5: .line 61
            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=11, 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 75
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteDBCS_ASCII.byteOff:I
         1: .line 76
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteDBCS_ASCII.charOff:I
         2: .line 78
            goto 58
         3: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
            ifne 7
         4: .line 84
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
         5: .line 85
            iconst_1
            istore 8 /* inputSize */
        start local 8 // int inputSize
         6: .line 86
            goto 10
        end local 8 // int inputSize
        end local 7 // char inputChar
         7: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         8: .line 88
            iconst_0
            istore 8 /* inputSize */
        start local 8 // int inputSize
         9: .line 89
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
        10: .line 93
      StackMap locals: int int
      StackMap stack:
            iload 7 /* inputChar */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 30
        11: .line 95
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            iload 8 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 15
        12: .line 96
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
        13: .line 97
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_ASCII.charOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.CharToByteDBCS_ASCII.charOff:I
        14: .line 98
            goto 59
        15: .line 102
      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 103
            iload 7 /* inputChar */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 28
        17: .line 106
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subMode:Z
            ifeq 26
        18: .line 107
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            arraylength
            iconst_1
            if_icmpne 22
        19: .line 108
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            iconst_0
            bastore
        20: .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_0
            baload
            bastore
        21: .line 110
            goto 24
        22: .line 112
      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 113
            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 115
      StackMap locals:
      StackMap stack:
            iinc 8 /* inputSize */ 1
        25: .line 116
            goto 47
        26: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
        27: .line 118
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        28: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
        29: .line 123
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 127
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 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 */
            iload 7 /* inputChar */
            invokevirtual sun.io.CharToByteDBCS_ASCII.encodeChar:(C)I
            istore 9 /* theBytes */
        start local 9 // int theBytes
        34: .line 134
            iload 9 /* theBytes */
            ldc 65533
            if_icmpne 45
        35: .line 136
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subMode:Z
            ifeq 43
        36: .line 137
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.subBytes:[B
            arraylength
            iconst_1
            if_icmpne 40
        37: .line 138
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            iconst_0
            bastore
        38: .line 139
            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
        39: .line 140
            goto 47
        40: .line 141
      StackMap locals: int
      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
        41: .line 142
            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
        42: .line 144
            goto 47
        43: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_ASCII.badInputLength:I
        44: .line 146
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        45: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            iload 9 /* theBytes */
            bipush 8
            ishr
            i2b
            bastore
        46: .line 150
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_1
            iload 9 /* theBytes */
            i2b
            bastore
        end local 9 // int theBytes
        47: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.outputByte:[B
            iconst_0
            baload
            ifne 50
        48: .line 154
            iconst_1
            istore 10 /* spaceNeeded */
        start local 10 // int spaceNeeded
        49: goto 51
        end local 10 // int spaceNeeded
        50: .line 156
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 10 /* spaceNeeded */
        start local 10 // int spaceNeeded
        51: .line 158
      StackMap locals: sun.io.CharToByteDBCS_ASCII char[] int int byte[] int int int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_ASCII.byteOff:I
            iload 10 /* spaceNeeded */
            iadd
            iload 6 /* outEnd */
            if_icmple 53
        52: .line 159
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        53: .line 161
      StackMap locals:
      StackMap stack:
            iload 10 /* spaceNeeded */
            iconst_1
            if_icmpne 55
        54: .line 162
            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 57
        55: .line 164
      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
        56: .line 165
            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
        57: .line 168
      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 10 // int spaceNeeded
        end local 8 // int inputSize
        end local 7 // char inputChar
        58: .line 78
      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
        59: .line 170
      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   60     0         this  Lsun/io/CharToByteDBCS_ASCII;
            0   60     1        input  [C
            0   60     2        inOff  I
            0   60     3        inEnd  I
            0   60     4       output  [B
            0   60     5       outOff  I
            0   60     6       outEnd  I
            5    7     7    inputChar  C
            8   58     7    inputChar  C
            6    7     8    inputSize  I
            9   58     8    inputSize  I
           34   47     9     theBytes  I
           49   50    10  spaceNeeded  I
           51   58    10  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 177
            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 178
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_ASCII.highHalfZoneCode:C
         2: .line 179
            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 185
            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=2, locals=2, args_size=2
        start local 0 // sun.io.CharToByteDBCS_ASCII this
        start local 1 // char c
         0: .line 193
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual sun.io.CharToByteDBCS_ASCII.encodeChar:(C)I
            ldc 65533
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char c
        end local 0 // sun.io.CharToByteDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteDBCS_ASCII;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "CharToByteDBCS_ASCII.java"
InnerClasses:
  public Encoder = sun.nio.cs.ext.DoubleByte$Encoder of sun.nio.cs.ext.DoubleByte