public abstract class sun.io.ByteToCharDBCS_ASCII extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.ByteToCharDBCS_ASCII
  super_class: sun.io.ByteToCharConverter
{
  private boolean savedBytePresent;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private byte savedByte;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

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

  protected boolean[] leadByte;
    descriptor: [Z
    flags: (0x0004) ACC_PROTECTED

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

  protected java.lang.String index2;
    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.ByteToCharDBCS_ASCII this
         0: .line 42
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 43
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_ASCII.savedBytePresent:Z
         2: .line 44
            return
        end local 0 // sun.io.ByteToCharDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharDBCS_ASCII;

  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.ByteToCharDBCS_ASCII this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 50
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.savedBytePresent:Z
            ifeq 4
         1: .line 51
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDBCS_ASCII.reset:()V
         2: .line 52
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_ASCII.badInputLength:I
         3: .line 53
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDBCS_ASCII.reset:()V
         5: .line 57
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/ByteToCharDBCS_ASCII;
            0    6     1    output  [C
            0    6     2  outStart  I
            0    6     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=7
        start local 0 // sun.io.ByteToCharDBCS_ASCII 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 69
            ldc 65533
            istore 8 /* outputChar */
        start local 8 // char outputChar
         1: .line 71
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharDBCS_ASCII.charOff:I
         2: .line 72
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
         3: .line 74
            goto 36
         4: .line 79
      StackMap locals: sun.io.ByteToCharDBCS_ASCII byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.savedBytePresent:Z
            ifne 8
         5: .line 80
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
            baload
            istore 9 /* byte1 */
        start local 9 // int byte1
         6: .line 81
            iconst_1
            istore 7 /* inputSize */
        start local 7 // int inputSize
         7: .line 82
            goto 11
        end local 9 // int byte1
        end local 7 // int inputSize
         8: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.savedByte:B
            istore 9 /* byte1 */
        start local 9 // int byte1
         9: .line 84
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_ASCII.savedBytePresent:Z
        10: .line 85
            iconst_0
            istore 7 /* inputSize */
        start local 7 // int inputSize
        11: .line 88
      StackMap locals: sun.io.ByteToCharDBCS_ASCII byte[] int int char[] int int int int int
      StackMap stack:
            iload 9 /* byte1 */
            ifge 13
        12: .line 89
            iinc 9 /* byte1 */ 256
        13: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.leadByte:[Z
            iload 9 /* byte1 */
            baload
            ifne 16
        14: .line 93
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.singleByteToChar:Ljava/lang/String;
            iload 9 /* byte1 */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        15: .line 94
            goto 27
        16: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
            iload 7 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 21
        17: .line 97
            aload 0 /* this */
            iload 9 /* byte1 */
            i2b
            putfield sun.io.ByteToCharDBCS_ASCII.savedByte:B
        18: .line 98
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_ASCII.savedBytePresent:Z
        19: .line 99
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
        20: .line 100
            goto 37
        21: .line 103
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
            iload 7 /* inputSize */
            iadd
            baload
            istore 10 /* byte2 */
        start local 10 // int byte2
        22: .line 104
            iload 10 /* byte2 */
            ifge 24
        23: .line 105
            iinc 10 /* byte2 */ 256
        24: .line 107
      StackMap locals: int
      StackMap stack:
            iinc 7 /* inputSize */ 1
        25: .line 110
            iload 9 /* byte1 */
            sipush 256
            imul
            iload 10 /* byte2 */
            iadd
            istore 11 /* v */
        start local 11 // int v
        26: .line 111
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.index1:[S
            iload 11 /* v */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.shift:I
            ishr
            saload
            iload 11 /* v */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.mask2:I
            iand
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        end local 11 // int v
        end local 10 // int byte2
        27: .line 114
      StackMap locals:
      StackMap stack:
            iload 8 /* outputChar */
            ldc 65533
            if_icmpne 32
        28: .line 115
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.subMode:Z
            ifeq 30
        29: .line 116
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.subChars:[C
            iconst_0
            caload
            istore 8 /* outputChar */
            goto 32
        30: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* inputSize */
            putfield sun.io.ByteToCharDBCS_ASCII.badInputLength:I
        31: .line 119
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        32: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.charOff:I
            iload 6 /* outEnd */
            if_icmplt 34
        33: .line 124
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        34: .line 126
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_ASCII.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharDBCS_ASCII.charOff:I
            iload 8 /* outputChar */
            castore
        35: .line 127
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
        end local 9 // int byte1
        end local 7 // int inputSize
        36: .line 74
      StackMap locals: sun.io.ByteToCharDBCS_ASCII byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
        37: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_ASCII.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // 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.ByteToCharDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   38     0        this  Lsun/io/ByteToCharDBCS_ASCII;
            0   38     1       input  [B
            0   38     2       inOff  I
            0   38     3       inEnd  I
            0   38     4      output  [C
            0   38     5      outOff  I
            0   38     6      outEnd  I
            7    8     7   inputSize  I
           11   36     7   inputSize  I
            1   38     8  outputChar  C
            6    8     9       byte1  I
            9   36     9       byte1  I
           22   27    10       byte2  I
           26   27    11           v  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.ByteToCharDBCS_ASCII this
         0: .line 138
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharDBCS_ASCII.byteOff:I
            putfield sun.io.ByteToCharDBCS_ASCII.charOff:I
         1: .line 139
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_ASCII.savedBytePresent:Z
         2: .line 140
            return
        end local 0 // sun.io.ByteToCharDBCS_ASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharDBCS_ASCII;
}
SourceFile: "ByteToCharDBCS_ASCII.java"