public abstract class sun.io.CharToByteSingleByte extends sun.io.CharToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.io.CharToByteSingleByte
  super_class: sun.io.CharToByteConverter
{
  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

  private char highHalfZoneCode;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteSingleByte this
         0: .line 40
            aload 0 /* this */
            invokespecial sun.io.CharToByteConverter.<init>:()V
            return
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteSingleByte;

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

  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.CharToByteSingleByte this
         0: .line 74
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index2:Ljava/lang/String;
            areturn
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteSingleByte;

  public int flush(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.io.CharToByteSingleByte this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 79
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
            ifeq 4
         1: .line 80
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
         2: .line 81
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.badInputLength:I
         3: .line 82
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteSingleByte.charOff:I
            putfield sun.io.CharToByteSingleByte.byteOff:I
         5: .line 85
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/CharToByteSingleByte;
            0    6     1    output  [B
            0    6     2  outStart  I
            0    6     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException
    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=13, args_size=7
        start local 0 // sun.io.CharToByteSingleByte 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 117
            iconst_1
            newarray 8
            astore 11 /* tmpArray */
        start local 11 // byte[] tmpArray
         1: .line 120
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteSingleByte.charOff:I
         2: .line 121
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteSingleByte.byteOff:I
         3: .line 123
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
            ifeq 50
         4: .line 124
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         5: .line 125
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
         6: .line 126
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 56320
            if_icmplt 9
            aload 1 /* input */
            iload 2 /* inOff */
            caload
            ldc 57343
            if_icmpgt 9
         7: .line 128
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
         8: .line 129
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
         9: .line 132
      StackMap locals: sun.io.CharToByteSingleByte char[] int int byte[] int int int top top top byte[]
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        10: .line 133
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        end local 7 // char inputChar
        11: .line 140
      StackMap locals: sun.io.CharToByteSingleByte char[] int int byte[] int int top top top top byte[]
      StackMap stack:
            aload 11 /* tmpArray */
            astore 8 /* outputByte */
        start local 8 // byte[] outputByte
        12: .line 143
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
        13: .line 146
            iconst_1
            istore 10 /* outputSize */
        start local 10 // int outputSize
        14: .line 149
            iconst_1
            istore 9 /* inputSize */
        start local 9 // int inputSize
        15: .line 152
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 30
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 30
        16: .line 154
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmplt 19
        17: .line 155
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
        18: .line 156
            goto 51
        19: .line 160
      StackMap locals: sun.io.CharToByteSingleByte char[] int int byte[] int int int byte[] int int byte[]
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            iconst_1
            iadd
            caload
            istore 7 /* inputChar */
        20: .line 161
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 28
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 28
        21: .line 164
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subMode:Z
            ifeq 26
        22: .line 165
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            astore 8 /* outputByte */
        23: .line 166
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        24: .line 167
            iconst_2
            istore 9 /* inputSize */
        25: .line 168
            goto 42
        26: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        27: .line 170
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        28: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        29: .line 175
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 180
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 33
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 33
        31: .line 181
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        32: .line 182
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        33: .line 188
      StackMap locals:
      StackMap stack:
            aload 8 /* outputByte */
            iconst_0
            aload 0 /* this */
            iload 7 /* inputChar */
            invokevirtual sun.io.CharToByteSingleByte.getNative:(C)B
            bastore
        34: .line 191
            aload 8 /* outputByte */
            iconst_0
            baload
            ifne 42
        35: .line 194
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            caload
            ifeq 42
        36: .line 197
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subMode:Z
            ifeq 40
        37: .line 198
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            astore 8 /* outputByte */
        38: .line 199
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        39: .line 200
            goto 42
        40: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        41: .line 202
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        42: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.byteOff:I
            iload 10 /* outputSize */
            iadd
            iload 6 /* outEnd */
            if_icmple 44
        43: .line 210
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        44: .line 213
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        45: goto 48
        46: .line 214
      StackMap locals: int
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteSingleByte.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteSingleByte.byteOff:I
            aload 8 /* outputByte */
            iload 12 /* i */
            baload
            bastore
        47: .line 213
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 12 /* i */
            iload 10 /* outputSize */
            if_icmplt 46
        end local 12 // int i
        49: .line 216
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteSingleByte.charOff:I
            iload 9 /* inputSize */
            iadd
            putfield sun.io.CharToByteSingleByte.charOff:I
        end local 10 // int outputSize
        end local 9 // int inputSize
        end local 8 // byte[] outputByte
        end local 7 // char inputChar
        50: .line 138
      StackMap locals: sun.io.CharToByteSingleByte char[] int int byte[] int int top top top top byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            iload 3 /* inEnd */
            if_icmplt 11
        51: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.byteOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 11 // byte[] tmpArray
        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.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   52     0        this  Lsun/io/CharToByteSingleByte;
            0   52     1       input  [C
            0   52     2       inOff  I
            0   52     3       inEnd  I
            0   52     4      output  [B
            0   52     5      outOff  I
            0   52     6      outEnd  I
            5   11     7   inputChar  C
           13   50     7   inputChar  C
           12   50     8  outputByte  [B
           15   50     9   inputSize  I
           14   50    10  outputSize  I
            1   52    11    tmpArray  [B
           45   49    12           i  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

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

  public byte getNative(char);
    descriptor: (C)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.io.CharToByteSingleByte this
        start local 1 // char inputChar
         0: .line 233
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index1:[S
            iload 1 /* inputChar */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.shift:I
            ishr
            saload
         1: .line 234
            iload 1 /* inputChar */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.mask2:I
            iand
            iadd
         2: .line 233
            invokevirtual java.lang.String.charAt:(I)C
            i2b
            ireturn
        end local 1 // char inputChar
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/io/CharToByteSingleByte;
            0    3     1  inputChar  C
    MethodParameters:
           Name  Flags
      inputChar  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.io.CharToByteSingleByte this
         0: .line 242
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteSingleByte.charOff:I
            putfield sun.io.CharToByteSingleByte.byteOff:I
         1: .line 243
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
         2: .line 244
            return
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/CharToByteSingleByte;

  public boolean canConvert(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.io.CharToByteSingleByte this
        start local 1 // char ch
         0: .line 252
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index1:[S
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.mask1:I
            iand
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.shift:I
            ishr
            saload
            iload 1 /* ch */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.mask2:I
            iand
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            ifeq 2
         1: .line 253
            iconst_1
            ireturn
         2: .line 256
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ifne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // char ch
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/CharToByteSingleByte;
            0    4     1    ch  C
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToByteSingleByte.java"