class sun.nio.cs.EUC_JP_Open$Decoder extends sun.nio.cs.EUC_JP$Decoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.cs.EUC_JP_Open$Decoder
super_class: sun.nio.cs.EUC_JP$Decoder
{
private static sun.nio.cs.DoubleByte$Decoder DEC0208_Solaris;
descriptor: Lsun/nio/cs/DoubleByte$Decoder;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.nio.cs.DoubleByte$Decoder DEC0212_Solaris;
descriptor: Lsun/nio/cs/DoubleByte$Decoder;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.nio.cs.JIS_X_0208_Solaris
dup
invokespecial sun.nio.cs.JIS_X_0208_Solaris.<init>:()V
invokevirtual sun.nio.cs.JIS_X_0208_Solaris.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.DoubleByte$Decoder
1: putstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0208_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
2: new sun.nio.cs.JIS_X_0212_Solaris
dup
invokespecial sun.nio.cs.JIS_X_0212_Solaris.<init>:()V
invokevirtual sun.nio.cs.JIS_X_0212_Solaris.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.DoubleByte$Decoder
3: putstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0212_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
4: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc 0.5
fconst_1
getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0201:Lsun/nio/cs/SingleByte$Decoder;
getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0208:Lsun/nio/cs/DoubleByte$Decoder;
getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0212_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
invokespecial sun.nio.cs.EUC_JP$Decoder.<init>:(Ljava/nio/charset/Charset;FFLsun/nio/cs/SingleByte$Decoder;Lsun/nio/cs/DoubleByte$Decoder;Lsun/nio/cs/DoubleByte$Decoder;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/EUC_JP_Open$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=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokespecial sun.nio.cs.EUC_JP$Decoder.decodeDouble:(II)C
istore 3
start local 3 1: iload 3
ldc 65533
if_icmpne 3
2: getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0208_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
iload 1
sipush 128
isub
iload 2
sipush 128
isub
invokevirtual sun.nio.cs.DoubleByte$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/EUC_JP_Open$Decoder;
0 4 1 byte1 I
0 4 2 byte2 I
1 4 3 c C
MethodParameters:
Name Flags
byte1
byte2
}
SourceFile: "EUC_JP_Open.java"
NestHost: sun.nio.cs.EUC_JP_Open
InnerClasses:
public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
Decoder = sun.nio.cs.EUC_JP$Decoder of sun.nio.cs.EUC_JP
private Decoder = sun.nio.cs.EUC_JP_Open$Decoder of sun.nio.cs.EUC_JP_Open
public final Decoder = sun.nio.cs.SingleByte$Decoder of sun.nio.cs.SingleByte