public class sun.io.CharToByteISO2022KR extends sun.io.CharToByteISO2022
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.CharToByteISO2022KR
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 "$)C"
putfield sun.io.CharToByteISO2022KR.SODesignator:Ljava/lang/String;
2: aload 0
ldc "KSC5601"
invokestatic sun.io.CharToByteConverter.getConverter:(Ljava/lang/String;)Lsun/io/CharToByteConverter;
putfield sun.io.CharToByteISO2022KR.codeConverter:Lsun/io/CharToByteConverter;
3: goto 5
StackMap locals: sun.io.CharToByteISO2022KR
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/CharToByteISO2022KR;
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/CharToByteISO2022KR;
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 "ISO2022KR"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteISO2022KR;
}
SourceFile: "CharToByteISO2022KR.java"