public abstract class sun.io.ByteToCharDBCS_EBCDIC extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.ByteToCharDBCS_EBCDIC
  super_class: sun.io.ByteToCharConverter
{
  private static final int SBCS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int DBCS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int SO;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  private static final int SI;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  private int currentState;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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 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_EBCDIC this
         0: .line 49
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 50
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
         2: .line 51
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
         3: .line 52
            return
        end local 0 // sun.io.ByteToCharDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/ByteToCharDBCS_EBCDIC;

  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_EBCDIC this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 58
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
            ifeq 4
         1: .line 59
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDBCS_EBCDIC.reset:()V
         2: .line 60
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
         3: .line 61
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDBCS_EBCDIC.reset:()V
         5: .line 65
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/ByteToCharDBCS_EBCDIC;
            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_EBCDIC 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 77
            ldc 65533
            istore 8 /* outputChar */
        start local 8 // char outputChar
         1: .line 79
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
         2: .line 80
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
         3: .line 82
            goto 57
         4: .line 86
      StackMap locals: sun.io.ByteToCharDBCS_EBCDIC byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
            ifne 8
         5: .line 87
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            baload
            istore 9 /* byte1 */
        start local 9 // int byte1
         6: .line 88
            iconst_1
            istore 7 /* inputSize */
        start local 7 // int inputSize
         7: .line 89
            goto 11
        end local 9 // int byte1
        end local 7 // int inputSize
         8: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.savedByte:B
            istore 9 /* byte1 */
        start local 9 // int byte1
         9: .line 91
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
        10: .line 92
            iconst_0
            istore 7 /* inputSize */
        start local 7 // int inputSize
        11: .line 95
      StackMap locals: sun.io.ByteToCharDBCS_EBCDIC byte[] int int char[] int int int int int
      StackMap stack:
            iload 9 /* byte1 */
            bipush 14
            if_icmpne 18
        12: .line 100
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
            ifeq 15
        13: .line 101
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        14: .line 102
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        15: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
        16: .line 105
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
        17: .line 107
            goto 57
        18: .line 110
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            bipush 15
            if_icmpne 25
        19: .line 114
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
            iconst_1
            if_icmpeq 22
        20: .line 115
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        21: .line 116
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        22: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
        23: .line 119
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
        24: .line 121
            goto 57
        25: .line 125
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            ifge 27
        26: .line 126
            iinc 9 /* byte1 */ 256
        27: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
            ifne 30
        28: .line 129
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.singleByteToChar:Ljava/lang/String;
            iload 9 /* byte1 */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        29: .line 130
            goto 48
        30: .line 135
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            bipush 64
            if_icmplt 31
            iload 9 /* byte1 */
            sipush 254
            if_icmple 33
        31: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        32: .line 137
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        33: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 38
        34: .line 144
            aload 0 /* this */
            iload 9 /* byte1 */
            i2b
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedByte:B
        35: .line 145
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
        36: .line 146
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
        37: .line 147
            goto 58
        38: .line 150
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            baload
            istore 10 /* byte2 */
        start local 10 // int byte2
        39: .line 151
            iload 10 /* byte2 */
            ifge 41
        40: .line 152
            iinc 10 /* byte2 */ 256
        41: .line 154
      StackMap locals: int
      StackMap stack:
            iinc 7 /* inputSize */ 1
        42: .line 158
            iload 9 /* byte1 */
            bipush 64
            if_icmpne 43
            iload 10 /* byte2 */
            bipush 64
            if_icmpeq 46
        43: .line 159
      StackMap locals:
      StackMap stack:
            iload 10 /* byte2 */
            bipush 65
            if_icmplt 44
            iload 10 /* byte2 */
            sipush 254
            if_icmple 46
        44: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        45: .line 161
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        46: .line 165
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            sipush 256
            imul
            iload 10 /* byte2 */
            iadd
            istore 11 /* v */
        start local 11 // int v
        47: .line 166
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.index1:[S
            iload 11 /* v */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.shift:I
            ishr
            saload
            iload 11 /* v */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.mask2:I
            iand
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        end local 11 // int v
        end local 10 // int byte2
        48: .line 169
      StackMap locals:
      StackMap stack:
            iload 8 /* outputChar */
            ldc 65533
            if_icmpne 53
        49: .line 170
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.subMode:Z
            ifeq 51
        50: .line 171
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.subChars:[C
            iconst_0
            caload
            istore 8 /* outputChar */
            goto 53
        51: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* inputSize */
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        52: .line 174
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        53: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
            iload 6 /* outEnd */
            if_icmplt 55
        54: .line 179
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        55: .line 181
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
            iload 8 /* outputChar */
            castore
        56: .line 182
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
        end local 9 // int byte1
        end local 7 // int inputSize
        57: .line 82
      StackMap locals: sun.io.ByteToCharDBCS_EBCDIC byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
        58: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.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_EBCDIC this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   59     0        this  Lsun/io/ByteToCharDBCS_EBCDIC;
            0   59     1       input  [B
            0   59     2       inOff  I
            0   59     3       inEnd  I
            0   59     4      output  [C
            0   59     5      outOff  I
            0   59     6      outEnd  I
            7    8     7   inputSize  I
           11   57     7   inputSize  I
            1   59     8  outputChar  C
            6    8     9       byte1  I
            9   57     9       byte1  I
           39   48    10       byte2  I
           47   48    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_EBCDIC this
         0: .line 195
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            putfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
         1: .line 196
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
         2: .line 197
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
         3: .line 198
            return
        end local 0 // sun.io.ByteToCharDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/ByteToCharDBCS_EBCDIC;
}
SourceFile: "ByteToCharDBCS_EBCDIC.java"