public class sun.nio.cs.ext.MSISO2022JP extends sun.nio.cs.ext.ISO2022_JP
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.nio.cs.ext.MSISO2022JP
super_class: sun.nio.cs.ext.ISO2022_JP
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ldc "x-windows-iso2022jp"
1: ldc "x-windows-iso2022jp"
invokestatic sun.nio.cs.ext.ExtendedCharsets.aliasesFor:(Ljava/lang/String;)[Ljava/lang/String;
invokespecial sun.nio.cs.ext.ISO2022_JP.<init>:(Ljava/lang/String;[Ljava/lang/String;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/nio/cs/ext/MSISO2022JP;
public java.lang.String historicalName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "windows-iso2022jp"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/cs/ext/MSISO2022JP;
public boolean contains(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.nio.cs.ext.ISO2022_JP.contains:(Ljava/nio/charset/Charset;)Z
ifne 3
1: aload 1
instanceof sun.nio.cs.ext.MSISO2022JP
ifne 3
2: iconst_0
ireturn
StackMap locals:
StackMap stack:
3: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/nio/cs/ext/MSISO2022JP;
0 4 1 cs Ljava/nio/charset/Charset;
MethodParameters:
Name Flags
cs
public java.nio.charset.CharsetDecoder newDecoder();
descriptor: ()Ljava/nio/charset/CharsetDecoder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new sun.nio.cs.ext.ISO2022_JP$Decoder
dup
aload 0
getstatic sun.nio.cs.ext.MSISO2022JP$CoderHolder.DEC0208:Lsun/nio/cs/DoubleByte$Decoder;
aconst_null
invokespecial sun.nio.cs.ext.ISO2022_JP$Decoder.<init>:(Ljava/nio/charset/Charset;Lsun/nio/cs/DoubleByte$Decoder;Lsun/nio/cs/DoubleByte$Decoder;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/cs/ext/MSISO2022JP;
public java.nio.charset.CharsetEncoder newEncoder();
descriptor: ()Ljava/nio/charset/CharsetEncoder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: new sun.nio.cs.ext.ISO2022_JP$Encoder
dup
aload 0
getstatic sun.nio.cs.ext.MSISO2022JP$CoderHolder.ENC0208:Lsun/nio/cs/DoubleByte$Encoder;
aconst_null
iconst_1
invokespecial sun.nio.cs.ext.ISO2022_JP$Encoder.<init>:(Ljava/nio/charset/Charset;Lsun/nio/cs/DoubleByte$Encoder;Lsun/nio/cs/DoubleByte$Encoder;Z)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/cs/ext/MSISO2022JP;
}
SourceFile: "MSISO2022JP.java"
NestMembers:
sun.nio.cs.ext.MSISO2022JP$CoderHolder
InnerClasses:
public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
public Encoder = sun.nio.cs.DoubleByte$Encoder of sun.nio.cs.DoubleByte
Decoder = sun.nio.cs.ext.ISO2022_JP$Decoder of sun.nio.cs.ext.ISO2022_JP
Encoder = sun.nio.cs.ext.ISO2022_JP$Encoder of sun.nio.cs.ext.ISO2022_JP
private CoderHolder = sun.nio.cs.ext.MSISO2022JP$CoderHolder of sun.nio.cs.ext.MSISO2022JP