public class sun.nio.cs.ext.IBM834$Decoder extends sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.nio.cs.ext.IBM834$Decoder
super_class: sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder
{
public void <init>(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.nio.cs.ext.IBM834$Decoder this
start local 1 // java.nio.charset.Charset cs
0: .line 59
aload 0 /* this */
aload 1 /* cs */
invokespecial sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.<init>:(Ljava/nio/charset/Charset;)V
1: .line 60
aload 0 /* this */
ldc 65520
putfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.mask1:I
2: .line 61
aload 0 /* this */
bipush 15
putfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.mask2:I
3: .line 62
aload 0 /* this */
iconst_4
putfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.shift:I
4: .line 63
aload 0 /* this */
invokestatic sun.nio.cs.ext.IBM933.getDecoderIndex1:()[S
putfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.index1:[S
5: .line 64
aload 0 /* this */
invokestatic sun.nio.cs.ext.IBM933.getDecoderIndex2:()Ljava/lang/String;
putfield sun.nio.cs.ext.DBCS_ONLY_IBM_EBCDIC_Decoder.index2:Ljava/lang/String;
6: .line 65
return
end local 1 // java.nio.charset.Charset cs
end local 0 // sun.nio.cs.ext.IBM834$Decoder this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/nio/cs/ext/IBM834$Decoder;
0 7 1 cs Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
cs
}
SourceFile: "IBM834.java"
NestHost: sun.nio.cs.ext.IBM834
InnerClasses:
protected Decoder = sun.nio.cs.ext.IBM834$Decoder of sun.nio.cs.ext.IBM834