public abstract class sun.io.CharToByteDoubleByte extends sun.io.CharToByteConverter
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: sun.io.CharToByteDoubleByte
super_class: sun.io.CharToByteConverter
{
protected short[] index1;
descriptor: [S
flags: (0x0004) ACC_PROTECTED
protected java.lang.String[] index2;
descriptor: [Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
protected char highHalfZoneCode;
descriptor: C
flags: (0x0004) ACC_PROTECTED
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial sun.io.CharToByteConverter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteDoubleByte;
public short[] getIndex1();
descriptor: ()[S
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.io.CharToByteDoubleByte.index1:[S
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteDoubleByte;
public java.lang.String[] getIndex2();
descriptor: ()[Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.io.CharToByteDoubleByte.index2:[Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteDoubleByte;
public int flush(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
ifeq 4
1: aload 0
iconst_0
putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
2: aload 0
iconst_0
putfield sun.io.CharToByteDoubleByte.badInputLength:I
3: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
4: StackMap locals:
StackMap stack:
aload 0
aload 0
iconst_0
dup_x1
putfield sun.io.CharToByteDoubleByte.charOff:I
putfield sun.io.CharToByteDoubleByte.byteOff:I
5: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/io/CharToByteDoubleByte;
0 6 1 output [B
0 6 2 outStart I
0 6 3 outEnd I
Exceptions:
throws sun.io.MalformedInputException, sun.io.ConversionBufferFullException
MethodParameters:
Name Flags
output
outStart
outEnd
public int convert(char[], int, int, byte[], int, int);
descriptor: ([CII[BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=13, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: iconst_0
istore 9
start local 9 1: iconst_0
istore 10
start local 10 2: iconst_2
newarray 8
astore 11
start local 11 3: aload 0
iload 2
putfield sun.io.CharToByteDoubleByte.charOff:I
4: aload 0
iload 5
putfield sun.io.CharToByteDoubleByte.byteOff:I
5: aload 0
getfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
ifeq 56
6: aload 0
getfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
istore 7
start local 7 7: aload 0
iconst_0
putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
8: aload 1
iload 2
caload
ldc 56320
if_icmplt 11
aload 1
iload 2
caload
ldc 57343
if_icmpgt 11
9: aload 0
iconst_1
putfield sun.io.CharToByteDoubleByte.badInputLength:I
10: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
11: StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int int top int int byte[]
StackMap stack:
aload 0
iconst_0
putfield sun.io.CharToByteDoubleByte.badInputLength:I
12: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
end local 7 13: StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int top top int int byte[]
StackMap stack:
iconst_1
istore 9
14: aload 11
astore 8
start local 8 15: aload 1
aload 0
getfield sun.io.CharToByteDoubleByte.charOff:I
caload
istore 7
start local 7 16: iload 7
ldc 55296
if_icmplt 31
iload 7
ldc 56319
if_icmpgt 31
17: aload 0
getfield sun.io.CharToByteDoubleByte.charOff:I
iconst_1
iadd
iload 3
if_icmplt 20
18: aload 0
iload 7
putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
19: goto 57
20: StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int int byte[] int int byte[]
StackMap stack:
aload 1
aload 0
getfield sun.io.CharToByteDoubleByte.charOff:I
iconst_1
iadd
caload
istore 7
21: iload 7
ldc 56320
if_icmplt 29
iload 7
ldc 57343
if_icmpgt 29
22: aload 0
getfield sun.io.CharToByteDoubleByte.subMode:Z
ifeq 27
23: aload 0
getfield sun.io.CharToByteDoubleByte.subBytes:[B
astore 8
24: aload 0
getfield sun.io.CharToByteDoubleByte.subBytes:[B
arraylength
istore 10
25: iconst_2
istore 9
26: goto 48
27: StackMap locals:
StackMap stack:
aload 0
iconst_2
putfield sun.io.CharToByteDoubleByte.badInputLength:I
28: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
29: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.CharToByteDoubleByte.badInputLength:I
30: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
31: StackMap locals:
StackMap stack:
iload 7
ldc 56320
if_icmplt 34
iload 7
ldc 57343
if_icmpgt 34
32: aload 0
iconst_1
putfield sun.io.CharToByteDoubleByte.badInputLength:I
33: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
34: StackMap locals:
StackMap stack:
aload 0
iload 7
aload 8
invokevirtual sun.io.CharToByteDoubleByte.convSingleByte:(C[B)I
istore 10
35: iload 10
ifne 48
36: aload 0
iload 7
invokevirtual sun.io.CharToByteDoubleByte.getNative:(C)I
istore 12
start local 12 37: iload 12
ifeq 42
38: aload 8
iconst_0
iload 12
ldc 65280
iand
bipush 8
ishr
i2b
bastore
39: aload 8
iconst_1
iload 12
sipush 255
iand
i2b
bastore
40: iconst_2
istore 10
41: goto 48
42: StackMap locals: int
StackMap stack:
aload 0
getfield sun.io.CharToByteDoubleByte.subMode:Z
ifeq 46
43: aload 0
getfield sun.io.CharToByteDoubleByte.subBytes:[B
astore 8
44: aload 0
getfield sun.io.CharToByteDoubleByte.subBytes:[B
arraylength
istore 10
45: goto 48
46: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.CharToByteDoubleByte.badInputLength:I
47: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
end local 12 48: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteDoubleByte.byteOff:I
iload 10
iadd
iload 6
if_icmple 50
49: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
50: StackMap locals:
StackMap stack:
iconst_0
istore 12
start local 12 51: goto 54
52: StackMap locals: int
StackMap stack:
aload 4
aload 0
dup
getfield sun.io.CharToByteDoubleByte.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.CharToByteDoubleByte.byteOff:I
aload 8
iload 12
baload
bastore
53: iinc 12 1
StackMap locals:
StackMap stack:
54: iload 12
iload 10
if_icmplt 52
end local 12 55: aload 0
dup
getfield sun.io.CharToByteDoubleByte.charOff:I
iload 9
iadd
putfield sun.io.CharToByteDoubleByte.charOff:I
end local 8 end local 7 56: StackMap locals: sun.io.CharToByteDoubleByte char[] int int byte[] int int top top int int byte[]
StackMap stack:
aload 0
getfield sun.io.CharToByteDoubleByte.charOff:I
iload 3
if_icmplt 13
57: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.CharToByteDoubleByte.byteOff:I
iload 5
isub
ireturn
end local 11 end local 10 end local 9 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 58 0 this Lsun/io/CharToByteDoubleByte;
0 58 1 input [C
0 58 2 inOff I
0 58 3 inEnd I
0 58 4 output [B
0 58 5 outOff I
0 58 6 outEnd I
7 13 7 inputChar C
16 56 7 inputChar C
15 56 8 outputByte [B
1 58 9 inputSize I
2 58 10 outputSize I
3 58 11 tmpbuf [B
37 48 12 ncode I
51 55 12 i I
Exceptions:
throws sun.io.MalformedInputException, sun.io.UnknownCharacterException, sun.io.ConversionBufferFullException
MethodParameters:
Name Flags
input
inOff
inEnd
output
outOff
outEnd
public int getMaxBytesPerChar();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_2
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/CharToByteDoubleByte;
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
aload 0
iconst_0
dup_x1
putfield sun.io.CharToByteDoubleByte.charOff:I
putfield sun.io.CharToByteDoubleByte.byteOff:I
1: aload 0
iconst_0
putfield sun.io.CharToByteDoubleByte.highHalfZoneCode:C
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/CharToByteDoubleByte;
public boolean canConvert(char);
descriptor: (C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iconst_2
newarray 8
astore 2
start local 2 1: iload 1
ifeq 2
aload 0
iload 1
aload 2
invokevirtual sun.io.CharToByteDoubleByte.convSingleByte:(C[B)I
ifeq 3
2: StackMap locals: byte[]
StackMap stack:
iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual sun.io.CharToByteDoubleByte.getNative:(C)I
ifeq 5
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/io/CharToByteDoubleByte;
0 6 1 ch C
1 6 2 outByte [B
MethodParameters:
Name Flags
ch
protected int convSingleByte(char, byte[]);
descriptor: (C[B)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 1
sipush 128
if_icmpge 3
1: aload 2
iconst_0
iload 1
bipush 127
iand
i2b
bastore
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/CharToByteDoubleByte;
0 4 1 inputChar C
0 4 2 outputByte [B
MethodParameters:
Name Flags
inputChar
outputByte
protected int getNative(char);
descriptor: (C)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.io.CharToByteDoubleByte.index1:[S
iload 1
ldc 65280
iand
bipush 8
ishr
saload
bipush 8
ishl
istore 2
start local 2 1: aload 0
getfield sun.io.CharToByteDoubleByte.index2:[Ljava/lang/String;
iload 2
bipush 12
ishr
aaload
iload 2
sipush 4095
iand
iload 1
sipush 255
iand
iadd
invokevirtual java.lang.String.charAt:(I)C
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/CharToByteDoubleByte;
0 2 1 ch C
1 2 2 offset I
MethodParameters:
Name Flags
ch
}
SourceFile: "CharToByteDoubleByte.java"