public class sun.io.ByteToCharSJIS extends sun.io.ByteToCharJIS0208
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharSJIS
super_class: sun.io.ByteToCharJIS0208
{
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
new sun.io.ByteToCharJIS0201
dup
invokespecial sun.io.ByteToCharJIS0201.<init>:()V
putfield sun.io.ByteToCharSJIS.bcJIS0201:Lsun/io/ByteToCharJIS0201;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/ByteToCharSJIS;
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 "SJIS"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharSJIS;
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.ByteToCharSJIS.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/ByteToCharSJIS;
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=8, args_size=3
start local 0 start local 1 start local 2 0: iload 2
sipush 159
if_icmpge 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 3
start local 3 3: iload 1
sipush 160
if_icmpge 4
bipush 112
goto 5
StackMap locals: int
StackMap stack:
4: sipush 176
StackMap locals:
StackMap stack: int
5: istore 4
start local 4 6: iload 3
iconst_1
if_icmpne 8
iload 2
bipush 127
if_icmple 7
bipush 32
goto 9
StackMap locals: int
StackMap stack:
7: bipush 31
goto 9
StackMap locals:
StackMap stack:
8: bipush 126
StackMap locals:
StackMap stack: int
9: istore 5
start local 5 10: iload 1
iload 4
isub
iconst_1
ishl
iload 3
isub
istore 6
start local 6 11: iload 2
iload 5
isub
istore 7
start local 7 12: aload 0
iload 6
iload 7
invokespecial sun.io.ByteToCharJIS0208.getUnicode:(II)C
ireturn
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 13 0 this Lsun/io/ByteToCharSJIS;
0 13 1 c1 I
0 13 2 c2 I
3 13 3 adjust I
6 13 4 rowOffset I
10 13 5 cellOffset I
11 13 6 b1 I
12 13 7 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/ByteToCharSJIS;
0 1 1 i I
MethodParameters:
Name Flags
i
}
SourceFile: "ByteToCharSJIS.java"