public class sun.io.CharToByteISCII91 extends sun.io.CharToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteISCII91
  super_class: sun.io.CharToByteConverter
{
  private static final byte NO_CHAR;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final byte[] directMapTable;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char NUKTA_CHAR;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2364

  private static final char HALANT_CHAR;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2381

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 68
            invokestatic sun.nio.cs.ext.ISCII91.getEncoderMappingTable:()[B
            putstatic sun.io.CharToByteISCII91.directMapTable:[B
         1: .line 71
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public boolean canConvert(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.CharToByteISCII91 this
        start local 1 // char ch
         0: .line 82
            iload 1 /* ch */
            sipush 2304
            if_icmplt 1
            iload 1 /* ch */
            sipush 2431
            if_icmple 5
      StackMap locals:
      StackMap stack:
         1: iload 1 /* ch */
            sipush 8205
            if_icmpeq 5
            iload 1 /* ch */
            sipush 8204
            if_icmpeq 5
         2: .line 83
            iload 1 /* ch */
            iflt 4
            iload 1 /* ch */
            bipush 127
         3: .line 82
            if_icmple 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // char ch
        end local 0 // sun.io.CharToByteISCII91 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/io/CharToByteISCII91;
            0    6     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  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.CharToByteISCII91 this
        start local 1 // char[] input
        start local 2 // int inStart
        start local 3 // int inEnd
        start local 4 // byte[] output
        start local 5 // int outStart
        start local 6 // int outEnd
         0: .line 91
            aload 0 /* this */
            iload 2 /* inStart */
            putfield sun.io.CharToByteISCII91.charOff:I
         1: .line 92
            aload 0 /* this */
            iload 5 /* outStart */
            putfield sun.io.CharToByteISCII91.byteOff:I
         2: .line 94
            goto 50
         3: .line 96
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.charOff:I
            caload
            istore 7 /* inputChar */
        start local 7 // char inputChar
         4: .line 97
            ldc -2147483648
            istore 8 /* index */
        start local 8 // int index
         5: .line 98
            iconst_0
            istore 9 /* isSurrogatePair */
        start local 9 // boolean isSurrogatePair
         6: .line 101
            iload 7 /* inputChar */
            iflt 11
            iload 7 /* inputChar */
            bipush 127
            if_icmpgt 11
         7: .line 102
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.byteOff:I
            iload 6 /* outEnd */
            if_icmplt 9
         8: .line 103
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
         9: .line 105
      StackMap locals: int int int
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISCII91.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteISCII91.byteOff:I
            iload 7 /* inputChar */
            i2b
            bastore
        10: .line 106
            goto 49
        11: .line 111
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            sipush 8204
            if_icmpne 14
        12: .line 112
            sipush 2381
            istore 7 /* inputChar */
        13: .line 113
            goto 16
        14: .line 114
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            sipush 8205
            if_icmpne 16
        15: .line 115
            sipush 2364
            istore 7 /* inputChar */
        16: .line 118
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            sipush 2304
            if_icmplt 19
            iload 7 /* inputChar */
            sipush 2431
            if_icmpgt 19
        17: .line 119
            iload 7 /* inputChar */
            sipush 2304
            isub
            iconst_2
            imul
            istore 8 /* index */
        18: .line 120
            goto 31
        19: .line 126
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 55296
            if_icmplt 28
            iload 7 /* inputChar */
            ldc 56319
            if_icmpgt 28
        20: .line 127
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.charOff:I
            iload 3 /* inEnd */
            iconst_1
            isub
            if_icmpge 25
        21: .line 128
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.charOff:I
            caload
            istore 10 /* nextChar */
        start local 10 // char nextChar
        22: .line 129
            iload 10 /* nextChar */
            ldc 56320
            if_icmplt 25
            iload 10 /* nextChar */
            ldc 57343
            if_icmpgt 25
        23: .line 130
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISCII91.charOff:I
            iconst_1
            iadd
            putfield sun.io.CharToByteISCII91.charOff:I
        24: .line 131
            iconst_1
            istore 9 /* isSurrogatePair */
        end local 10 // char nextChar
        25: .line 134
      StackMap locals:
      StackMap stack:
            iload 9 /* isSurrogatePair */
            ifne 31
        26: .line 135
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteISCII91.badInputLength:I
        27: .line 136
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        28: .line 139
      StackMap locals:
      StackMap stack:
            iload 7 /* inputChar */
            ldc 56320
            if_icmplt 31
            iload 7 /* inputChar */
            ldc 57343
            if_icmpgt 31
        29: .line 140
            aload 0 /* this */
            iconst_1
            putfield sun.io.CharToByteISCII91.badInputLength:I
        30: .line 141
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        31: .line 144
      StackMap locals:
      StackMap stack:
            iload 8 /* index */
            ldc -2147483648
            if_icmpeq 32
            getstatic sun.io.CharToByteISCII91.directMapTable:[B
            iload 8 /* index */
            baload
            iconst_m1
            if_icmpne 42
        32: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.subMode:Z
            ifeq 38
        33: .line 146
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.subBytes:[B
            arraylength
            iadd
            iload 6 /* outEnd */
            if_icmplt 35
        34: .line 147
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        35: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.subBytes:[B
            iconst_0
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.subBytes:[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        36: .line 150
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISCII91.byteOff:I
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.subBytes:[B
            arraylength
            iadd
            putfield sun.io.CharToByteISCII91.byteOff:I
        37: .line 151
            goto 49
        38: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* isSurrogatePair */
            ifeq 39
            iconst_2
            goto 40
      StackMap locals:
      StackMap stack: sun.io.CharToByteISCII91
        39: iconst_1
      StackMap locals: sun.io.CharToByteISCII91 char[] int int byte[] int int int int int
      StackMap stack: sun.io.CharToByteISCII91 int
        40: putfield sun.io.CharToByteISCII91.badInputLength:I
        41: .line 153
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        42: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.byteOff:I
            iload 6 /* outEnd */
            if_icmplt 44
        43: .line 158
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        44: .line 160
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISCII91.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteISCII91.byteOff:I
            getstatic sun.io.CharToByteISCII91.directMapTable:[B
            iload 8 /* index */
            iinc 8 /* index */ 1
            baload
            bastore
        45: .line 161
            getstatic sun.io.CharToByteISCII91.directMapTable:[B
            iload 8 /* index */
            baload
            iconst_m1
            if_icmpeq 49
        46: .line 162
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.byteOff:I
            iload 6 /* outEnd */
            if_icmplt 48
        47: .line 163
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        48: .line 165
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISCII91.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.CharToByteISCII91.byteOff:I
            getstatic sun.io.CharToByteISCII91.directMapTable:[B
            iload 8 /* index */
            baload
            bastore
        end local 9 // boolean isSurrogatePair
        end local 8 // int index
        end local 7 // char inputChar
        49: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.CharToByteISCII91.charOff:I
            iconst_1
            iadd
            putfield sun.io.CharToByteISCII91.charOff:I
      StackMap locals:
      StackMap stack:
        50: aload 0 /* this */
            getfield sun.io.CharToByteISCII91.charOff:I
            iload 3 /* inEnd */
            if_icmplt 3
        51: .line 171
            aload 0 /* this */
            getfield sun.io.CharToByteISCII91.byteOff:I
            iload 5 /* outStart */
            isub
            ireturn
        end local 6 // int outEnd
        end local 5 // int outStart
        end local 4 // byte[] output
        end local 3 // int inEnd
        end local 2 // int inStart
        end local 1 // char[] input
        end local 0 // sun.io.CharToByteISCII91 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   52     0             this  Lsun/io/CharToByteISCII91;
            0   52     1            input  [C
            0   52     2          inStart  I
            0   52     3            inEnd  I
            0   52     4           output  [B
            0   52     5         outStart  I
            0   52     6           outEnd  I
            4   49     7        inputChar  C
            5   49     8            index  I
            6   49     9  isSurrogatePair  Z
           22   25    10         nextChar  C
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
    MethodParameters:
          Name  Flags
      input     
      inStart   
      inEnd     
      output    
      outStart  
      outEnd    

  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.CharToByteISCII91 this
        start local 1 // byte[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 179
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteISCII91.charOff:I
            putfield sun.io.CharToByteISCII91.byteOff:I
         1: .line 180
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // byte[] output
        end local 0 // sun.io.CharToByteISCII91 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/io/CharToByteISCII91;
            0    2     1    output  [B
            0    2     2  outStart  I
            0    2     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

  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.CharToByteISCII91 this
         0: .line 186
            ldc "ISCII91"
            areturn
        end local 0 // sun.io.CharToByteISCII91 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteISCII91;

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

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.io.CharToByteISCII91 this
         0: .line 198
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.CharToByteISCII91.charOff:I
            putfield sun.io.CharToByteISCII91.byteOff:I
         1: .line 199
            return
        end local 0 // sun.io.CharToByteISCII91 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/CharToByteISCII91;
}
SourceFile: "CharToByteISCII91.java"