public class sun.io.ByteToCharBig5_HKSCS extends sun.io.ByteToCharDBCS_ASCII
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharBig5_HKSCS
super_class: sun.io.ByteToCharDBCS_ASCII
{
protected static sun.nio.cs.ext.HKSCS$Decoder dec;
descriptor: Lsun/nio/cs/ext/HKSCS$Decoder;
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.nio.cs.ext.Big5_HKSCS
dup
invokespecial sun.nio.cs.ext.Big5_HKSCS.<init>:()V
invokevirtual sun.nio.cs.ext.Big5_HKSCS.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.ext.HKSCS$Decoder
1: putstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
2: return
LocalVariableTable:
Start End Slot Name Signature
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 "Big5_HKSCS"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharBig5_HKSCS;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
invokespecial sun.io.ByteToCharDBCS_ASCII.<init>:(Lsun/nio/cs/ext/DoubleByte$Decoder;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/ByteToCharBig5_HKSCS;
protected char decodeDouble(int, int);
descriptor: (II)C
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: getstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
iload 1
iload 2
invokevirtual sun.nio.cs.ext.HKSCS$Decoder.decodeDouble:(II)C
istore 3
start local 3 1: iload 3
ldc 65533
if_icmpne 3
2: getstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
iload 1
iload 2
invokevirtual sun.nio.cs.ext.HKSCS$Decoder.decodeBig5:(II)C
istore 3
3: StackMap locals: int
StackMap stack:
iload 3
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/ByteToCharBig5_HKSCS;
0 4 1 byte1 I
0 4 2 byte2 I
1 4 3 c C
MethodParameters:
Name Flags
byte1
byte2
}
SourceFile: "ByteToCharBig5_HKSCS.java"
InnerClasses:
public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte
public Decoder = sun.nio.cs.ext.HKSCS$Decoder of sun.nio.cs.ext.HKSCS