public class sun.io.ByteToCharCp964 extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharCp964
  super_class: sun.io.ByteToCharConverter
{
  private static final sun.nio.cs.ext.IBM964 nioCoder;
    descriptor: Lsun/nio/cs/ext/IBM964;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final int G0;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 0

  private final int G1;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 1

  private final int G2;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 2

  private final int G3;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 3

  private final int G4;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 4

  private final int SS2;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 142

  private final int SS3;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 143

  private int firstByte;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int state;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String byteToCharTable;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mappingTableG1;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mappingTableG2;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mappingTableG2a2;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mappingTableG2ac;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mappingTableG2ad;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 34
            new sun.nio.cs.ext.IBM964
            dup
            invokespecial sun.nio.cs.ext.IBM964.<init>:()V
            putstatic sun.io.ByteToCharCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            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.ByteToCharCp964 this
         0: .line 55
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 36
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp964.G0:I
         2: .line 37
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.G1:I
         3: .line 38
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharCp964.G2:I
         4: .line 39
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharCp964.G3:I
         5: .line 40
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharCp964.G4:I
         6: .line 41
            aload 0 /* this */
            sipush 142
            putfield sun.io.ByteToCharCp964.SS2:I
         7: .line 42
            aload 0 /* this */
            sipush 143
            putfield sun.io.ByteToCharCp964.SS3:I
         8: .line 56
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp964.state:I
         9: .line 57
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getDecoderSingleByteMappings:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.byteToCharTable:Ljava/lang/String;
        10: .line 58
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getDecoderMappingTableG1:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.mappingTableG1:Ljava/lang/String;
        11: .line 59
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getDecoderMappingTableG2a2:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.mappingTableG2a2:Ljava/lang/String;
        12: .line 60
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getDecoderMappingTableG2ac:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.mappingTableG2ac:Ljava/lang/String;
        13: .line 61
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp964.nioCoder:Lsun/nio/cs/ext/IBM964;
            invokevirtual sun.nio.cs.ext.IBM964.getDecoderMappingTableG2ad:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.mappingTableG2ad:Ljava/lang/String;
        14: .line 62
            return
        end local 0 // sun.io.ByteToCharCp964 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/io/ByteToCharCp964;

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

  public int flush(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.io.ByteToCharCp964 this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 78
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.state:I
            ifeq 4
         1: .line 79
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharCp964.reset:()V
         2: .line 80
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp964.badInputLength:I
         3: .line 81
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharCp964.reset:()V
         5: .line 85
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharCp964 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/ByteToCharCp964;
            0    6     1    output  [C
            0    6     2  outStart  I
            0    6     3    outEnd  I
    Exceptions:
      throws sun.io.MalformedInputException
    MethodParameters:
          Name  Flags
      output    
      outStart  
      outEnd    

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

  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.ByteToCharCp964 this
        start local 1 // byte[] input
        start local 2 // int inOff
        start local 3 // int inEnd
        start local 4 // char[] output
        start local 5 // int outOff
        start local 6 // int outEnd
         0: .line 106
            ldc 65533
            istore 8 /* outputChar */
        start local 8 // char outputChar
         1: .line 108
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharCp964.byteOff:I
         2: .line 109
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharCp964.charOff:I
         3: .line 111
            goto 60
         4: .line 113
      StackMap locals: sun.io.ByteToCharCp964 byte[] int int char[] int int top int
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.byteOff:I
            baload
            istore 7 /* byte1 */
        start local 7 // int byte1
         5: .line 114
            iload 7 /* byte1 */
            ifge 7
         6: .line 115
            iinc 7 /* byte1 */ 256
         7: .line 117
      StackMap locals: sun.io.ByteToCharCp964 byte[] int int char[] int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.state:I
            tableswitch { // 0 - 4
                    0: 8
                    1: 21
                    2: 27
                    3: 38
                    4: 45
              default: 50
          }
         8: .line 119
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 142
            if_icmpne 10
         9: .line 120
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharCp964.state:I
            goto 50
        10: .line 121
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 143
            if_icmpne 13
        11: .line 122
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.badInputLength:I
        12: .line 123
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        13: .line 125
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 159
            if_icmpgt 15
        14: .line 126
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.byteToCharTable:Ljava/lang/String;
            iload 7 /* byte1 */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
            goto 50
        15: .line 127
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 16
            iload 7 /* byte1 */
            sipush 254
            if_icmple 18
        16: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.badInputLength:I
        17: .line 129
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        18: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* byte1 */
            putfield sun.io.ByteToCharCp964.firstByte:I
        19: .line 132
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.state:I
        20: .line 134
            goto 50
        21: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp964.state:I
        22: .line 138
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 23
            iload 7 /* byte1 */
            sipush 254
            if_icmple 25
        23: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.badInputLength:I
        24: .line 140
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        25: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.mappingTableG1:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.firstByte:I
            sipush 161
            isub
            bipush 94
            imul
            iload 7 /* byte1 */
            iadd
            sipush 161
            isub
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        26: .line 143
            goto 50
        27: .line 147
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 162
            if_icmpne 29
        28: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.mappingTableG2a2:Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.mappingTableG2:Ljava/lang/String;
            goto 36
        29: .line 150
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 172
            if_icmpne 31
        30: .line 151
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.mappingTableG2ac:Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.mappingTableG2:Ljava/lang/String;
            goto 36
        31: .line 153
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 173
            if_icmpne 33
        32: .line 154
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.mappingTableG2ad:Ljava/lang/String;
            putfield sun.io.ByteToCharCp964.mappingTableG2:Ljava/lang/String;
            goto 36
        33: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp964.state:I
        34: .line 157
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.badInputLength:I
        35: .line 158
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        36: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharCp964.state:I
        37: .line 161
            goto 50
        38: .line 164
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 39
            iload 7 /* byte1 */
            sipush 254
            if_icmple 42
        39: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp964.state:I
        40: .line 166
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.badInputLength:I
        41: .line 167
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        42: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* byte1 */
            putfield sun.io.ByteToCharCp964.firstByte:I
        43: .line 170
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharCp964.state:I
        44: .line 171
            goto 50
        45: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp964.state:I
        46: .line 175
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 47
            iload 7 /* byte1 */
            sipush 254
            if_icmple 49
        47: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.badInputLength:I
        48: .line 177
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        49: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.mappingTableG2:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.firstByte:I
            sipush 161
            isub
            bipush 94
            imul
            iload 7 /* byte1 */
            iadd
            sipush 161
            isub
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        50: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.state:I
            ifne 59
        51: .line 185
            iload 8 /* outputChar */
            ldc 65533
            if_icmpne 56
        52: .line 186
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.subMode:Z
            ifeq 54
        53: .line 187
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.subChars:[C
            iconst_0
            caload
            istore 8 /* outputChar */
            goto 56
        54: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp964.badInputLength:I
        55: .line 190
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        56: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.charOff:I
            iload 6 /* outEnd */
            if_icmplt 58
        57: .line 195
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        58: .line 197
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharCp964.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharCp964.charOff:I
            iload 8 /* outputChar */
            castore
        59: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharCp964.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharCp964.byteOff:I
        end local 7 // int byte1
        60: .line 111
      StackMap locals: sun.io.ByteToCharCp964 byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
        61: .line 204
            aload 0 /* this */
            getfield sun.io.ByteToCharCp964.charOff:I
            iload 5 /* outOff */
            isub
            ireturn
        end local 8 // char outputChar
        end local 6 // int outEnd
        end local 5 // int outOff
        end local 4 // char[] output
        end local 3 // int inEnd
        end local 2 // int inOff
        end local 1 // byte[] input
        end local 0 // sun.io.ByteToCharCp964 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   62     0        this  Lsun/io/ByteToCharCp964;
            0   62     1       input  [B
            0   62     2       inOff  I
            0   62     3       inEnd  I
            0   62     4      output  [C
            0   62     5      outOff  I
            0   62     6      outEnd  I
            5   60     7       byte1  I
            1   62     8  outputChar  C
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  
}
SourceFile: "ByteToCharCp964.java"