public class sun.io.ByteToCharISCII91 extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharISCII91
  super_class: sun.io.ByteToCharConverter
{
  private static final char[] directMapTable;
    descriptor: [C
    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

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

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

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

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

  private boolean needFlushing;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharISCII91 this
         0: .line 56
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 66
            aload 0 /* this */
            ldc 65535
            putfield sun.io.ByteToCharISCII91.contextChar:C
         2: .line 67
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISCII91.needFlushing:Z
         3: .line 56
            return
        end local 0 // sun.io.ByteToCharISCII91 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/ByteToCharISCII91;

  public int convert(byte[], int, int, char[], int, int);
    descriptor: ([BII[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // sun.io.ByteToCharISCII91 this
        start local 1 // byte[] input
        start local 2 // int inStart
        start local 3 // int inEnd
        start local 4 // char[] output
        start local 5 // int outStart
        start local 6 // int outEnd
         0: .line 81
            aload 0 /* this */
            iload 5 /* outStart */
            putfield sun.io.ByteToCharISCII91.charOff:I
         1: .line 82
            aload 0 /* this */
            iload 2 /* inStart */
            putfield sun.io.ByteToCharISCII91.byteOff:I
         2: .line 83
            goto 78
         3: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            iload 6 /* outEnd */
            if_icmplt 5
         4: .line 85
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
         5: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.byteOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.byteOff:I
            baload
            istore 7 /* index */
        start local 7 // int index
         6: .line 88
            iload 7 /* index */
            ifge 7
            iload 7 /* index */
            sipush 255
            iadd
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iload 7 /* index */
      StackMap locals:
      StackMap stack: int
         8: istore 7 /* index */
         9: .line 89
            getstatic sun.io.ByteToCharISCII91.directMapTable:[C
            iload 7 /* index */
            caload
            istore 8 /* currentChar */
        start local 8 // char currentChar
        10: .line 92
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            ldc 65533
            if_icmpne 15
        11: .line 93
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
            ldc 65533
            castore
        12: .line 94
            aload 0 /* this */
            ldc 65535
            putfield sun.io.ByteToCharISCII91.contextChar:C
        13: .line 95
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISCII91.needFlushing:Z
        14: .line 96
            goto 78
        15: .line 99
      StackMap locals: int
      StackMap stack:
            iload 8 /* currentChar */
            lookupswitch { // 11
                 2305: 16
                 2311: 16
                 2312: 16
                 2315: 16
                 2364: 23
                 2367: 16
                 2368: 16
                 2371: 16
                 2381: 52
                 2404: 16
                65535: 61
              default: 70
          }
        16: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.needFlushing:Z
            ifeq 20
        17: .line 109
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            castore
        18: .line 110
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        19: .line 111
            goto 78
        20: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        21: .line 114
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharISCII91.needFlushing:Z
        22: .line 115
            goto 78
        23: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            lookupswitch { // 9
                 2305: 24
                 2311: 26
                 2312: 28
                 2315: 30
                 2367: 32
                 2368: 34
                 2371: 36
                 2381: 40
                 2404: 38
              default: 46
          }
        24: .line 119
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2384
            castore
        25: .line 120
            goto 75
        26: .line 122
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2316
            castore
        27: .line 123
            goto 75
        28: .line 125
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2401
            castore
        29: .line 126
            goto 75
        30: .line 128
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2400
            castore
        31: .line 129
            goto 75
        32: .line 131
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2402
            castore
        33: .line 132
            goto 75
        34: .line 134
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2403
            castore
        35: .line 135
            goto 75
        36: .line 137
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2372
            castore
        37: .line 138
            goto 75
        38: .line 140
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2365
            castore
        39: .line 141
            goto 75
        40: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.needFlushing:Z
            ifeq 44
        41: .line 144
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            castore
        42: .line 145
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        43: .line 146
            goto 78
        44: .line 148
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 8205
            castore
        45: .line 149
            goto 75
        46: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.needFlushing:Z
            ifeq 50
        47: .line 152
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            castore
        48: .line 153
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        49: .line 154
            goto 78
        50: .line 156
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2364
            castore
        51: .line 158
            goto 75
        52: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.needFlushing:Z
            ifeq 56
        53: .line 161
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            castore
        54: .line 162
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        55: .line 163
            goto 78
        56: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            sipush 2381
            if_icmpne 59
        57: .line 166
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 8204
            castore
        58: .line 167
            goto 75
        59: .line 169
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            sipush 2381
            castore
        60: .line 170
            goto 75
        61: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.needFlushing:Z
            ifeq 65
        62: .line 173
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            castore
        63: .line 174
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        64: .line 175
            goto 78
        65: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.subMode:Z
            ifeq 68
        66: .line 178
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.subChars:[C
            iconst_0
            caload
            castore
        67: .line 179
            goto 75
        68: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 65535
            putfield sun.io.ByteToCharISCII91.contextChar:C
        69: .line 182
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        70: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.needFlushing:Z
            ifeq 74
        71: .line 186
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            castore
        72: .line 187
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        73: .line 188
            goto 78
        74: .line 190
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            iload 8 /* currentChar */
            castore
        75: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* currentChar */
            putfield sun.io.ByteToCharISCII91.contextChar:C
        76: .line 195
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISCII91.needFlushing:Z
        77: .line 196
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharISCII91.charOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharISCII91.charOff:I
        end local 8 // char currentChar
        end local 7 // int index
        78: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 3
        79: .line 198
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.charOff:I
            iload 5 /* outStart */
            isub
            ireturn
        end local 6 // int outEnd
        end local 5 // int outStart
        end local 4 // char[] output
        end local 3 // int inEnd
        end local 2 // int inStart
        end local 1 // byte[] input
        end local 0 // sun.io.ByteToCharISCII91 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   80     0         this  Lsun/io/ByteToCharISCII91;
            0   80     1        input  [B
            0   80     2      inStart  I
            0   80     3        inEnd  I
            0   80     4       output  [C
            0   80     5     outStart  I
            0   80     6       outEnd  I
            6   78     7        index  I
           10   78     8  currentChar  C
    Exceptions:
      throws sun.io.ConversionBufferFullException, sun.io.UnknownCharacterException
    MethodParameters:
          Name  Flags
      input     
      inStart   
      inEnd     
      output    
      outStart  
      outEnd    

  public int flush(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.io.ByteToCharISCII91 this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 207
            iconst_0
            istore 4 /* charsWritten */
        start local 4 // int charsWritten
         1: .line 209
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.needFlushing:Z
            ifeq 4
         2: .line 210
            aload 1 /* output */
            iload 2 /* outStart */
            aload 0 /* this */
            getfield sun.io.ByteToCharISCII91.contextChar:C
            castore
         3: .line 211
            iconst_1
            istore 4 /* charsWritten */
         4: .line 213
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc 65535
            putfield sun.io.ByteToCharISCII91.contextChar:C
         5: .line 214
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharISCII91.needFlushing:Z
         6: .line 215
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharISCII91.charOff:I
            putfield sun.io.ByteToCharISCII91.byteOff:I
         7: .line 216
            iload 4 /* charsWritten */
            ireturn
        end local 4 // int charsWritten
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharISCII91 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lsun/io/ByteToCharISCII91;
            0    8     1        output  [C
            0    8     2      outStart  I
            0    8     3        outEnd  I
            1    8     4  charsWritten  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.ByteToCharISCII91 this
         0: .line 223
            ldc "ISCII91"
            areturn
        end local 0 // sun.io.ByteToCharISCII91 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharISCII91;

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