public class sun.io.CharToByteISO2022CN_GB extends sun.io.CharToByteISO2022
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.CharToByteISO2022CN_GB
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 "$)A"
putfield sun.io.CharToByteISO2022CN_GB.SODesignator:Ljava/lang/String;
2: aload 0
ldc "GB2312"
invokestatic sun.io.CharToByteConverter.getConverter:(Ljava/lang/String;)Lsun/io/CharToByteConverter;
putfield sun.io.CharToByteISO2022CN_GB.codeConverter:Lsun/io/CharToByteConverter;
3: goto 5
StackMap locals: sun.io.CharToByteISO2022CN_GB
StackMap stack: java.lang.Exception
4: pop
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/io/CharToByteISO2022CN_GB;
Exception table:
from to target type
2 3 4 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_GB;
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_GB"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteISO2022CN_GB;
}
SourceFile: "CharToByteISO2022CN_GB.java"