public class sun.io.CharToByteISO2022CN_CNS extends sun.io.CharToByteISO2022
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.CharToByteISO2022CN_CNS
super_class: sun.io.CharToByteISO2022
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.CharToByteISO2022.<init>:()V
1: aload 0
ldc "$)G"
putfield sun.io.CharToByteISO2022CN_CNS.SODesignator:Ljava/lang/String;
2: aload 0
ldc "$*H"
putfield sun.io.CharToByteISO2022CN_CNS.SS2Designator:Ljava/lang/String;
3: aload 0
ldc "$+I"
putfield sun.io.CharToByteISO2022CN_CNS.SS3Designator:Ljava/lang/String;
4: aload 0
ldc "CNS11643"
invokestatic sun.io.CharToByteConverter.getConverter:(Ljava/lang/String;)Lsun/io/CharToByteConverter;
putfield sun.io.CharToByteISO2022CN_CNS.codeConverter:Lsun/io/CharToByteConverter;
5: goto 7
StackMap locals: sun.io.CharToByteISO2022CN_CNS
StackMap stack: java.lang.Exception
6: pop
7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/io/CharToByteISO2022CN_CNS;
Exception table:
from to target type
4 5 6 Class java.lang.Exception
public int getMaxBytesPerChar();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 8
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteISO2022CN_CNS;
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 "ISO2022CN_CNS"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteISO2022CN_CNS;
}
SourceFile: "CharToByteISO2022CN_CNS.java"