class sun.nio.cs.ext.EUC_JP_Open$Decoder extends sun.nio.cs.ext.EUC_JP$Decoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.cs.ext.EUC_JP_Open$Decoder
super_class: sun.nio.cs.ext.EUC_JP$Decoder
{
private static sun.nio.cs.ext.DoubleByte$Decoder DEC0208_Solaris;
descriptor: Lsun/nio/cs/ext/DoubleByte$Decoder;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.nio.cs.ext.DoubleByte$Decoder DEC0212_Solaris;
descriptor: Lsun/nio/cs/ext/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: .line 65
new sun.nio.cs.ext.JIS_X_0208_Solaris
dup
invokespecial sun.nio.cs.ext.JIS_X_0208_Solaris.<init>:()V
invokevirtual sun.nio.cs.ext.JIS_X_0208_Solaris.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.ext.DoubleByte$Decoder
1: .line 64
putstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.DEC0208_Solaris:Lsun/nio/cs/ext/DoubleByte$Decoder;
2: .line 67
new sun.nio.cs.ext.JIS_X_0212_Solaris
dup
invokespecial sun.nio.cs.ext.JIS_X_0212_Solaris.<init>:()V
invokevirtual sun.nio.cs.ext.JIS_X_0212_Solaris.newDecoder:()Ljava/nio/charset/CharsetDecoder;
checkcast sun.nio.cs.ext.DoubleByte$Decoder
3: .line 66
putstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.DEC0212_Solaris:Lsun/nio/cs/ext/DoubleByte$Decoder;
4: .line 67
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 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
start local 1 // java.nio.charset.Charset cs
0: .line 72
aload 0 /* this */
aload 1 /* cs */
ldc 0.5
fconst_1
getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.DEC0201:Lsun/nio/cs/SingleByte$Decoder;
getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.DEC0208:Lsun/nio/cs/ext/DoubleByte$Decoder;
getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.DEC0212_Solaris:Lsun/nio/cs/ext/DoubleByte$Decoder;
invokespecial sun.nio.cs.ext.EUC_JP$Decoder.<init>:(Ljava/nio/charset/Charset;FFLsun/nio/cs/SingleByte$Decoder;Lsun/nio/cs/ext/DoubleByte$Decoder;Lsun/nio/cs/ext/DoubleByte$Decoder;)V
1: .line 73
return
end local 1 // java.nio.charset.Charset cs
end local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/ext/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 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
start local 1 // int byte1
start local 2 // int byte2
0: .line 76
aload 0 /* this */
iload 1 /* byte1 */
iload 2 /* byte2 */
invokespecial sun.nio.cs.ext.EUC_JP$Decoder.decodeDouble:(II)C
istore 3 /* c */
start local 3 // char c
1: .line 77
iload 3 /* c */
ldc 65533
if_icmpne 3
2: .line 78
getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.DEC0208_Solaris:Lsun/nio/cs/ext/DoubleByte$Decoder;
iload 1 /* byte1 */
sipush 128
isub
iload 2 /* byte2 */
sipush 128
isub
invokevirtual sun.nio.cs.ext.DoubleByte$Decoder.decodeDouble:(II)C
ireturn
3: .line 79
StackMap locals: int
StackMap stack:
iload 3 /* c */
ireturn
end local 3 // char c
end local 2 // int byte2
end local 1 // int byte1
end local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/nio/cs/ext/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.ext.EUC_JP_Open
InnerClasses:
public final Decoder = sun.nio.cs.SingleByte$Decoder of sun.nio.cs.SingleByte
public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte
Decoder = sun.nio.cs.ext.EUC_JP$Decoder of sun.nio.cs.ext.EUC_JP
private Decoder = sun.nio.cs.ext.EUC_JP_Open$Decoder of sun.nio.cs.ext.EUC_JP_Open