public class sun.io.ByteToCharCp33722 extends sun.io.ByteToCharConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharCp33722
  super_class: sun.io.ByteToCharConverter
{
  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 mappingTableG3;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private static final sun.nio.cs.ext.IBM33722 nioCoder;
    descriptor: Lsun/nio/cs/ext/IBM33722;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 48
            new sun.nio.cs.ext.IBM33722
            dup
            invokespecial sun.nio.cs.ext.IBM33722.<init>:()V
            putstatic sun.io.ByteToCharCp33722.nioCoder:Lsun/nio/cs/ext/IBM33722;
            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.ByteToCharCp33722 this
         0: .line 51
            aload 0 /* this */
            invokespecial sun.io.ByteToCharConverter.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.G0:I
         2: .line 35
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.G1:I
         3: .line 36
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharCp33722.G2:I
         4: .line 37
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharCp33722.G3:I
         5: .line 38
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharCp33722.G4:I
         6: .line 39
            aload 0 /* this */
            sipush 142
            putfield sun.io.ByteToCharCp33722.SS2:I
         7: .line 40
            aload 0 /* this */
            sipush 143
            putfield sun.io.ByteToCharCp33722.SS3:I
         8: .line 52
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.state:I
         9: .line 53
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp33722.nioCoder:Lsun/nio/cs/ext/IBM33722;
            invokevirtual sun.nio.cs.ext.IBM33722.getDecoderSingleByteMappings:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp33722.byteToCharTable:Ljava/lang/String;
        10: .line 54
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp33722.nioCoder:Lsun/nio/cs/ext/IBM33722;
            invokevirtual sun.nio.cs.ext.IBM33722.getDecoderMappingTableG1:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp33722.mappingTableG1:Ljava/lang/String;
        11: .line 55
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp33722.nioCoder:Lsun/nio/cs/ext/IBM33722;
            invokevirtual sun.nio.cs.ext.IBM33722.getDecoderMappingTableG2:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp33722.mappingTableG2:Ljava/lang/String;
        12: .line 56
            aload 0 /* this */
            getstatic sun.io.ByteToCharCp33722.nioCoder:Lsun/nio/cs/ext/IBM33722;
            invokevirtual sun.nio.cs.ext.IBM33722.getDecoderMappingTableG3:()Ljava/lang/String;
            putfield sun.io.ByteToCharCp33722.mappingTableG3:Ljava/lang/String;
        13: .line 57
            return
        end local 0 // sun.io.ByteToCharCp33722 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/io/ByteToCharCp33722;

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

  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.ByteToCharCp33722 this
        start local 1 // char[] output
        start local 2 // int outStart
        start local 3 // int outEnd
         0: .line 73
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.state:I
            ifeq 4
         1: .line 74
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharCp33722.reset:()V
         2: .line 75
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.badInputLength:I
         3: .line 76
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
         4: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.io.ByteToCharCp33722.reset:()V
         5: .line 80
            iconst_0
            ireturn
        end local 3 // int outEnd
        end local 2 // int outStart
        end local 1 // char[] output
        end local 0 // sun.io.ByteToCharCp33722 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/io/ByteToCharCp33722;
            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.ByteToCharCp33722 this
         0: .line 87
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.state:I
         1: .line 88
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.io.ByteToCharCp33722.byteOff:I
            putfield sun.io.ByteToCharCp33722.charOff:I
         2: .line 89
            return
        end local 0 // sun.io.ByteToCharCp33722 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharCp33722;

  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.ByteToCharCp33722 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 101
            ldc 65533
            istore 8 /* outputChar */
        start local 8 // char outputChar
         1: .line 103
            aload 0 /* this */
            iload 2 /* inOff */
            putfield sun.io.ByteToCharCp33722.byteOff:I
         2: .line 104
            aload 0 /* this */
            iload 5 /* outOff */
            putfield sun.io.ByteToCharCp33722.charOff:I
         3: .line 106
            goto 54
         4: .line 108
      StackMap locals: sun.io.ByteToCharCp33722 byte[] int int char[] int int top int
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.byteOff:I
            baload
            istore 7 /* byte1 */
        start local 7 // int byte1
         5: .line 109
            iload 7 /* byte1 */
            ifge 7
         6: .line 110
            iinc 7 /* byte1 */ 256
         7: .line 112
      StackMap locals: sun.io.ByteToCharCp33722 byte[] int int char[] int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.state:I
            tableswitch { // 0 - 4
                    0: 8
                    1: 20
                    2: 26
                    3: 32
                    4: 39
              default: 44
          }
         8: .line 114
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 142
            if_icmpne 10
         9: .line 115
            aload 0 /* this */
            iconst_2
            putfield sun.io.ByteToCharCp33722.state:I
            goto 44
        10: .line 116
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 143
            if_icmpne 12
        11: .line 117
            aload 0 /* this */
            iconst_3
            putfield sun.io.ByteToCharCp33722.state:I
            goto 44
        12: .line 118
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 159
            if_icmpgt 14
        13: .line 119
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.byteToCharTable:Ljava/lang/String;
            iload 7 /* byte1 */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
            goto 44
        14: .line 120
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 15
            iload 7 /* byte1 */
            sipush 254
            if_icmple 17
        15: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.badInputLength:I
        16: .line 122
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        17: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* byte1 */
            putfield sun.io.ByteToCharCp33722.firstByte:I
        18: .line 125
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.state:I
        19: .line 127
            goto 44
        20: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.state:I
        21: .line 131
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 22
            iload 7 /* byte1 */
            sipush 254
            if_icmple 24
        22: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.badInputLength:I
        23: .line 133
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        24: .line 135
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.mappingTableG1:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.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 */
        25: .line 136
            goto 44
        26: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.state:I
        27: .line 140
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 28
            iload 7 /* byte1 */
            sipush 254
            if_icmple 30
        28: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.badInputLength:I
        29: .line 142
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        30: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.mappingTableG2:Ljava/lang/String;
            iload 7 /* byte1 */
            sipush 161
            isub
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* outputChar */
        31: .line 145
            goto 44
        32: .line 148
      StackMap locals:
      StackMap stack:
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 33
            iload 7 /* byte1 */
            sipush 254
            if_icmple 36
        33: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.state:I
        34: .line 150
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.badInputLength:I
        35: .line 151
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        36: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* byte1 */
            putfield sun.io.ByteToCharCp33722.firstByte:I
        37: .line 154
            aload 0 /* this */
            iconst_4
            putfield sun.io.ByteToCharCp33722.state:I
        38: .line 155
            goto 44
        39: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.io.ByteToCharCp33722.state:I
        40: .line 159
            iload 7 /* byte1 */
            sipush 161
            if_icmplt 41
            iload 7 /* byte1 */
            sipush 254
            if_icmple 43
        41: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.badInputLength:I
        42: .line 161
            new sun.io.MalformedInputException
            dup
            invokespecial sun.io.MalformedInputException.<init>:()V
            athrow
        43: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.mappingTableG3:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.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 */
        44: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.state:I
            ifne 53
        45: .line 169
            iload 8 /* outputChar */
            ldc 65533
            if_icmpne 50
        46: .line 170
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.subMode:Z
            ifeq 48
        47: .line 171
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.subChars:[C
            iconst_0
            caload
            istore 8 /* outputChar */
            goto 50
        48: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.io.ByteToCharCp33722.badInputLength:I
        49: .line 174
            new sun.io.UnknownCharacterException
            dup
            invokespecial sun.io.UnknownCharacterException.<init>:()V
            athrow
        50: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.charOff:I
            iload 6 /* outEnd */
            if_icmplt 52
        51: .line 179
            new sun.io.ConversionBufferFullException
            dup
            invokespecial sun.io.ConversionBufferFullException.<init>:()V
            athrow
        52: .line 181
      StackMap locals:
      StackMap stack:
            aload 4 /* output */
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharCp33722.charOff:I
            dup_x1
            iconst_1
            iadd
            putfield sun.io.ByteToCharCp33722.charOff:I
            iload 8 /* outputChar */
            castore
        53: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.io.ByteToCharCp33722.byteOff:I
            iconst_1
            iadd
            putfield sun.io.ByteToCharCp33722.byteOff:I
        end local 7 // int byte1
        54: .line 106
      StackMap locals: sun.io.ByteToCharCp33722 byte[] int int char[] int int top int
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.byteOff:I
            iload 3 /* inEnd */
            if_icmplt 4
        55: .line 188
            aload 0 /* this */
            getfield sun.io.ByteToCharCp33722.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.ByteToCharCp33722 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   56     0        this  Lsun/io/ByteToCharCp33722;
            0   56     1       input  [B
            0   56     2       inOff  I
            0   56     3       inEnd  I
            0   56     4      output  [C
            0   56     5      outOff  I
            0   56     6      outEnd  I
            5   54     7       byte1  I
            1   56     8  outputChar  C
    Exceptions:
      throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
    MethodParameters:
        Name  Flags
      input   
      inOff   
      inEnd   
      output  
      outOff  
      outEnd  
}
SourceFile: "ByteToCharCp33722.java"