public class sun.io.ByteToCharISO2022KR extends sun.io.ByteToCharISO2022
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharISO2022KR
super_class: sun.io.ByteToCharISO2022
{
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.ByteToCharISO2022.<init>:()V
1: aload 0
iconst_1
anewarray java.lang.String
putfield sun.io.ByteToCharISO2022KR.SODesignator:[Ljava/lang/String;
2: aload 0
getfield sun.io.ByteToCharISO2022KR.SODesignator:[Ljava/lang/String;
iconst_0
ldc "$)C"
aastore
3: aload 0
iconst_1
anewarray sun.io.ByteToCharConverter
putfield sun.io.ByteToCharISO2022KR.SOConverter:[Lsun/io/ByteToCharConverter;
4: aload 0
getfield sun.io.ByteToCharISO2022KR.SOConverter:[Lsun/io/ByteToCharConverter;
iconst_0
ldc "KSC5601"
invokestatic sun.io.ByteToCharConverter.getConverter:(Ljava/lang/String;)Lsun/io/ByteToCharConverter;
aastore
5: goto 7
StackMap locals: sun.io.ByteToCharISO2022KR
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/ByteToCharISO2022KR;
Exception table:
from to target type
4 5 6 Class java.lang.Exception
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/ByteToCharISO2022KR;
}
SourceFile: "ByteToCharISO2022KR.java"