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 int savedByte;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(sun.nio.cs.ext.DoubleByte$Decoder);
    descriptor: (Lsun/nio/cs/ext/DoubleByte$Decoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharDBCS_EBCDIC this
        start local 1 // sun.nio.cs.ext.DoubleByte$Decoder dec
         0: .line 46
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
         2: .line 48
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
         3: .line 49
            aload 0 /* this */
            aload 1 /* dec */
            putfield sun.io.ByteToCharDBCS_EBCDIC.dec:Lsun/nio/cs/ext/DoubleByte$Decoder;
         4: .line 50
            return
        end local 1 // sun.nio.cs.ext.DoubleByte$Decoder dec
        end local 0 // sun.io.ByteToCharDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/io/ByteToCharDBCS_EBCDIC;
            0    5     1   dec  Lsun/nio/cs/ext/DoubleByte$Decoder;
    MethodParameters:
      Name  Flags
      dec   

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

  char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.io.ByteToCharDBCS_EBCDIC this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 57
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.dec:Lsun/nio/cs/ext/DoubleByte$Decoder;
            iload 1 /* b1 */
            iload 2 /* b2 */
            invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.decodeDouble:(II)C
            ireturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.io.ByteToCharDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharDBCS_EBCDIC;
            0    1     1    b1  I
            0    1     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  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 64
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
            ifeq 4
         1: .line 65
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDBCS_EBCDIC.reset:()V
         2: .line 66
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
         3: .line 67
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharDBCS_EBCDIC.reset:()V
         5: .line 71
            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=11, 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 83
            ldc 65533
            istore 8 /* outputChar */
        start local 8 // char outputChar
         1: .line 85
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
         2: .line 86
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
         3: .line 88
            goto 52
         4: .line 91
      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 92
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            baload
            sipush 255
            iand
            istore 9 /* byte1 */
        start local 9 // int byte1
         6: .line 93
            iconst_1
            istore 7 /* inputSize */
        start local 7 // int inputSize
         7: .line 94
            goto 11
        end local 9 // int byte1
        end local 7 // int inputSize
         8: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.savedByte:I
            istore 9 /* byte1 */
        start local 9 // int byte1
         9: .line 96
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
        10: .line 97
            iconst_0
            istore 7 /* inputSize */
        start local 7 // int inputSize
        11: .line 100
      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 105
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
            ifeq 15
        13: .line 106
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        14: .line 107
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        15: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
        16: .line 110
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
        17: .line 112
            goto 52
        18: .line 115
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            bipush 15
            if_icmpne 25
        19: .line 119
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
            iconst_1
            if_icmpeq 22
        20: .line 120
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        21: .line 121
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        22: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
        23: .line 124
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
        24: .line 126
            goto 52
        25: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
            ifne 28
        26: .line 131
            aload 0 /* this */
            iload 9 /* byte1 */
            invokevirtual sun.io.ByteToCharDBCS_EBCDIC.decodeSingle:(I)C
            istore 8 /* outputChar */
        27: .line 132
            goto 43
        28: .line 137
      StackMap locals:
      StackMap stack:
            iload 9 /* byte1 */
            bipush 64
            if_icmplt 29
            iload 9 /* byte1 */
            sipush 254
            if_icmple 31
        29: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        30: .line 139
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        31: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 36
        32: .line 146
            aload 0 /* this */
            iload 9 /* byte1 */
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedByte:I
        33: .line 147
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
        34: .line 148
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
        35: .line 149
            goto 53
        36: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
            iload 7 /* inputSize */
            iadd
            baload
            sipush 255
            iand
            istore 10 /* byte2 */
        start local 10 // int byte2
        37: .line 153
            iinc 7 /* inputSize */ 1
        38: .line 157
            iload 9 /* byte1 */
            bipush 64
            if_icmpne 39
            iload 10 /* byte2 */
            bipush 64
            if_icmpeq 42
        39: .line 158
      StackMap locals: int
      StackMap stack:
            iload 10 /* byte2 */
            bipush 65
            if_icmplt 40
            iload 10 /* byte2 */
            sipush 254
            if_icmple 42
        40: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        41: .line 160
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        42: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* byte1 */
            iload 10 /* byte2 */
            invokevirtual sun.io.ByteToCharDBCS_EBCDIC.decodeDouble:(II)C
            istore 8 /* outputChar */
        end local 10 // int byte2
        43: .line 166
      StackMap locals:
      StackMap stack:
            iload 8 /* outputChar */
            ldc 65533
            if_icmpne 48
        44: .line 167
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.subMode:Z
            ifeq 46
        45: .line 168
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.subChars:[C
            iconst_0
            caload
            istore 8 /* outputChar */
            goto 48
        46: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* inputSize */
            putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
        47: .line 171
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        48: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
            iload 6 /* outEnd */
            if_icmplt 50
        49: .line 176
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        50: .line 178
      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
        51: .line 179
            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
        52: .line 88
      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
        53: .line 184
      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   54     0        this  Lsun/io/ByteToCharDBCS_EBCDIC;
            0   54     1       input  [B
            0   54     2       inOff  I
            0   54     3       inEnd  I
            0   54     4      output  [C
            0   54     5      outOff  I
            0   54     6      outEnd  I
            7    8     7   inputSize  I
           11   52     7   inputSize  I
            1   54     8  outputChar  C
            6    8     9       byte1  I
            9   52     9       byte1  I
           37   43    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.ByteToCharDBCS_EBCDIC this
         0: .line 192
            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 193
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
         2: .line 194
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
         3: .line 195
            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"
InnerClasses:
  public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte