public class sun.io.ByteToCharEUC_JP_LINUX extends sun.io.ByteToCharJIS0208
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharEUC_JP_LINUX
super_class: sun.io.ByteToCharJIS0208
{
private byte savedSecond;
descriptor: B
flags: (0x0002) ACC_PRIVATE
sun.io.ByteToCharJIS0201 bcJIS0201;
descriptor: Lsun/io/ByteToCharJIS0201;
flags: (0x0000)
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.ByteToCharJIS0208.<init>:()V
1: aload 0
iconst_0
putfield sun.io.ByteToCharEUC_JP_LINUX.savedSecond:B
2: aload 0
new sun.io.ByteToCharJIS0201
dup
invokespecial sun.io.ByteToCharJIS0201.<init>:()V
putfield sun.io.ByteToCharEUC_JP_LINUX.bcJIS0201:Lsun/io/ByteToCharJIS0201;
3: aload 0
sipush 161
putfield sun.io.ByteToCharEUC_JP_LINUX.start:I
4: aload 0
sipush 254
putfield sun.io.ByteToCharEUC_JP_LINUX.end:I
5: aload 0
iconst_0
putfield sun.io.ByteToCharEUC_JP_LINUX.savedSecond:B
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/io/ByteToCharEUC_JP_LINUX;
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.ByteToCharEUC_JP_LINUX.savedSecond:B
ifeq 3
1: aload 0
invokevirtual sun.io.ByteToCharEUC_JP_LINUX.reset:()V
2: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.io.ByteToCharEUC_JP_LINUX.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/ByteToCharEUC_JP_LINUX;
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
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.ByteToCharJIS0208.reset:()V
1: aload 0
iconst_0
putfield sun.io.ByteToCharEUC_JP_LINUX.savedSecond:B
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/ByteToCharEUC_JP_LINUX;
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 "EUC_JP_LINUX"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharEUC_JP_LINUX;
protected char convSingleByte(int);
descriptor: (I)C
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iflt 1
iload 1
bipush 127
if_icmple 2
1: StackMap locals:
StackMap stack:
ldc 65533
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.bcJIS0201:Lsun/io/ByteToCharJIS0201;
iload 1
invokevirtual sun.io.ByteToCharJIS0201.getUnicode:(I)C
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/ByteToCharEUC_JP_LINUX;
0 3 1 b I
MethodParameters:
Name Flags
b
protected char getUnicode(int, int);
descriptor: (II)C
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 1
sipush 142
if_icmpne 2
1: aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.bcJIS0201:Lsun/io/ByteToCharJIS0201;
iload 2
sipush 256
isub
invokevirtual sun.io.ByteToCharJIS0201.getUnicode:(I)C
ireturn
2: StackMap locals:
StackMap stack:
iload 1
iflt 4
iload 1
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.index1:[S
arraylength
if_icmpgt 4
3: iload 2
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.start:I
if_icmplt 4
iload 2
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.end:I
if_icmple 5
4: StackMap locals:
StackMap stack:
ldc 65533
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.index1:[S
iload 1
sipush 128
isub
saload
bipush 15
iand
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.end:I
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.start:I
isub
iconst_1
iadd
imul
6: iload 2
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.start:I
isub
7: iadd
istore 3
start local 3 8: aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.index2:[Ljava/lang/String;
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.index1:[S
iload 1
sipush 128
isub
saload
iconst_4
ishr
aaload
iload 3
invokevirtual java.lang.String.charAt:(I)C
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/io/ByteToCharEUC_JP_LINUX;
0 9 1 byte1 I
0 9 2 byte2 I
8 9 3 n I
MethodParameters:
Name Flags
byte1
byte2
public int convert(byte[], int, int, char[], int, int);
descriptor: ([BII[CII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, 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: ldc 65533
istore 7
start local 7 1: iconst_0
istore 8
start local 8 2: aload 0
iload 5
putfield sun.io.ByteToCharEUC_JP_LINUX.charOff:I
3: aload 0
iload 2
putfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
4: goto 46
5: StackMap locals: int int
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.savedByte:B
ifne 9
6: aload 1
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
baload
istore 9
start local 9 7: iconst_1
istore 8
8: goto 12
end local 9 9: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.savedByte:B
istore 9
start local 9 10: aload 0
iconst_0
putfield sun.io.ByteToCharEUC_JP_LINUX.savedByte:B
11: iconst_0
istore 8
12: StackMap locals: int
StackMap stack:
aload 0
iload 9
invokevirtual sun.io.ByteToCharEUC_JP_LINUX.convSingleByte:(I)C
istore 7
13: iload 7
ldc 65533
if_icmpne 37
14: iload 9
sipush 255
iand
sipush 143
if_icmpeq 24
15: aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 8
iadd
iload 3
if_icmplt 19
16: aload 0
iload 9
i2b
putfield sun.io.ByteToCharEUC_JP_LINUX.savedByte:B
17: aload 0
dup
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 8
iadd
putfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
18: goto 47
19: StackMap locals:
StackMap stack:
iload 9
sipush 255
iand
istore 9
20: aload 1
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 8
iadd
baload
sipush 255
iand
istore 10
start local 10 21: iinc 8 1
22: aload 0
iload 9
iload 10
invokevirtual sun.io.ByteToCharEUC_JP_LINUX.getUnicode:(II)C
istore 7
23: goto 37
end local 10 StackMap locals:
StackMap stack:
24: iload 9
sipush 255
iand
sipush 143
if_icmpne 37
25: aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 8
iadd
iconst_1
iadd
iload 3
if_icmplt 32
26: aload 0
iload 9
i2b
putfield sun.io.ByteToCharEUC_JP_LINUX.savedByte:B
27: aload 0
dup
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 8
iadd
putfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
28: aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 3
if_icmpge 47
29: aload 0
aload 1
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
baload
putfield sun.io.ByteToCharEUC_JP_LINUX.savedSecond:B
30: aload 0
dup
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iconst_1
iadd
putfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
31: goto 47
32: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.savedSecond:B
ifeq 35
33: aload 0
iconst_0
putfield sun.io.ByteToCharEUC_JP_LINUX.savedSecond:B
34: goto 36
35: StackMap locals:
StackMap stack:
iinc 8 1
36: StackMap locals:
StackMap stack:
iinc 8 1
37: StackMap locals:
StackMap stack:
iload 7
ldc 65533
if_icmpne 42
38: aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.subMode:Z
ifeq 40
39: aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.subChars:[C
iconst_0
caload
istore 7
goto 42
40: StackMap locals:
StackMap stack:
aload 0
iload 8
putfield sun.io.ByteToCharEUC_JP_LINUX.badInputLength:I
41: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
42: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.charOff:I
iload 6
if_icmplt 44
43: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
44: StackMap locals:
StackMap stack:
aload 4
aload 0
dup
getfield sun.io.ByteToCharEUC_JP_LINUX.charOff:I
dup_x1
iconst_1
iadd
putfield sun.io.ByteToCharEUC_JP_LINUX.charOff:I
iload 7
castore
45: aload 0
dup
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 8
iadd
putfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
end local 9 46: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.byteOff:I
iload 3
if_icmplt 5
47: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharEUC_JP_LINUX.charOff:I
iload 5
isub
ireturn
end local 8 end local 7 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 48 0 this Lsun/io/ByteToCharEUC_JP_LINUX;
0 48 1 input [B
0 48 2 inOff I
0 48 3 inEnd I
0 48 4 output [C
0 48 5 outOff I
0 48 6 outEnd I
1 48 7 outputChar C
2 48 8 inputSize I
7 9 9 byte1 I
10 46 9 byte1 I
21 24 10 byte2 I
Exceptions:
throws sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
MethodParameters:
Name Flags
input
inOff
inEnd
output
outOff
outEnd
}
SourceFile: "ByteToCharEUC_JP_LINUX.java"