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: 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 0: aload 0
invokespecial sun.io.ByteToCharConverter.<init>:()V
1: aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.G0:I
2: aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.G1:I
3: aload 0
iconst_2
putfield sun.io.ByteToCharCp33722.G2:I
4: aload 0
iconst_3
putfield sun.io.ByteToCharCp33722.G3:I
5: aload 0
iconst_4
putfield sun.io.ByteToCharCp33722.G4:I
6: aload 0
sipush 142
putfield sun.io.ByteToCharCp33722.SS2:I
7: aload 0
sipush 143
putfield sun.io.ByteToCharCp33722.SS3:I
8: aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.state:I
9: aload 0
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: aload 0
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: aload 0
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: aload 0
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: return
end local 0 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 0: ldc "Cp33722"
areturn
end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield sun.io.ByteToCharCp33722.state:I
ifeq 4
1: aload 0
invokevirtual sun.io.ByteToCharCp33722.reset:()V
2: aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.badInputLength:I
3: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.io.ByteToCharCp33722.reset:()V
5: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.state:I
1: aload 0
aload 0
iconst_0
dup_x1
putfield sun.io.ByteToCharCp33722.byteOff:I
putfield sun.io.ByteToCharCp33722.charOff:I
2: return
end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: ldc 65533
istore 8
start local 8 1: aload 0
iload 2
putfield sun.io.ByteToCharCp33722.byteOff:I
2: aload 0
iload 5
putfield sun.io.ByteToCharCp33722.charOff:I
3: goto 54
4: StackMap locals: sun.io.ByteToCharCp33722 byte[] int int char[] int int top int
StackMap stack:
aload 1
aload 0
getfield sun.io.ByteToCharCp33722.byteOff:I
baload
istore 7
start local 7 5: iload 7
ifge 7
6: iinc 7 256
7: StackMap locals: sun.io.ByteToCharCp33722 byte[] int int char[] int int int int
StackMap stack:
aload 0
getfield sun.io.ByteToCharCp33722.state:I
tableswitch { // 0 - 4
0: 8
1: 20
2: 26
3: 32
4: 39
default: 44
}
8: StackMap locals:
StackMap stack:
iload 7
sipush 142
if_icmpne 10
9: aload 0
iconst_2
putfield sun.io.ByteToCharCp33722.state:I
goto 44
10: StackMap locals:
StackMap stack:
iload 7
sipush 143
if_icmpne 12
11: aload 0
iconst_3
putfield sun.io.ByteToCharCp33722.state:I
goto 44
12: StackMap locals:
StackMap stack:
iload 7
sipush 159
if_icmpgt 14
13: aload 0
getfield sun.io.ByteToCharCp33722.byteToCharTable:Ljava/lang/String;
iload 7
invokevirtual java.lang.String.charAt:(I)C
istore 8
goto 44
14: StackMap locals:
StackMap stack:
iload 7
sipush 161
if_icmplt 15
iload 7
sipush 254
if_icmple 17
15: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.badInputLength:I
16: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
17: StackMap locals:
StackMap stack:
aload 0
iload 7
putfield sun.io.ByteToCharCp33722.firstByte:I
18: aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.state:I
19: goto 44
20: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.state:I
21: iload 7
sipush 161
if_icmplt 22
iload 7
sipush 254
if_icmple 24
22: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.badInputLength:I
23: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
24: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharCp33722.mappingTableG1:Ljava/lang/String;
aload 0
getfield sun.io.ByteToCharCp33722.firstByte:I
sipush 161
isub
bipush 94
imul
iload 7
iadd
sipush 161
isub
invokevirtual java.lang.String.charAt:(I)C
istore 8
25: goto 44
26: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.state:I
27: iload 7
sipush 161
if_icmplt 28
iload 7
sipush 254
if_icmple 30
28: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.badInputLength:I
29: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
30: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharCp33722.mappingTableG2:Ljava/lang/String;
iload 7
sipush 161
isub
invokevirtual java.lang.String.charAt:(I)C
istore 8
31: goto 44
32: StackMap locals:
StackMap stack:
iload 7
sipush 161
if_icmplt 33
iload 7
sipush 254
if_icmple 36
33: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.state:I
34: aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.badInputLength:I
35: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
36: StackMap locals:
StackMap stack:
aload 0
iload 7
putfield sun.io.ByteToCharCp33722.firstByte:I
37: aload 0
iconst_4
putfield sun.io.ByteToCharCp33722.state:I
38: goto 44
39: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.ByteToCharCp33722.state:I
40: iload 7
sipush 161
if_icmplt 41
iload 7
sipush 254
if_icmple 43
41: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.badInputLength:I
42: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
43: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharCp33722.mappingTableG3:Ljava/lang/String;
aload 0
getfield sun.io.ByteToCharCp33722.firstByte:I
sipush 161
isub
bipush 94
imul
iload 7
iadd
sipush 161
isub
invokevirtual java.lang.String.charAt:(I)C
istore 8
44: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharCp33722.state:I
ifne 53
45: iload 8
ldc 65533
if_icmpne 50
46: aload 0
getfield sun.io.ByteToCharCp33722.subMode:Z
ifeq 48
47: aload 0
getfield sun.io.ByteToCharCp33722.subChars:[C
iconst_0
caload
istore 8
goto 50
48: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharCp33722.badInputLength:I
49: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
50: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharCp33722.charOff:I
iload 6
if_icmplt 52
51: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
52: StackMap locals:
StackMap stack:
aload 4
aload 0
dup
getfield sun.io.ByteToCharCp33722.charOff:I
dup_x1
iconst_1
iadd
putfield sun.io.ByteToCharCp33722.charOff:I
iload 8
castore
53: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.io.ByteToCharCp33722.byteOff:I
iconst_1
iadd
putfield sun.io.ByteToCharCp33722.byteOff:I
end local 7 54: StackMap locals: sun.io.ByteToCharCp33722 byte[] int int char[] int int top int
StackMap stack:
aload 0
getfield sun.io.ByteToCharCp33722.byteOff:I
iload 3
if_icmplt 4
55: aload 0
getfield sun.io.ByteToCharCp33722.charOff:I
iload 5
isub
ireturn
end local 8 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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"