public class sun.io.ByteToCharCp942C extends sun.io.ByteToCharDBCS_ASCII
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharCp942C
super_class: sun.io.ByteToCharDBCS_ASCII
{
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 "Cp942C"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharCp942C;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
new sun.nio.cs.ext.IBM942C
dup
invokespecial sun.nio.cs.ext.IBM942C.<init>:()V
invokevirtual sun.nio.cs.ext.IBM942C.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.ext.DoubleByte$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/ByteToCharCp942C;
}
SourceFile: "ByteToCharCp942C.java"
InnerClasses:
public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte