public class sun.io.CharToByteASCII extends sun.io.CharToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteASCII
  super_class: sun.io.CharToByteConverter
{
  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.CharToByteASCII this
         0: .line 28
            aload 0 /* this */
            invokespecial sun.io.CharToByteConverter.<init>:()V
            return
        end local 0 // sun.io.CharToByteASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteASCII;

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteASCII this
         0: .line 33
            ldc "ASCII"
            areturn
        end local 0 // sun.io.CharToByteASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteASCII;

  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.CharToByteASCII this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 41
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.highHalfZoneCode:C
            ifeq 5
         1: .line 42
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteASCII.highHalfZoneCode:C
         2: .line 43
            new sun.io.MalformedInputException
            dup
         3: .line 44
            ldc "String ends with <High Half Zone code> of UTF16"
         4: .line 43
            invokespecial sun.io.MalformedInputException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteASCII.charOff:I
            putfield sun.io.CharToByteASCII.byteOff:I
         6: .line 47
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteASCII this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/io/CharToByteASCII;
            0    7     1    output  [B
            0    7     2  outStart  I
            0    7     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.CharToByteASCII 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 61
            iconst_1
            newarray 8
            astore 9 /* tmpArray */
        start local 9 // byte[] tmpArray
         1: .line 66
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.CharToByteASCII.charOff:I
         2: .line 67
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.CharToByteASCII.byteOff:I
         3: .line 69
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.highHalfZoneCode:C
            ifeq 52
         4: .line 70
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.highHalfZoneCode:C
            istore 7 /* inputChar */
        start local 7 // char inputChar
         5: .line 71
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteASCII.highHalfZoneCode:C
         6: .line 72
            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 74
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteASCII.badInputLength:I
         8: .line 75
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
         9: .line 78
      StackMap locals: sun.io.CharToByteASCII char[] int int byte[] int int int top byte[]
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.CharToByteASCII.badInputLength:I
        10: .line 79
            new sun.io.MalformedInputException
            dup
        11: .line 80
            ldc "Previous converted string ends with <High Half Zone Code> of UTF16 , but this string is not begin with <Low Half Zone>"
        12: .line 79
            invokespecial sun.io.MalformedInputException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // char inputChar
        13: .line 88
      StackMap locals: sun.io.CharToByteASCII char[] int int byte[] int int top top byte[]
      StackMap stack:
            aload 9 /* tmpArray */
            astore 8 /* outputByte */
        start local 8 // byte[] outputByte
        14: .line 91
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
        15: .line 94
            iconst_1
            istore 11 /* outputSize */
        start local 11 // int outputSize
        16: .line 97
            iconst_1
            istore 10 /* inputSize */
        start local 10 // int inputSize
        17: .line 100
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 32
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 32
        18: .line 102
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.charOff:I
            iconst_1
            iadd
            iload 3 /* inEnd */
            if_icmpne 21
        19: .line 103
            aload 0 /* this */
            iload 7 /* inputChar */
            putfield sun.io.CharToByteASCII.highHalfZoneCode:C
        20: .line 104
            goto 53
        21: .line 108
      StackMap locals: sun.io.CharToByteASCII char[] int int byte[] int int int byte[] byte[] int int
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.charOff:I
            iconst_1
            iadd
            caload
            istore 7 /* inputChar */
        22: .line 109
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 30
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 30
        23: .line 112
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.subMode:Z
            ifeq 28
        24: .line 113
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.subBytes:[B
            astore 8 /* outputByte */
        25: .line 114
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.subBytes:[B
            arraylength
            istore 11 /* outputSize */
        26: .line 115
            iconst_2
            istore 10 /* inputSize */
        27: .line 116
            goto 44
        28: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.io.CharToByteASCII.badInputLength:I
        29: .line 118
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        30: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteASCII.badInputLength:I
        31: .line 123
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        32: .line 127
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 35
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 35
        33: .line 128
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteASCII.badInputLength:I
        34: .line 129
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        35: .line 134
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            bipush 127
            if_icmpgt 38
        36: .line 135
            aload 8 /* outputByte */
            iconst_0
            iload 7 /* inputChar */
            i2b
            bastore
        37: .line 136
            goto 44
        38: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.subMode:Z
            ifeq 42
        39: .line 139
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.subBytes:[B
            astore 8 /* outputByte */
        40: .line 140
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.subBytes:[B
            arraylength
            istore 11 /* outputSize */
        41: .line 141
            goto 44
        42: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteASCII.badInputLength:I
        43: .line 143
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        44: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.byteOff:I
            iload 11 /* outputSize */
            iadd
            iload 6 /* outEnd */
            if_icmple 46
        45: .line 150
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        46: .line 153
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        47: goto 50
        48: .line 154
      StackMap locals: int
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteASCII.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteASCII.byteOff:I
            aload 8 /* outputByte */
            iload 12 /* i */
            baload
            bastore
        49: .line 153
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 12 /* i */
            iload 11 /* outputSize */
            if_icmplt 48
        end local 12 // int i
        51: .line 156
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteASCII.charOff:I
            iload 10 /* inputSize */
            iadd
            putfield sun.io.CharToByteASCII.charOff:I
        end local 11 // int outputSize
        end local 10 // int inputSize
        end local 8 // byte[] outputByte
        end local 7 // char inputChar
        52: .line 87
      StackMap locals: sun.io.CharToByteASCII char[] int int byte[] int int top top byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.charOff:I
            iload 3 /* inEnd */
            if_icmplt 13
        53: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteASCII.byteOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 9 // 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.CharToByteASCII this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   54     0        this  Lsun/io/CharToByteASCII;
            0   54     1       input  [C
            0   54     2       inOff  I
            0   54     3       inEnd  I
            0   54     4      output  [B
            0   54     5      outOff  I
            0   54     6      outEnd  I
            5   13     7   inputChar  C
           15   52     7   inputChar  C
           14   52     8  outputByte  [B
            1   54     9    tmpArray  [B
           17   52    10   inputSize  I
           16   52    11  outputSize  I
           47   51    12           i  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  

  public boolean canConvert(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.CharToByteASCII this
        start local 1 // char ch
         0: .line 166
            iload 1 /* ch */
            bipush 127
            if_icmpgt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char ch
        end local 0 // sun.io.CharToByteASCII this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteASCII;
            0    2     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

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

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