public class sun.io.CharToByteCp933 extends sun.io.CharToByteConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.CharToByteCp933
super_class: sun.io.CharToByteConverter
{
private static final char SBase;
descriptor: C
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 44032
private static final char LBase;
descriptor: C
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4352
private static final char VBase;
descriptor: C
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4449
private static final char TBase;
descriptor: C
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4519
private static final int VCount;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 21
private static final int TCount;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 28
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 static final byte G2;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 2
private static final byte G3;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3
private byte charState;
descriptor: B
flags: (0x0002) ACC_PRIVATE
private char l;
descriptor: C
flags: (0x0002) ACC_PRIVATE
private char v;
descriptor: C
flags: (0x0002) ACC_PRIVATE
private char t;
descriptor: C
flags: (0x0002) ACC_PRIVATE
private int byteState;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private byte[] outputByte;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private static final int SBCS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final int DBCS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final byte SO;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 14
private static final byte SI;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 15
private char highHalfZoneCode;
descriptor: C
flags: (0x0002) ACC_PRIVATE
private short[] index1;
descriptor: [S
flags: (0x0002) ACC_PRIVATE
private java.lang.String index2;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String index2a;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private int mask1;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int mask2;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int shift;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private static final sun.nio.cs.ext.IBM933 nioCoder;
descriptor: Lsun/nio/cs/ext/IBM933;
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.IBM933
dup
invokespecial sun.nio.cs.ext.IBM933.<init>:()V
putstatic sun.io.CharToByteCp933.nioCoder:Lsun/nio/cs/ext/IBM933;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.CharToByteConverter.<init>:()V
1: aload 0
iconst_0
putfield sun.io.CharToByteCp933.charState:B
2: aload 0
aload 0
invokevirtual sun.io.CharToByteCp933.doSBCS:()Z
ifeq 3
iconst_0
goto 4
StackMap locals: sun.io.CharToByteCp933
StackMap stack: sun.io.CharToByteCp933
3: iconst_1
StackMap locals: sun.io.CharToByteCp933
StackMap stack: sun.io.CharToByteCp933 int
4: putfield sun.io.CharToByteCp933.byteState:I
5: aload 0
iconst_0
putfield sun.io.CharToByteCp933.highHalfZoneCode:C
6: aload 0
iconst_2
newarray 8
putfield sun.io.CharToByteCp933.outputByte:[B
7: aload 0
ldc 65528
putfield sun.io.CharToByteCp933.mask1:I
8: aload 0
bipush 7
putfield sun.io.CharToByteCp933.mask2:I
9: aload 0
iconst_3
putfield sun.io.CharToByteCp933.shift:I
10: aload 0
getstatic sun.io.CharToByteCp933.nioCoder:Lsun/nio/cs/ext/IBM933;
invokevirtual sun.nio.cs.ext.IBM933.getEncoderIndex1:()[S
putfield sun.io.CharToByteCp933.index1:[S
11: aload 0
getstatic sun.io.CharToByteCp933.nioCoder:Lsun/nio/cs/ext/IBM933;
invokevirtual sun.nio.cs.ext.IBM933.getEncoderIndex2:()Ljava/lang/String;
putfield sun.io.CharToByteCp933.index2:Ljava/lang/String;
12: aload 0
getstatic sun.io.CharToByteCp933.nioCoder:Lsun/nio/cs/ext/IBM933;
invokevirtual sun.nio.cs.ext.IBM933.getEncoderIndex2a:()Ljava/lang/String;
putfield sun.io.CharToByteCp933.index2a:Ljava/lang/String;
13: aload 0
iconst_1
newarray 8
putfield sun.io.CharToByteCp933.subBytes:[B
14: aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_0
bipush 111
bastore
15: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lsun/io/CharToByteCp933;
public int flush(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 2
putfield sun.io.CharToByteCp933.byteOff:I
1: aload 0
getfield sun.io.CharToByteCp933.highHalfZoneCode:C
ifeq 5
2: aload 0
invokevirtual sun.io.CharToByteCp933.reset:()V
3: aload 0
iconst_0
putfield sun.io.CharToByteCp933.badInputLength:I
4: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.charState:B
ifeq 13
6: aload 0
aload 0
invokevirtual sun.io.CharToByteCp933.composeHangul:()C
aload 1
iload 3
invokevirtual sun.io.CharToByteCp933.unicodeToBuffer:(C[BI)V
7: goto 12
8: StackMap locals:
StackMap stack: sun.io.UnknownCharacterException
pop
9: aload 0
invokevirtual sun.io.CharToByteCp933.reset:()V
10: aload 0
iconst_0
putfield sun.io.CharToByteCp933.badInputLength:I
11: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
12: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.CharToByteCp933.charState:B
13: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.byteState:I
iconst_1
if_icmpne 18
aload 0
invokevirtual sun.io.CharToByteCp933.doSBCS:()Z
ifeq 18
14: aload 0
getfield sun.io.CharToByteCp933.byteOff:I
iload 3
if_icmplt 16
15: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
16: StackMap locals:
StackMap stack:
aload 1
aload 0
dup
getfield sun.io.CharToByteCp933.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.CharToByteCp933.byteOff:I
bipush 15
bastore
17: aload 0
iconst_0
putfield sun.io.CharToByteCp933.byteState:I
18: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.byteOff:I
iload 2
isub
istore 4
start local 4 19: aload 0
invokevirtual sun.io.CharToByteCp933.reset:()V
20: iload 4
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/CharToByteCp933;
0 21 1 output [B
0 21 2 outStart I
0 21 3 outEnd I
19 21 4 bytesOut I
Exception table:
from to target type
6 7 8 Class sun.io.UnknownCharacterException
Exceptions:
throws sun.io.MalformedInputException, sun.io.ConversionBufferFullException
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
aload 0
invokevirtual sun.io.CharToByteCp933.doSBCS:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack: sun.io.CharToByteCp933
1: iconst_1
StackMap locals: sun.io.CharToByteCp933
StackMap stack: sun.io.CharToByteCp933 int
2: putfield sun.io.CharToByteCp933.byteState:I
3: aload 0
iconst_0
putfield sun.io.CharToByteCp933.highHalfZoneCode:C
4: aload 0
iconst_0
putfield sun.io.CharToByteCp933.charState:B
5: aload 0
aload 0
iconst_0
dup_x1
putfield sun.io.CharToByteCp933.byteOff:I
putfield sun.io.CharToByteCp933.charOff:I
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/io/CharToByteCp933;
public boolean canConvert(char);
descriptor: (C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual sun.io.CharToByteCp933.encodeHangul:(C)I
iconst_m1
if_icmpeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/CharToByteCp933;
0 2 1 ch C
MethodParameters:
Name Flags
ch
public void setSubstitutionBytes(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 1
arraylength
iconst_2
if_icmpgt 1
aload 1
arraylength
ifne 2
1: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
invokespecial java.lang.IllegalArgumentException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
arraylength
newarray 8
putfield sun.io.CharToByteCp933.subBytes:[B
3: aload 1
iconst_0
aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_0
aload 1
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/io/CharToByteCp933;
0 5 1 newSubBytes [B
Exceptions:
throws java.lang.IllegalArgumentException
MethodParameters:
Name Flags
newSubBytes
public int convert(char[], int, int, byte[], int, int);
descriptor: ([CII[BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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: aload 0
iload 2
putfield sun.io.CharToByteCp933.charOff:I
1: aload 0
iload 5
putfield sun.io.CharToByteCp933.byteOff:I
2: goto 92
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.highHalfZoneCode:C
ifne 7
4: aload 1
aload 0
getfield sun.io.CharToByteCp933.charOff:I
caload
istore 7
start local 7 5: iconst_1
istore 8
start local 8 6: goto 10
end local 8 end local 7 7: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.highHalfZoneCode:C
istore 7
start local 7 8: iconst_0
istore 8
start local 8 9: aload 0
iconst_0
putfield sun.io.CharToByteCp933.highHalfZoneCode:C
10: StackMap locals: int int
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.charState:B
tableswitch { // 0 - 3
0: 11
1: 26
2: 40
3: 58
default: 64
}
11: StackMap locals:
StackMap stack:
aload 0
sipush 4352
putfield sun.io.CharToByteCp933.l:C
12: aload 0
sipush 4449
putfield sun.io.CharToByteCp933.v:C
13: aload 0
sipush 4519
putfield sun.io.CharToByteCp933.t:C
14: aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isLeadingC:(C)Z
ifeq 18
15: aload 0
iload 7
putfield sun.io.CharToByteCp933.l:C
16: aload 0
iconst_1
putfield sun.io.CharToByteCp933.charState:B
17: goto 64
18: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isVowel:(C)Z
ifeq 22
19: aload 0
iload 7
putfield sun.io.CharToByteCp933.v:C
20: aload 0
iconst_2
putfield sun.io.CharToByteCp933.charState:B
21: goto 64
22: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isTrailingC:(C)Z
ifeq 64
23: aload 0
iload 7
putfield sun.io.CharToByteCp933.t:C
24: aload 0
iconst_3
putfield sun.io.CharToByteCp933.charState:B
25: goto 64
26: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isLeadingC:(C)Z
ifeq 29
27: aload 0
aload 0
aload 0
getfield sun.io.CharToByteCp933.l:C
iload 7
invokevirtual sun.io.CharToByteCp933.composeLL:(CC)C
putfield sun.io.CharToByteCp933.l:C
28: goto 64
29: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isVowel:(C)Z
ifeq 33
30: aload 0
iload 7
putfield sun.io.CharToByteCp933.v:C
31: aload 0
iconst_2
putfield sun.io.CharToByteCp933.charState:B
32: goto 64
33: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isTrailingC:(C)Z
ifeq 37
34: aload 0
iload 7
putfield sun.io.CharToByteCp933.t:C
35: aload 0
iconst_3
putfield sun.io.CharToByteCp933.charState:B
36: goto 64
37: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual sun.io.CharToByteCp933.composeHangul:()C
aload 4
iload 6
invokevirtual sun.io.CharToByteCp933.unicodeToBuffer:(C[BI)V
38: aload 0
iconst_0
putfield sun.io.CharToByteCp933.charState:B
39: goto 64
40: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isLeadingC:(C)Z
ifeq 47
41: aload 0
aload 0
invokevirtual sun.io.CharToByteCp933.composeHangul:()C
aload 4
iload 6
invokevirtual sun.io.CharToByteCp933.unicodeToBuffer:(C[BI)V
42: aload 0
iload 7
putfield sun.io.CharToByteCp933.l:C
43: aload 0
sipush 4449
putfield sun.io.CharToByteCp933.v:C
44: aload 0
sipush 4519
putfield sun.io.CharToByteCp933.t:C
45: aload 0
iconst_1
putfield sun.io.CharToByteCp933.charState:B
46: goto 64
47: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isVowel:(C)Z
ifeq 51
48: aload 0
aload 0
aload 0
getfield sun.io.CharToByteCp933.l:C
iload 7
invokevirtual sun.io.CharToByteCp933.composeVV:(CC)C
putfield sun.io.CharToByteCp933.v:C
49: aload 0
iconst_2
putfield sun.io.CharToByteCp933.charState:B
50: goto 64
51: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isTrailingC:(C)Z
ifeq 55
52: aload 0
iload 7
putfield sun.io.CharToByteCp933.t:C
53: aload 0
iconst_3
putfield sun.io.CharToByteCp933.charState:B
54: goto 64
55: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual sun.io.CharToByteCp933.composeHangul:()C
aload 4
iload 6
invokevirtual sun.io.CharToByteCp933.unicodeToBuffer:(C[BI)V
56: aload 0
iconst_0
putfield sun.io.CharToByteCp933.charState:B
57: goto 64
58: StackMap locals:
StackMap stack:
aload 0
iload 7
invokevirtual sun.io.CharToByteCp933.isTrailingC:(C)Z
ifeq 62
59: aload 0
aload 0
aload 0
getfield sun.io.CharToByteCp933.t:C
iload 7
invokevirtual sun.io.CharToByteCp933.composeTT:(CC)C
putfield sun.io.CharToByteCp933.t:C
60: aload 0
iconst_3
putfield sun.io.CharToByteCp933.charState:B
61: goto 64
62: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual sun.io.CharToByteCp933.composeHangul:()C
aload 4
iload 6
invokevirtual sun.io.CharToByteCp933.unicodeToBuffer:(C[BI)V
63: aload 0
iconst_0
putfield sun.io.CharToByteCp933.charState:B
64: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.charState:B
ifeq 66
65: aload 0
dup
getfield sun.io.CharToByteCp933.charOff:I
iconst_1
iadd
putfield sun.io.CharToByteCp933.charOff:I
goto 92
66: StackMap locals:
StackMap stack:
iload 7
ldc 55296
if_icmplt 87
iload 7
ldc 56319
if_icmpgt 87
67: aload 0
getfield sun.io.CharToByteCp933.charOff:I
iload 8
iadd
iload 3
if_icmplt 71
68: aload 0
iload 7
putfield sun.io.CharToByteCp933.highHalfZoneCode:C
69: aload 0
dup
getfield sun.io.CharToByteCp933.charOff:I
iload 8
iadd
putfield sun.io.CharToByteCp933.charOff:I
70: goto 93
71: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.io.CharToByteCp933.charOff:I
iload 8
iadd
caload
istore 7
72: iload 7
ldc 56320
if_icmplt 85
iload 7
ldc 57343
if_icmpgt 85
73: aload 0
getfield sun.io.CharToByteCp933.subMode:Z
ifeq 83
74: aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
arraylength
iconst_1
if_icmpne 78
75: aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_0
iconst_0
bastore
76: aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_1
aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_0
baload
bastore
77: goto 80
78: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_0
aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_0
baload
bastore
79: aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_1
aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_1
baload
bastore
80: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
aload 4
iload 6
invokevirtual sun.io.CharToByteCp933.bytesToBuffer:([B[BI)V
81: iinc 8 1
82: goto 91
83: StackMap locals:
StackMap stack:
aload 0
iconst_2
putfield sun.io.CharToByteCp933.badInputLength:I
84: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
85: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.CharToByteCp933.badInputLength:I
86: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
87: StackMap locals:
StackMap stack:
iload 7
ldc 56320
if_icmplt 90
iload 7
ldc 57343
if_icmpgt 90
88: aload 0
iconst_1
putfield sun.io.CharToByteCp933.badInputLength:I
89: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
90: StackMap locals:
StackMap stack:
aload 0
iload 7
aload 4
iload 6
invokevirtual sun.io.CharToByteCp933.unicodeToBuffer:(C[BI)V
91: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.io.CharToByteCp933.charOff:I
iload 8
iadd
putfield sun.io.CharToByteCp933.charOff:I
end local 8 end local 7 92: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.charOff:I
iload 3
if_icmplt 3
93: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.byteOff:I
iload 5
isub
ireturn
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 94 0 this Lsun/io/CharToByteCp933;
0 94 1 input [C
0 94 2 inOff I
0 94 3 inEnd I
0 94 4 output [B
0 94 5 outOff I
0 94 6 outEnd I
5 7 7 inputChar C
8 92 7 inputChar C
6 7 8 inputSize I
9 92 8 inputSize I
Exceptions:
throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
MethodParameters:
Name Flags
input
inOff
inEnd
output
outOff
outEnd
private char composeHangul();
descriptor: ()C
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
getfield sun.io.CharToByteCp933.l:C
sipush 4352
isub
istore 1
start local 1 1: aload 0
getfield sun.io.CharToByteCp933.v:C
sipush 4449
isub
istore 2
start local 2 2: aload 0
getfield sun.io.CharToByteCp933.t:C
sipush 4519
isub
istore 3
start local 3 3: iload 1
bipush 21
imul
iload 2
iadd
bipush 28
imul
iload 3
iadd
ldc 44032
iadd
i2c
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/CharToByteCp933;
1 4 1 lIndex I
2 4 2 vIndex I
3 4 3 tIndex I
private char composeLL(char, char);
descriptor: (CC)C
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteCp933;
0 1 1 l1 C
0 1 2 l2 C
MethodParameters:
Name Flags
l1
l2
private char composeVV(char, char);
descriptor: (CC)C
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteCp933;
0 1 1 v1 C
0 1 2 v2 C
MethodParameters:
Name Flags
v1
v2
private char composeTT(char, char);
descriptor: (CC)C
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteCp933;
0 1 1 t1 C
0 1 2 t2 C
MethodParameters:
Name Flags
t1
t2
private boolean isLeadingC(char);
descriptor: (C)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
sipush 4352
if_icmplt 1
iload 1
sipush 4441
if_icmpgt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/CharToByteCp933;
0 2 1 c C
MethodParameters:
Name Flags
c
private boolean isVowel(char);
descriptor: (C)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
sipush 4449
if_icmplt 1
iload 1
sipush 4514
if_icmpgt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/CharToByteCp933;
0 2 1 c C
MethodParameters:
Name Flags
c
private boolean isTrailingC(char);
descriptor: (C)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
sipush 4519
if_icmplt 1
iload 1
sipush 4601
if_icmpgt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/CharToByteCp933;
0 2 1 c C
MethodParameters:
Name Flags
c
public int getMaxBytesPerChar();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_4
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteCp933;
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 "Cp933"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteCp933;
private void bytesToBuffer(byte[], byte[], int);
descriptor: ([B[BI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.io.CharToByteCp933.byteState:I
iconst_1
if_icmpne 6
aload 1
iconst_0
baload
ifne 6
1: aload 0
getfield sun.io.CharToByteCp933.byteOff:I
iload 3
if_icmplt 3
2: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.CharToByteCp933.byteState:I
4: aload 2
aload 0
dup
getfield sun.io.CharToByteCp933.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.CharToByteCp933.byteOff:I
bipush 15
bastore
5: goto 11
6: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.byteState:I
ifne 11
aload 1
iconst_0
baload
ifeq 11
7: aload 0
getfield sun.io.CharToByteCp933.byteOff:I
iload 3
if_icmplt 9
8: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
9: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.CharToByteCp933.byteState:I
10: aload 2
aload 0
dup
getfield sun.io.CharToByteCp933.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.CharToByteCp933.byteOff:I
bipush 14
bastore
11: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.byteState:I
iconst_1
if_icmpne 14
12: iconst_2
istore 4
start local 4 13: goto 15
end local 4 14: StackMap locals:
StackMap stack:
iconst_1
istore 4
start local 4 15: StackMap locals: int
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.byteOff:I
iload 4
iadd
iload 3
if_icmple 17
16: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
17: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.byteState:I
ifne 19
18: aload 2
aload 0
dup
getfield sun.io.CharToByteCp933.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.CharToByteCp933.byteOff:I
aload 1
iconst_1
baload
bastore
goto 21
19: StackMap locals:
StackMap stack:
aload 2
aload 0
dup
getfield sun.io.CharToByteCp933.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.CharToByteCp933.byteOff:I
aload 1
iconst_0
baload
bastore
20: aload 2
aload 0
dup
getfield sun.io.CharToByteCp933.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.CharToByteCp933.byteOff:I
aload 1
iconst_1
baload
bastore
21: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lsun/io/CharToByteCp933;
0 22 1 theBytes [B
0 22 2 output [B
0 22 3 outEnd I
13 14 4 spaceNeeded I
15 22 4 spaceNeeded I
Exceptions:
throws sun.io.ConversionBufferFullException, sun.io.UnknownCharacterException
MethodParameters:
Name Flags
theBytes
output
outEnd
protected int encodeHangul(char);
descriptor: (C)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.io.CharToByteCp933.index1:[S
iload 1
aload 0
getfield sun.io.CharToByteCp933.mask1:I
iand
aload 0
getfield sun.io.CharToByteCp933.shift:I
ishr
saload
iload 1
aload 0
getfield sun.io.CharToByteCp933.mask2:I
iand
iadd
istore 3
start local 3 1: iload 3
sipush 15000
if_icmpge 4
2: aload 0
getfield sun.io.CharToByteCp933.index2:Ljava/lang/String;
iload 3
invokevirtual java.lang.String.charAt:(I)C
istore 2
start local 2 3: goto 5
end local 2 4: StackMap locals: sun.io.CharToByteCp933 int top int
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.index2a:Ljava/lang/String;
iload 3
sipush 15000
isub
invokevirtual java.lang.String.charAt:(I)C
istore 2
start local 2 5: StackMap locals: sun.io.CharToByteCp933 int int int
StackMap stack:
iload 2
ifne 7
iload 1
ifeq 7
6: iconst_m1
ireturn
7: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/io/CharToByteCp933;
0 8 1 unicode C
3 4 2 theBytes I
5 8 2 theBytes I
1 8 3 index I
MethodParameters:
Name Flags
unicode
private void unicodeToBuffer(char, byte[], int);
descriptor: (C[BI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
invokevirtual sun.io.CharToByteCp933.encodeHangul:(C)I
istore 4
start local 4 1: iload 4
iconst_m1
if_icmpne 12
2: aload 0
getfield sun.io.CharToByteCp933.subMode:Z
ifeq 10
3: aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
arraylength
iconst_1
if_icmpne 7
4: aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_0
iconst_0
bastore
5: aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_1
aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_0
baload
bastore
6: goto 14
7: StackMap locals: int
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_0
aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_0
baload
bastore
8: aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_1
aload 0
getfield sun.io.CharToByteCp933.subBytes:[B
iconst_1
baload
bastore
9: goto 14
10: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.CharToByteCp933.badInputLength:I
11: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
12: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_0
iload 4
ldc 65280
iand
bipush 8
ishr
i2b
bastore
13: aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
iconst_1
iload 4
sipush 255
iand
i2b
bastore
14: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.io.CharToByteCp933.outputByte:[B
aload 2
iload 3
invokevirtual sun.io.CharToByteCp933.bytesToBuffer:([B[BI)V
15: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lsun/io/CharToByteCp933;
0 16 1 unicode C
0 16 2 output [B
0 16 3 outEnd I
1 16 4 theBytes I
Exceptions:
throws sun.io.ConversionBufferFullException, sun.io.UnknownCharacterException
MethodParameters:
Name Flags
unicode
output
outEnd
protected boolean doSBCS();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteCp933;
}
SourceFile: "CharToByteCp933.java"