public class sun.io.ByteToCharPCK extends sun.io.ByteToCharSJIS
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharPCK
super_class: sun.io.ByteToCharSJIS
{
sun.io.ByteToCharJIS0201 bcJIS0201;
descriptor: Lsun/io/ByteToCharJIS0201;
flags: (0x0000)
sun.io.ByteToCharJIS0208_Solaris bcJIS0208;
descriptor: Lsun/io/ByteToCharJIS0208_Solaris;
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.ByteToCharSJIS.<init>:()V
1: aload 0
new sun.io.ByteToCharJIS0201
dup
invokespecial sun.io.ByteToCharJIS0201.<init>:()V
putfield sun.io.ByteToCharPCK.bcJIS0201:Lsun/io/ByteToCharJIS0201;
2: aload 0
new sun.io.ByteToCharJIS0208_Solaris
dup
invokespecial sun.io.ByteToCharJIS0208_Solaris.<init>:()V
putfield sun.io.ByteToCharPCK.bcJIS0208:Lsun/io/ByteToCharJIS0208_Solaris;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/ByteToCharPCK;
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 "PCK"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharPCK;
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
ldc 65408
iand
ifne 2
1: iload 1
i2c
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharPCK.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/ByteToCharPCK;
0 3 1 b I
MethodParameters:
Name Flags
b
protected char getUnicode(int, int);
descriptor: (II)C
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=9, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokespecial sun.io.ByteToCharSJIS.getUnicode:(II)C
dup
istore 3
start local 3 1: ldc 65533
if_icmpeq 5
2: iload 3
sipush 8212
if_icmpeq 3
iload 3
goto 4
StackMap locals: int
StackMap stack:
3: sipush 8213
StackMap locals:
StackMap stack: int
4: ireturn
5: StackMap locals:
StackMap stack:
iload 2
sipush 159
if_icmpge 6
iconst_1
goto 7
StackMap locals:
StackMap stack:
6: iconst_0
StackMap locals:
StackMap stack: int
7: istore 4
start local 4 8: iload 1
sipush 160
if_icmpge 9
bipush 112
goto 10
StackMap locals: int
StackMap stack:
9: sipush 176
StackMap locals:
StackMap stack: int
10: istore 5
start local 5 11: iload 4
iconst_1
if_icmpne 13
iload 2
bipush 127
if_icmple 12
bipush 32
goto 14
StackMap locals: int
StackMap stack:
12: bipush 31
goto 14
StackMap locals:
StackMap stack:
13: bipush 126
StackMap locals:
StackMap stack: int
14: istore 6
start local 6 15: iload 1
iload 5
isub
iconst_1
ishl
iload 4
isub
istore 7
start local 7 16: iload 2
iload 6
isub
istore 8
start local 8 17: aload 0
getfield sun.io.ByteToCharPCK.bcJIS0208:Lsun/io/ByteToCharJIS0208_Solaris;
iload 7
iload 8
invokevirtual sun.io.ByteToCharJIS0208_Solaris.getUnicode:(II)C
istore 3
18: iload 3
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 19 0 this Lsun/io/ByteToCharPCK;
0 19 1 c1 I
0 19 2 c2 I
1 19 3 outChar C
8 19 4 adjust I
11 19 5 rowOffset I
15 19 6 cellOffset I
16 19 7 b1 I
17 19 8 b2 I
MethodParameters:
Name Flags
c1
c2
java.lang.String prt(int);
descriptor: (I)Ljava/lang/String;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
bipush 16
invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharPCK;
0 1 1 i I
MethodParameters:
Name Flags
i
}
SourceFile: "ByteToCharPCK.java"