class sun.nio.cs.ext.ISO2022_CN_CNS$Encoder extends sun.nio.cs.ext.ISO2022$Encoder
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.nio.cs.ext.ISO2022_CN_CNS$Encoder
super_class: sun.nio.cs.ext.ISO2022$Encoder
{
private byte[] bb;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
public void <init>(java.nio.charset.Charset);
descriptor: (Ljava/nio/charset/Charset;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.nio.cs.ext.ISO2022$Encoder.<init>:(Ljava/nio/charset/Charset;)V
1: aload 0
iconst_4
newarray 8
putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
2: aload 0
iconst_3
newarray 8
dup
iconst_0
bipush 36
bastore
dup
iconst_1
bipush 41
bastore
dup
iconst_2
bipush 71
bastore
putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SODesig:[B
3: aload 0
iconst_3
newarray 8
dup
iconst_0
bipush 36
bastore
dup
iconst_1
bipush 42
bastore
dup
iconst_2
bipush 72
bastore
putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS2Desig:[B
4: aload 0
iconst_3
newarray 8
dup
iconst_0
bipush 36
bastore
dup
iconst_1
bipush 43
bastore
dup
iconst_2
bipush 73
bastore
putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.SS3Desig:[B
5: ldc "EUC_TW"
invokestatic java.nio.charset.Charset.forName:(Ljava/lang/String;)Ljava/nio/charset/Charset;
astore 2
start local 2 6: aload 0
aload 2
invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
putfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.ISOEncoder:Ljava/nio/charset/CharsetEncoder;
end local 2 7: goto 9
StackMap locals: sun.nio.cs.ext.ISO2022_CN_CNS$Encoder java.nio.charset.Charset
StackMap stack: java.lang.Exception
8: pop
9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/nio/cs/ext/ISO2022_CN_CNS$Encoder;
0 10 1 cs Ljava/nio/charset/Charset;
6 7 2 cset Ljava/nio/charset/Charset;
Exception table:
from to target type
5 7 8 Class java.lang.Exception
MethodParameters:
Name Flags
cs
public boolean canEncode(char);
descriptor: (C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iload 1
bipush 127
if_icmple 6
2: aload 0
getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.ISOEncoder:Ljava/nio/charset/CharsetEncoder;
checkcast sun.nio.cs.EUC_TW$Encoder
iload 1
aload 0
getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
invokevirtual sun.nio.cs.EUC_TW$Encoder.toEUC:(C[B)I
dup
istore 2
iconst_2
if_icmpeq 6
3: iload 2
iconst_4
if_icmpne 5
aload 0
getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
iconst_0
baload
bipush -114
if_icmpne 5
4: aload 0
getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
iconst_1
baload
bipush -94
if_icmpeq 6
aload 0
getfield sun.nio.cs.ext.ISO2022_CN_CNS$Encoder.bb:[B
iconst_1
baload
bipush -93
if_icmpeq 6
5: StackMap locals: int
StackMap stack:
iconst_0
ireturn
StackMap locals:
StackMap stack:
6: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/nio/cs/ext/ISO2022_CN_CNS$Encoder;
0 7 1 c C
1 7 2 n I
MethodParameters:
Name Flags
c
public boolean isLegalReplacement(byte[]);
descriptor: ([B)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
arraylength
iconst_1
if_icmpne 1
aload 1
iconst_0
baload
bipush 63
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/ext/ISO2022_CN_CNS$Encoder;
0 2 1 repl [B
MethodParameters:
Name Flags
repl
}
SourceFile: "ISO2022_CN_CNS.java"
NestHost: sun.nio.cs.ext.ISO2022_CN_CNS
InnerClasses:
public Encoder = sun.nio.cs.EUC_TW$Encoder of sun.nio.cs.EUC_TW
protected Encoder = sun.nio.cs.ext.ISO2022$Encoder of sun.nio.cs.ext.ISO2022
private Encoder = sun.nio.cs.ext.ISO2022_CN_CNS$Encoder of sun.nio.cs.ext.ISO2022_CN_CNS