public class sun.io.CharToByteCp937 extends sun.io.CharToByteDBCS_EBCDIC
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.CharToByteCp937
super_class: sun.io.CharToByteDBCS_EBCDIC
{
private short[] index1;
descriptor: [S
flags: (0x0002) ACC_PRIVATE
private java.lang.String index2;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private java.lang.String index2a;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private static final sun.nio.cs.ext.IBM937 nioCoder;
descriptor: Lsun/nio/cs/ext/IBM937;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.nio.cs.ext.IBM937
dup
invokespecial sun.nio.cs.ext.IBM937.<init>:()V
putstatic sun.io.CharToByteCp937.nioCoder:Lsun/nio/cs/ext/IBM937;
return
LocalVariableTable:
Start End Slot Name Signature
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 "Cp937"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteCp937;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.CharToByteDBCS_EBCDIC.<init>:()V
1: aload 0
ldc 65472
putfield sun.io.CharToByteDBCS_EBCDIC.mask1:I
2: aload 0
bipush 63
putfield sun.io.CharToByteDBCS_EBCDIC.mask2:I
3: aload 0
bipush 6
putfield sun.io.CharToByteDBCS_EBCDIC.shift:I
4: aload 0
getstatic sun.io.CharToByteCp937.nioCoder:Lsun/nio/cs/ext/IBM937;
invokevirtual sun.nio.cs.ext.IBM937.getEncoderIndex1:()[S
putfield sun.io.CharToByteDBCS_EBCDIC.index1:[S
5: aload 0
getstatic sun.io.CharToByteCp937.nioCoder:Lsun/nio/cs/ext/IBM937;
invokevirtual sun.nio.cs.ext.IBM937.getEncoderIndex2:()Ljava/lang/String;
putfield sun.io.CharToByteDBCS_EBCDIC.index2:Ljava/lang/String;
6: aload 0
getstatic sun.io.CharToByteCp937.nioCoder:Lsun/nio/cs/ext/IBM937;
invokevirtual sun.nio.cs.ext.IBM937.getEncoderIndex2a:()Ljava/lang/String;
putfield sun.io.CharToByteDBCS_EBCDIC.index2a:Ljava/lang/String;
7: aload 0
iconst_1
newarray 8
putfield sun.io.CharToByteCp937.subBytes:[B
8: aload 0
getfield sun.io.CharToByteCp937.subBytes:[B
iconst_0
bipush 111
bastore
9: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/io/CharToByteCp937;
}
SourceFile: "CharToByteCp937.java"