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 char[] index1;
    descriptor: [C
    flags: (0x0004) ACC_PROTECTED

  protected char[] index2;
    descriptor: [C
    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 43
            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 char[] getIndex1();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteSingleByte this
         0: .line 73
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index1:[C
            areturn
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteSingleByte;

  public char[] getIndex2();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteSingleByte this
         0: .line 77
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index2:[C
            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 82
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
            ifeq 4
         1: .line 83
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
         2: .line 84
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.badInputLength:I
         3: .line 85
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 87
      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 88
            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 120
            iconst_1
            newarray 8
            astore 11 /* tmpArray */
        start local 11 // byte[] tmpArray
         1: .line 123
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteSingleByte.charOff:I
         2: .line 124
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteSingleByte.byteOff:I
         3: .line 126
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
            ifeq 50
         4: .line 127
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         5: .line 128
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
         6: .line 129
            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 131
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
         8: .line 132
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
         9: .line 135
      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 136
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        end local 7 // char inputChar
        11: .line 143
      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 146
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
        13: .line 149
            iconst_1
            istore 10 /* outputSize */
        start local 10 // int outputSize
        14: .line 152
            iconst_1
            istore 9 /* inputSize */
        start local 9 // int inputSize
        15: .line 155
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 30
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 30
        16: .line 157
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmplt 19
        17: .line 158
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
        18: .line 159
            goto 51
        19: .line 163
      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 164
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 28
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 28
        21: .line 167
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subMode:Z
            ifeq 26
        22: .line 168
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            astore 8 /* outputByte */
        23: .line 169
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        24: .line 170
            iconst_2
            istore 9 /* inputSize */
        25: .line 171
            goto 42
        26: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        27: .line 173
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        28: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        29: .line 178
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 183
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 33
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 33
        31: .line 184
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        32: .line 185
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        33: .line 191
      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 194
            aload 8 /* outputByte */
            iconst_0
            baload
            ifne 42
        35: .line 197
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.charOff:I
            caload
            ifeq 42
        36: .line 200
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subMode:Z
            ifeq 40
        37: .line 201
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            astore 8 /* outputByte */
        38: .line 202
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.subBytes:[B
            arraylength
            istore 10 /* outputSize */
        39: .line 203
            goto 42
        40: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteSingleByte.badInputLength:I
        41: .line 205
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        42: .line 212
      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 213
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        44: .line 216
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        45: goto 48
        46: .line 217
      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 216
            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 219
            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 141
      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 224
      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 232
            iconst_1
            ireturn
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteSingleByte;

  int encodeChar(char);
    descriptor: (C)I
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.io.CharToByteSingleByte this
        start local 1 // char ch
         0: .line 236
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index1:[C
            iload 1 /* ch */
            bipush 8
            ishr
            caload
            istore 2 /* index */
        start local 2 // char index
         1: .line 237
            iload 2 /* index */
            ldc 65533
            if_icmpne 3
         2: .line 238
            ldc 65533
            ireturn
         3: .line 239
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteSingleByte.index2:[C
            iload 2 /* index */
            iload 1 /* ch */
            sipush 255
            iand
            iadd
            caload
            ireturn
        end local 2 // char index
        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
            1    4     2  index  C
    MethodParameters:
      Name  Flags
      ch    

  public byte getNative(char);
    descriptor: (C)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.io.CharToByteSingleByte this
        start local 1 // char inputChar
         0: .line 243
            aload 0 /* this */
            iload 1 /* inputChar */
            invokevirtual sun.io.CharToByteSingleByte.encodeChar:(C)I
            istore 2 /* b */
        start local 2 // int b
         1: .line 244
            iload 2 /* b */
            ldc 65533
            if_icmpne 3
         2: .line 245
            iconst_0
            ireturn
         3: .line 246
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            i2b
            ireturn
        end local 2 // int b
        end local 1 // char inputChar
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/io/CharToByteSingleByte;
            0    4     1  inputChar  C
            1    4     2          b  I
    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 254
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteSingleByte.charOff:I
            putfield sun.io.CharToByteSingleByte.byteOff:I
         1: .line 255
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteSingleByte.highHalfZoneCode:C
         2: .line 256
            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=2, locals=2, args_size=2
        start local 0 // sun.io.CharToByteSingleByte this
        start local 1 // char ch
         0: .line 263
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual sun.io.CharToByteSingleByte.encodeChar:(C)I
            ldc 65533
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char ch
        end local 0 // sun.io.CharToByteSingleByte this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteSingleByte;
            0    2     1    ch  C
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToByteSingleByte.java"