public abstract class sun.io.ByteToCharDoubleByte extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.ByteToCharDoubleByte
  super_class: sun.io.ByteToCharConverter
{
  protected byte savedByte;
    descriptor: B
    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 start;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

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

  protected static final char REPLACE_CHAR;
    descriptor: C
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 65533

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharDoubleByte this
         0: .line 56
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 57
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDoubleByte.savedByte:B
         2: .line 58
            return
        end local 0 // sun.io.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharDoubleByte;

  public short[] getIndex1();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharDoubleByte this
         0: .line 62
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.index1:[S
            areturn
        end local 0 // sun.io.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharDoubleByte;

  public java.lang.String[] getIndex2();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharDoubleByte this
         0: .line 66
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.index2:[Ljava/lang/String;
            areturn
        end local 0 // sun.io.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharDoubleByte;

  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.ByteToCharDoubleByte this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 72
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.savedByte:B
            ifeq 4
         1: .line 73
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDoubleByte.reset:()V
         2: .line 74
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDoubleByte.badInputLength:I
         3: .line 75
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDoubleByte.reset:()V
         5: .line 78
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/ByteToCharDoubleByte;
            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=11, args_size=7
        start local 0 // sun.io.ByteToCharDoubleByte 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 100
            ldc 65533
            istore 7 /* outputChar */
        start local 7 // char outputChar
         1: .line 101
            iconst_0
            istore 8 /* inputSize */
        start local 8 // int inputSize
         2: .line 104
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharDoubleByte.charOff:I
         3: .line 105
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharDoubleByte.byteOff:I
         4: .line 108
            goto 31
         5: .line 111
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.savedByte:B
            ifne 9
         6: .line 112
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.byteOff:I
            baload
            istore 9 /* byte1 */
        start local 9 // int byte1
         7: .line 113
            iconst_1
            istore 8 /* inputSize */
         8: .line 114
            goto 12
        end local 9 // int byte1
         9: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.savedByte:B
            istore 9 /* byte1 */
        start local 9 // int byte1
        10: .line 116
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDoubleByte.savedByte:B
        11: .line 117
            iconst_0
            istore 8 /* inputSize */
        12: .line 120
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* byte1 */
            invokevirtual sun.io.ByteToCharDoubleByte.convSingleByte:(I)C
            istore 7 /* outputChar */
        13: .line 122
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 22
        14: .line 123
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.byteOff:I
            iload 8 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 18
        15: .line 126
            aload 0 /* this */
            iload 9 /* byte1 */
            i2b
            putfield sun.io.ByteToCharDoubleByte.savedByte:B
        16: .line 127
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDoubleByte.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDoubleByte.byteOff:I
        17: .line 128
            goto 32
        18: .line 131
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            sipush 255
            iand
            istore 9 /* byte1 */
        19: .line 132
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.byteOff:I
            iload 8 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 10 /* byte2 */
        start local 10 // int byte2
        20: .line 134
            iinc 8 /* inputSize */ 1
        21: .line 135
            aload 0 /* this */
            iload 9 /* byte1 */
            iload 10 /* byte2 */
            invokevirtual sun.io.ByteToCharDoubleByte.getUnicode:(II)C
            istore 7 /* outputChar */
        end local 10 // int byte2
        22: .line 138
      StackMap locals:
      StackMap stack:
            iload 7 /* outputChar */
            ldc 65533
            if_icmpne 27
        23: .line 139
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.subMode:Z
            ifeq 25
        24: .line 140
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.subChars:[C
            iconst_0
            caload
            istore 7 /* outputChar */
            goto 27
        25: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* inputSize */
            putfield sun.io.ByteToCharDoubleByte.badInputLength:I
        26: .line 143
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        27: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.charOff:I
            iload 6 /* outEnd */
            if_icmplt 29
        28: .line 148
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        29: .line 150
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDoubleByte.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharDoubleByte.charOff:I
            iload 7 /* outputChar */
            castore
        30: .line 151
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDoubleByte.byteOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDoubleByte.byteOff:I
        end local 9 // int byte1
        31: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 5
        32: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // int inputSize
        end local 7 // 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.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   33     0        this  Lsun/io/ByteToCharDoubleByte;
            0   33     1       input  [B
            0   33     2       inOff  I
            0   33     3       inEnd  I
            0   33     4      output  [C
            0   33     5      outOff  I
            0   33     6      outEnd  I
            1   33     7  outputChar  C
            2   33     8   inputSize  I
            7    9     9       byte1  I
           10   31     9       byte1  I
           20   22    10       byte2  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.ByteToCharDoubleByte this
         0: .line 162
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharDoubleByte.charOff:I
            putfield sun.io.ByteToCharDoubleByte.byteOff:I
         1: .line 163
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDoubleByte.savedByte:B
         2: .line 164
            return
        end local 0 // sun.io.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharDoubleByte;

  protected char convSingleByte(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharDoubleByte this
        start local 1 // int b
         0: .line 171
            iload 1 /* b */
            iflt 2
         1: .line 172
            iload 1 /* b */
            i2c
            ireturn
         2: .line 173
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
        end local 1 // int b
        end local 0 // sun.io.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharDoubleByte;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  protected char getUnicode(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.io.ByteToCharDoubleByte this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 182
            iload 1 /* byte1 */
            iflt 2
            iload 1 /* byte1 */
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.index1:[S
            arraylength
            if_icmpgt 2
         1: .line 183
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.start:I
            if_icmplt 2
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.end:I
            if_icmple 3
         2: .line 184
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         3: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.index1:[S
            iload 1 /* byte1 */
            saload
            bipush 15
            iand
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.end:I
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.start:I
            isub
            iconst_1
            iadd
            imul
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.start:I
            isub
            iadd
            istore 3 /* n */
        start local 3 // int n
         4: .line 187
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.index2:[Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharDoubleByte.index1:[S
            iload 1 /* byte1 */
            saload
            iconst_4
            ishr
            aaload
            iload 3 /* n */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 3 // int n
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.io.ByteToCharDoubleByte this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/io/ByteToCharDoubleByte;
            0    5     1  byte1  I
            0    5     2  byte2  I
            4    5     3      n  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  
}
SourceFile: "ByteToCharDoubleByte.java"