public class sun.nio.cs.ext.MS932_0213$Decoder extends sun.nio.cs.ext.SJIS_0213$Decoder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.nio.cs.ext.MS932_0213$Decoder
super_class: sun.nio.cs.ext.SJIS_0213$Decoder
{
static sun.nio.cs.DoubleByte$Decoder decMS932;
descriptor: Lsun/nio/cs/DoubleByte$Decoder;
flags: (0x0008) ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.nio.cs.MS932
dup
invokespecial sun.nio.cs.MS932.<init>:()V
invokevirtual sun.nio.cs.MS932.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.DoubleByte$Decoder
1: putstatic sun.nio.cs.ext.MS932_0213$Decoder.decMS932:Lsun/nio/cs/DoubleByte$Decoder;
2: return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.nio.cs.ext.SJIS_0213$Decoder.<init>:(Ljava/nio/charset/Charset;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/ext/MS932_0213$Decoder;
0 2 1 cs Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
cs
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.nio.cs.ext.MS932_0213$Decoder.decMS932:Lsun/nio/cs/DoubleByte$Decoder;
iload 1
iload 2
invokevirtual sun.nio.cs.DoubleByte$Decoder.decodeDouble:(II)C
istore 3
start local 3 1: iload 3
ldc 65533
if_icmpne 3
2: aload 0
iload 1
iload 2
invokespecial sun.nio.cs.ext.SJIS_0213$Decoder.decodeDouble:(II)C
ireturn
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/nio/cs/ext/MS932_0213$Decoder;
0 4 1 b1 I
0 4 2 b2 I
1 4 3 c C
MethodParameters:
Name Flags
b1
b2
}
SourceFile: "MS932_0213.java"
NestHost: sun.nio.cs.ext.MS932_0213
InnerClasses:
public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
protected Decoder = sun.nio.cs.ext.MS932_0213$Decoder of sun.nio.cs.ext.MS932_0213
protected Decoder = sun.nio.cs.ext.SJIS_0213$Decoder of sun.nio.cs.ext.SJIS_0213