public class sun.io.ByteToCharISO2022CN extends sun.io.ByteToCharConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharISO2022CN
super_class: sun.io.ByteToCharConverter
{
private java.lang.String[] SODesignator;
descriptor: [Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String[] SS2Designator;
descriptor: [Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String[] SS3Designator;
descriptor: [Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private sun.io.ByteToCharConverter[] SOConverter;
descriptor: [Lsun/io/ByteToCharConverter;
flags: (0x0002) ACC_PRIVATE
private sun.io.ByteToCharConverter[] SS2Converter;
descriptor: [Lsun/io/ByteToCharConverter;
flags: (0x0002) ACC_PRIVATE
private sun.io.ByteToCharConverter[] SS3Converter;
descriptor: [Lsun/io/ByteToCharConverter;
flags: (0x0002) ACC_PRIVATE
private static final byte ISO_ESC;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 27
private static final byte ISO_SI;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 15
private static final byte ISO_SO;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 14
private static final byte ISO_SS2_7;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 78
private static final byte ISO_SS3_7;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 79
private static final byte MSB;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -128
private static final char REPLACE_CHAR;
descriptor: C
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 65533
private static final byte maximumDesignatorLength;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3
private static final byte SOFlag;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final byte SS2Flag;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final byte SS3Flag;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private static final byte G0;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final byte G1;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private sun.io.ByteToCharConverter[] tmpConverter;
descriptor: [Lsun/io/ByteToCharConverter;
flags: (0x0002) ACC_PRIVATE
private int curSODes;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean shiftout;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private byte[] remainByte;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private int remainIndex;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private byte state;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private byte firstByte;
descriptor: B
flags: (0x0002) ACC_PRIVATE
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.shiftout:Z
2: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.state:B
3: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.firstByte:B
4: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.curSODes:I
5: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.curSS2Des:I
6: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.curSS3Des:I
7: aload 0
aload 0
iconst_0
dup_x1
putfield sun.io.ByteToCharISO2022CN.byteOff:I
putfield sun.io.ByteToCharISO2022CN.charOff:I
8: aload 0
iconst_m1
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
9: iconst_0
istore 1
goto 12
10: StackMap locals: int
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iload 1
iconst_0
bastore
11: iinc 1 1
StackMap locals:
StackMap stack:
12: iload 1
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
arraylength
if_icmplt 10
13: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/io/ByteToCharISO2022CN;
1 14 1 i I
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.ByteToCharISO2022CN.state:B
ifeq 3
1: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.badInputLength:I
2: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.io.ByteToCharISO2022CN.reset:()V
4: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/io/ByteToCharISO2022CN;
0 5 1 output [C
0 5 2 outStart I
0 5 3 outEnd I
Exceptions:
throws sun.io.MalformedInputException
MethodParameters:
Name Flags
output
outStart
outEnd
private byte[] savetyGetSrc(byte[], int, int, int);
descriptor: ([BIII)[B
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 2
iload 3
iload 4
isub
iconst_1
iadd
if_icmpgt 3
1: iload 4
newarray 8
astore 6
start local 6 2: goto 4
end local 6 3: StackMap locals:
StackMap stack:
iload 3
iload 2
isub
newarray 8
astore 6
start local 6 4: StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int int top byte[]
StackMap stack:
iconst_0
istore 5
start local 5 5: goto 8
6: StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int int int byte[]
StackMap stack:
aload 6
iload 5
aload 1
iload 2
iload 5
iadd
baload
bastore
7: iinc 5 1
StackMap locals:
StackMap stack:
8: iload 5
aload 6
arraylength
if_icmplt 6
9: aload 6
areturn
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 10 0 this Lsun/io/ByteToCharISO2022CN;
0 10 1 input [B
0 10 2 inOff I
0 10 3 inEnd I
0 10 4 nbytes I
5 10 5 i I
2 3 6 tmp [B
4 10 6 tmp [B
MethodParameters:
Name Flags
input
inOff
inEnd
nbytes
private char getUnicode(byte, byte, byte);
descriptor: (BBB)C
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 1
bipush -128
ior
i2b
istore 1
1: iload 2
bipush -128
ior
i2b
istore 2
2: iconst_1
newarray 5
astore 4
start local 4 3: iload 3
tableswitch { // 0 - 2
0: 4
1: 9
2: 14
default: 19
}
4: StackMap locals: char[]
StackMap stack:
iconst_2
newarray 8
dup
iconst_0
iload 1
bastore
dup
iconst_1
iload 2
bastore
astore 5
start local 5 5: aload 0
getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
aload 0
getfield sun.io.ByteToCharISO2022CN.curSODes:I
aaload
aload 5
iconst_0
iconst_2
aload 4
iconst_0
iconst_1
invokevirtual sun.io.ByteToCharConverter.convert:([BII[CII)I
pop
end local 5 6: goto 20
7: StackMap locals:
StackMap stack: java.lang.Exception
pop
8: goto 20
9: StackMap locals:
StackMap stack:
iconst_4
newarray 8
dup
iconst_0
bipush -114
bastore
dup
iconst_1
bipush -94
bastore
dup
iconst_2
iload 1
bastore
dup
iconst_3
iload 2
bastore
astore 5
start local 5 10: aload 0
getfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
aload 0
getfield sun.io.ByteToCharISO2022CN.curSS2Des:I
aaload
aload 5
iconst_0
iconst_4
aload 4
iconst_0
iconst_1
invokevirtual sun.io.ByteToCharConverter.convert:([BII[CII)I
pop
end local 5 11: goto 20
12: StackMap locals:
StackMap stack: java.lang.Exception
pop
13: goto 20
14: StackMap locals:
StackMap stack:
iconst_4
newarray 8
dup
iconst_0
bipush -114
bastore
dup
iconst_1
bipush -93
bastore
dup
iconst_2
iload 1
bastore
dup
iconst_3
iload 2
bastore
astore 5
start local 5 15: aload 0
getfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
aload 0
getfield sun.io.ByteToCharISO2022CN.curSS3Des:I
aaload
aload 5
iconst_0
iconst_4
aload 4
iconst_0
iconst_1
invokevirtual sun.io.ByteToCharConverter.convert:([BII[CII)I
pop
end local 5 16: goto 20
17: StackMap locals:
StackMap stack: java.lang.Exception
pop
18: goto 20
19: StackMap locals:
StackMap stack:
aload 4
iconst_0
ldc 65533
castore
20: StackMap locals:
StackMap stack:
aload 4
iconst_0
caload
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lsun/io/ByteToCharISO2022CN;
0 21 1 byte1 B
0 21 2 byte2 B
0 21 3 shiftFlag B
3 21 4 tmpChar [C
5 6 5 tmpByte [B
10 11 5 tmpByte [B
15 16 5 tmpByte [B
Exception table:
from to target type
4 6 7 Class java.lang.Exception
9 11 12 Class java.lang.Exception
14 16 17 Class java.lang.Exception
MethodParameters:
Name Flags
byte1
byte2
shiftFlag
public final int convert(byte[], int, int, char[], int, int);
descriptor: ([BII[CII)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=11, 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: iconst_0
istore 8
start local 8 1: aload 0
iload 5
putfield sun.io.ByteToCharISO2022CN.charOff:I
2: aload 0
iload 2
putfield sun.io.ByteToCharISO2022CN.byteOff:I
3: goto 99
4: StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int char[] int int top int
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.charOff:I
iload 6
if_icmplt 6
5: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
ifge 10
7: aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
aload 1
aload 0
getfield sun.io.ByteToCharISO2022CN.byteOff:I
baload
bastore
8: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
9: aload 0
dup
getfield sun.io.ByteToCharISO2022CN.byteOff:I
iconst_1
iadd
putfield sun.io.ByteToCharISO2022CN.byteOff:I
10: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
baload
lookupswitch { // 3
14: 11
15: 16
27: 21
default: 83
}
11: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharISO2022CN.shiftout:Z
12: aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
ifle 14
13: aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_1
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
14: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
iconst_1
isub
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
15: goto 99
16: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.shiftout:Z
17: aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
ifle 19
18: aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_1
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
iconst_1
isub
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
20: goto 99
21: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 0
getfield sun.io.ByteToCharISO2022CN.byteOff:I
iload 3
22: iconst_3
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
isub
23: invokevirtual sun.io.ByteToCharISO2022CN.savetyGetSrc:([BIII)[B
astore 9
start local 9 24: aload 9
iconst_0
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
iconst_1
iadd
aload 9
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
25: aload 0
dup
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
aload 9
arraylength
iadd
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
26: aload 0
dup
getfield sun.io.ByteToCharISO2022CN.byteOff:I
aload 9
arraylength
iadd
putfield sun.io.ByteToCharISO2022CN.byteOff:I
27: aload 9
arraylength
iconst_3
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
isub
if_icmpge 29
28: goto 99
29: StackMap locals: byte[]
StackMap stack:
new java.lang.String
dup
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_1
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
invokespecial java.lang.String.<init>:([BII)V
astore 10
start local 10 30: iconst_0
istore 7
start local 7 31: goto 37
32: StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int char[] int int int int byte[] java.lang.String
StackMap stack:
aload 10
aload 0
getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
iload 7
aaload
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
ifne 36
33: aload 0
iload 7
putfield sun.io.ByteToCharISO2022CN.curSODes:I
34: aload 0
getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
iload 7
aaload
invokevirtual java.lang.String.length:()I
istore 8
35: goto 38
36: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
37: iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
arraylength
if_icmplt 32
38: StackMap locals:
StackMap stack:
iload 8
ifne 41
39: aload 0
aload 9
arraylength
putfield sun.io.ByteToCharISO2022CN.badInputLength:I
40: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
41: StackMap locals:
StackMap stack:
iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
arraylength
if_icmpne 74
42: iconst_0
istore 7
goto 48
43: StackMap locals:
StackMap stack:
aload 10
aload 0
getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
iload 7
aaload
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
ifne 47
44: aload 0
iload 7
putfield sun.io.ByteToCharISO2022CN.curSS2Des:I
45: aload 0
getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
iload 7
aaload
invokevirtual java.lang.String.length:()I
istore 8
46: goto 49
47: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
48: iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
arraylength
if_icmplt 43
49: StackMap locals:
StackMap stack:
iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
arraylength
if_icmpne 74
50: iconst_0
istore 7
goto 56
51: StackMap locals:
StackMap stack:
aload 10
aload 0
getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
iload 7
aaload
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
ifne 55
52: aload 0
iload 7
putfield sun.io.ByteToCharISO2022CN.curSS3Des:I
53: aload 0
getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
iload 7
aaload
invokevirtual java.lang.String.length:()I
istore 8
54: goto 57
55: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
56: iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
arraylength
if_icmplt 51
57: StackMap locals:
StackMap stack:
iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
arraylength
if_icmpne 74
58: aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_1
baload
tableswitch { // 78 - 79
78: 59
79: 66
default: 73
}
59: StackMap locals:
StackMap stack:
aload 4
aload 0
getfield sun.io.ByteToCharISO2022CN.charOff:I
aload 0
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_2
baload
60: aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_3
baload
61: iconst_1
62: invokevirtual sun.io.ByteToCharISO2022CN.getUnicode:(BBB)C
castore
63: aload 0
dup
getfield sun.io.ByteToCharISO2022CN.charOff:I
iconst_1
iadd
putfield sun.io.ByteToCharISO2022CN.charOff:I
64: iconst_3
istore 8
65: goto 74
66: StackMap locals:
StackMap stack:
aload 4
aload 0
getfield sun.io.ByteToCharISO2022CN.charOff:I
aload 0
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_2
baload
67: aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_3
baload
68: iconst_2
69: invokevirtual sun.io.ByteToCharISO2022CN.getUnicode:(BBB)C
castore
70: aload 0
dup
getfield sun.io.ByteToCharISO2022CN.charOff:I
iconst_1
iadd
putfield sun.io.ByteToCharISO2022CN.charOff:I
71: iconst_3
istore 8
72: goto 74
73: StackMap locals:
StackMap stack:
iconst_0
istore 8
74: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
iload 8
if_icmple 81
75: iconst_0
istore 7
goto 78
76: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iload 8
iconst_1
iadd
iload 7
iadd
baload
bastore
77: iinc 7 1
StackMap locals:
StackMap stack:
78: iload 7
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
iload 8
isub
if_icmplt 76
79: aload 0
iload 7
iconst_1
isub
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
80: goto 99
81: StackMap locals:
StackMap stack:
aload 0
iconst_m1
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
82: goto 99
end local 10 end local 9 end local 7 83: StackMap locals: sun.io.ByteToCharISO2022CN byte[] int int char[] int int top int
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.shiftout:Z
ifne 87
84: aload 4
aload 0
getfield sun.io.ByteToCharISO2022CN.charOff:I
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
baload
i2c
castore
85: aload 0
dup
getfield sun.io.ByteToCharISO2022CN.charOff:I
iconst_1
iadd
putfield sun.io.ByteToCharISO2022CN.charOff:I
86: goto 96
87: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.state:B
tableswitch { // 0 - 1
0: 88
1: 91
default: 96
}
88: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
baload
putfield sun.io.ByteToCharISO2022CN.firstByte:B
89: aload 0
iconst_1
putfield sun.io.ByteToCharISO2022CN.state:B
90: goto 96
91: StackMap locals:
StackMap stack:
aload 4
aload 0
getfield sun.io.ByteToCharISO2022CN.charOff:I
aload 0
aload 0
getfield sun.io.ByteToCharISO2022CN.firstByte:B
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
baload
92: iconst_0
93: invokevirtual sun.io.ByteToCharISO2022CN.getUnicode:(BBB)C
castore
94: aload 0
dup
getfield sun.io.ByteToCharISO2022CN.charOff:I
iconst_1
iadd
putfield sun.io.ByteToCharISO2022CN.charOff:I
95: aload 0
iconst_0
putfield sun.io.ByteToCharISO2022CN.state:B
96: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
ifle 98
97: aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_1
aload 0
getfield sun.io.ByteToCharISO2022CN.remainByte:[B
iconst_0
aload 0
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
98: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.io.ByteToCharISO2022CN.remainIndex:I
iconst_1
isub
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
99: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharISO2022CN.byteOff:I
iload 3
if_icmplt 4
100: aload 0
getfield sun.io.ByteToCharISO2022CN.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 101 0 this Lsun/io/ByteToCharISO2022CN;
0 101 1 input [B
0 101 2 inOff I
0 101 3 inEnd I
0 101 4 output [C
0 101 5 outOff I
0 101 6 outEnd I
31 83 7 i I
1 101 8 DesignatorLength I
24 83 9 tmp [B
30 83 10 tmpString Ljava/lang/String;
Exceptions:
throws sun.io.ConversionBufferFullException, sun.io.MalformedInputException
MethodParameters:
Name Flags
input
inOff
inEnd
output
outOff
outEnd
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.ByteToCharConverter.<init>:()V
1: aload 0
aconst_null
putfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
2: aload 0
aconst_null
putfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
3: aload 0
aconst_null
putfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
4: aload 0
aconst_null
putfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
5: aload 0
bipush 10
newarray 8
putfield sun.io.ByteToCharISO2022CN.remainByte:[B
6: aload 0
iconst_m1
putfield sun.io.ByteToCharISO2022CN.remainIndex:I
7: aload 0
iconst_3
anewarray java.lang.String
putfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
8: aload 0
getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
iconst_0
ldc "$A"
aastore
9: aload 0
getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
iconst_1
ldc "$)A"
aastore
10: aload 0
getfield sun.io.ByteToCharISO2022CN.SODesignator:[Ljava/lang/String;
iconst_2
ldc "$)G"
aastore
11: aload 0
iconst_1
anewarray java.lang.String
putfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
12: aload 0
getfield sun.io.ByteToCharISO2022CN.SS2Designator:[Ljava/lang/String;
iconst_0
ldc "$*H"
aastore
13: aload 0
iconst_1
anewarray java.lang.String
putfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
14: aload 0
getfield sun.io.ByteToCharISO2022CN.SS3Designator:[Ljava/lang/String;
iconst_0
ldc "$+I"
aastore
15: aload 0
iconst_3
anewarray sun.io.ByteToCharConverter
putfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
16: aload 0
iconst_1
anewarray sun.io.ByteToCharConverter
putfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
17: aload 0
iconst_1
anewarray sun.io.ByteToCharConverter
putfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
18: aload 0
getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
iconst_0
aload 0
getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
iconst_1
19: ldc "GB2312"
invokestatic sun.io.ByteToCharConverter.getConverter:(Ljava/lang/String;)Lsun/io/ByteToCharConverter;
dup_x2
aastore
20: aastore
21: aload 0
getfield sun.io.ByteToCharISO2022CN.SOConverter:[Lsun/io/ByteToCharConverter;
iconst_2
aload 0
getfield sun.io.ByteToCharISO2022CN.SS2Converter:[Lsun/io/ByteToCharConverter;
iconst_0
aload 0
getfield sun.io.ByteToCharISO2022CN.SS3Converter:[Lsun/io/ByteToCharConverter;
iconst_0
22: ldc "CNS11643"
invokestatic sun.io.ByteToCharConverter.getConverter:(Ljava/lang/String;)Lsun/io/ByteToCharConverter;
dup_x2
aastore
dup_x2
aastore
23: aastore
24: goto 26
StackMap locals: sun.io.ByteToCharISO2022CN
StackMap stack: java.lang.Exception
25: pop
26: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lsun/io/ByteToCharISO2022CN;
Exception table:
from to target type
18 24 25 Class java.lang.Exception
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 "ISO2022CN"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharISO2022CN;
}
SourceFile: "ByteToCharISO2022CN.java"