public abstract class sun.io.CharToByteDBCS_EBCDIC extends sun.io.CharToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.CharToByteDBCS_EBCDIC
  super_class: sun.io.CharToByteConverter
{
  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 byte SO;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

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

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

  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_EBCDIC this
        start local 1 // sun.nio.cs.ext.DoubleByte$Encoder enc
         0: .line 45
            aload 0 /* this */
            invokespecial sun.io.CharToByteConverter.<init>:()V
         1: .line 40
            aload 0 /* this */
            iconst_2
            newarray 8
            putfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
         2: .line 46
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_EBCDIC.highHalfZoneCode:C
         3: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
         4: .line 48
            aload 0 /* this */
            aload 1 /* enc */
            putfield sun.io.CharToByteDBCS_EBCDIC.enc:Lsun/nio/cs/ext/DoubleByte$Encoder;
         5: .line 49
            return
        end local 1 // sun.nio.cs.ext.DoubleByte$Encoder enc
        end local 0 // sun.io.CharToByteDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/io/CharToByteDBCS_EBCDIC;
            0    6     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_EBCDIC this
        start local 1 // char c
         0: .line 52
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.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_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteDBCS_EBCDIC;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public int flush(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // sun.io.CharToByteDBCS_EBCDIC this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 61
            iconst_0
            istore 4 /* bytesOut */
        start local 4 // int bytesOut
         1: .line 63
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.highHalfZoneCode:C
            ifeq 5
         2: .line 64
            aload 0 /* this */
            invokevirtual sun.io.CharToByteDBCS_EBCDIC.reset:()V
         3: .line 65
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_EBCDIC.badInputLength:I
         4: .line 66
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         5: .line 69
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
            iconst_1
            if_icmpne 10
         6: .line 70
            iload 2 /* outStart */
            iload 3 /* outEnd */
            if_icmplt 8
         7: .line 71
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
         8: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 2 /* outStart */
            bipush 15
            bastore
         9: .line 73
            iinc 4 /* bytesOut */ 1
        10: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.CharToByteDBCS_EBCDIC.reset:()V
        11: .line 77
            iload 4 /* bytesOut */
            ireturn
        end local 4 // int bytesOut
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/io/CharToByteDBCS_EBCDIC;
            0   12     1    output  [B
            0   12     2  outStart  I
            0   12     3    outEnd  I
            1   12     4  bytesOut  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_EBCDIC 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 91
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
         1: .line 92
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
         2: .line 94
            goto 69
         3: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.highHalfZoneCode:C
            ifne 7
         4: .line 101
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
         5: .line 102
            iconst_1
            istore 8 /* inputSize */
        start local 8 // int inputSize
         6: .line 103
            goto 10
        end local 8 // int inputSize
        end local 7 // char inputChar
         7: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         8: .line 105
            iconst_0
            istore 8 /* inputSize */
        start local 8 // int inputSize
         9: .line 106
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_EBCDIC.highHalfZoneCode:C
        10: .line 110
      StackMap locals: int int
      StackMap stack:
            iload 7 /* inputChar */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 30
        11: .line 112
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
            iload 8 /* inputSize */
            iadd
            iload 3 /* inEnd */
            if_icmplt 15
        12: .line 113
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteDBCS_EBCDIC.highHalfZoneCode:C
        13: .line 114
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
        14: .line 115
            goto 70
        15: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
            iload 8 /* inputSize */
            iadd
            caload
            istore 7 /* inputChar */
        16: .line 120
            iload 7 /* inputChar */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 28
        17: .line 123
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subMode:Z
            ifeq 26
        18: .line 124
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            arraylength
            iconst_1
            if_icmpne 22
        19: .line 125
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            iconst_0
            bastore
        20: .line 126
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            iconst_0
            baload
            bastore
        21: .line 127
            goto 24
        22: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            iconst_0
            baload
            bastore
        23: .line 130
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            iconst_1
            baload
            bastore
        24: .line 132
      StackMap locals:
      StackMap stack:
            iinc 8 /* inputSize */ 1
        25: .line 133
            goto 47
        26: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteDBCS_EBCDIC.badInputLength:I
        27: .line 135
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        28: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_EBCDIC.badInputLength:I
        29: .line 140
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 144
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 33
        31: .line 145
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_EBCDIC.badInputLength:I
        32: .line 146
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        33: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* inputChar */
            invokevirtual sun.io.CharToByteDBCS_EBCDIC.encodeChar:(C)I
            istore 9 /* theBytes */
        start local 9 // int theBytes
        34: .line 151
            iload 9 /* theBytes */
            ldc 65533
            if_icmpne 45
        35: .line 153
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subMode:Z
            ifeq 43
        36: .line 154
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            arraylength
            iconst_1
            if_icmpne 40
        37: .line 155
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            iconst_0
            bastore
        38: .line 156
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            iconst_0
            baload
            bastore
        39: .line 157
            goto 47
        40: .line 158
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            iconst_0
            baload
            bastore
        41: .line 159
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_1
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            iconst_1
            baload
            bastore
        42: .line 161
            goto 47
        43: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_EBCDIC.badInputLength:I
        44: .line 163
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        45: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            iload 9 /* theBytes */
            ldc 65280
            iand
            bipush 8
            ishr
            i2b
            bastore
        46: .line 167
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_1
            iload 9 /* theBytes */
            sipush 255
            iand
            i2b
            bastore
        end local 9 // int theBytes
        47: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
            iconst_1
            if_icmpne 53
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            baload
            ifne 53
        48: .line 174
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            iload 6 /* outEnd */
            if_icmplt 50
        49: .line 175
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        50: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
        51: .line 177
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            bipush 15
            bastore
        52: .line 178
            goto 58
        53: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
            ifne 58
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            baload
            ifeq 58
        54: .line 180
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            iload 6 /* outEnd */
            if_icmplt 56
        55: .line 181
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        56: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
        57: .line 184
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            bipush 14
            bastore
        58: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
            iconst_1
            if_icmpne 61
        59: .line 188
            iconst_2
            istore 10 /* spaceNeeded */
        start local 10 // int spaceNeeded
        60: goto 62
        end local 10 // int spaceNeeded
        61: .line 190
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 10 /* spaceNeeded */
        start local 10 // int spaceNeeded
        62: .line 192
      StackMap locals: sun.io.CharToByteDBCS_EBCDIC char[] int int byte[] int int int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            iload 10 /* spaceNeeded */
            iadd
            iload 6 /* outEnd */
            if_icmple 64
        63: .line 193
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        64: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
            ifne 66
        65: .line 197
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_1
            baload
            bastore
            goto 68
        66: .line 199
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_0
            baload
            bastore
        67: .line 200
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.outputByte:[B
            iconst_1
            baload
            bastore
        68: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
            iload 8 /* inputSize */
            iadd
            putfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
        end local 10 // int spaceNeeded
        end local 8 // int inputSize
        end local 7 // char inputChar
        69: .line 94
      StackMap locals: sun.io.CharToByteDBCS_EBCDIC char[] int int byte[] int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
            iload 3 /* inEnd */
            if_icmplt 3
        70: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.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_EBCDIC this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   71     0         this  Lsun/io/CharToByteDBCS_EBCDIC;
            0   71     1        input  [C
            0   71     2        inOff  I
            0   71     3        inEnd  I
            0   71     4       output  [B
            0   71     5       outOff  I
            0   71     6       outEnd  I
            5    7     7    inputChar  C
            8   69     7    inputChar  C
            6    7     8    inputSize  I
            9   69     8    inputSize  I
           34   47     9     theBytes  I
           60   61    10  spaceNeeded  I
           62   69    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_EBCDIC this
         0: .line 214
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteDBCS_EBCDIC.byteOff:I
            putfield sun.io.CharToByteDBCS_EBCDIC.charOff:I
         1: .line 215
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_EBCDIC.highHalfZoneCode:C
         2: .line 216
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteDBCS_EBCDIC.currentState:I
         3: .line 217
            return
        end local 0 // sun.io.CharToByteDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/CharToByteDBCS_EBCDIC;

  public int getMaxBytesPerChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteDBCS_EBCDIC this
         0: .line 224
            iconst_4
            ireturn
        end local 0 // sun.io.CharToByteDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteDBCS_EBCDIC;

  public void setSubstitutionBytes(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.io.CharToByteDBCS_EBCDIC this
        start local 1 // byte[] newSubBytes
         0: .line 237
            aload 1 /* newSubBytes */
            arraylength
            iconst_2
            if_icmpgt 1
            aload 1 /* newSubBytes */
            arraylength
            ifne 2
         1: .line 238
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newSubBytes */
            arraylength
            newarray 8
            putfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
         3: .line 242
            aload 1 /* newSubBytes */
            iconst_0
            aload 0 /* this */
            getfield sun.io.CharToByteDBCS_EBCDIC.subBytes:[B
            iconst_0
            aload 1 /* newSubBytes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 244
            return
        end local 1 // byte[] newSubBytes
        end local 0 // sun.io.CharToByteDBCS_EBCDIC this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lsun/io/CharToByteDBCS_EBCDIC;
            0    5     1  newSubBytes  [B
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
             Name  Flags
      newSubBytes  

  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_EBCDIC this
        start local 1 // char c
         0: .line 251
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual sun.io.CharToByteDBCS_EBCDIC.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_EBCDIC this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteDBCS_EBCDIC;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "CharToByteDBCS_EBCDIC.java"
InnerClasses:
  public Encoder = sun.nio.cs.ext.DoubleByte$Encoder of sun.nio.cs.ext.DoubleByte