public abstract class sun.io.ByteToCharDBCS_EBCDIC extends sun.io.ByteToCharConverter
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: sun.io.ByteToCharDBCS_EBCDIC
super_class: sun.io.ByteToCharConverter
{
private static final int SBCS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final int DBCS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private static final int SO;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 14
private static final int SI;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 15
private int currentState;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean savedBytePresent;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private byte savedByte;
descriptor: B
flags: (0x0002) ACC_PRIVATE
protected java.lang.String singleByteToChar;
descriptor: Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
protected short[] index1;
descriptor: [S
flags: (0x0004) ACC_PROTECTED
protected java.lang.String index2;
descriptor: Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
protected int mask1;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int mask2;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int shift;
descriptor: I
flags: (0x0004) ACC_PROTECTED
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.ByteToCharConverter.<init>:()V
1: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
2: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/ByteToCharDBCS_EBCDIC;
public int flush(char[], int, int);
descriptor: ([CII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
ifeq 4
1: aload 0
invokevirtual sun.io.ByteToCharDBCS_EBCDIC.reset:()V
2: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
3: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.io.ByteToCharDBCS_EBCDIC.reset:()V
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/ByteToCharDBCS_EBCDIC;
0 6 1 output [C
0 6 2 outStart I
0 6 3 outEnd I
Exceptions:
throws sun.io.MalformedInputException
MethodParameters:
Name Flags
output
outStart
outEnd
public int convert(byte[], int, int, char[], int, int);
descriptor: ([BII[CII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=12, 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: ldc 65533
istore 8
start local 8 1: aload 0
iload 5
putfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
2: aload 0
iload 2
putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
3: goto 57
4: StackMap locals: sun.io.ByteToCharDBCS_EBCDIC byte[] int int char[] int int top int
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
ifne 8
5: aload 1
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
baload
istore 9
start local 9 6: iconst_1
istore 7
start local 7 7: goto 11
end local 9 end local 7 8: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.savedByte:B
istore 9
start local 9 9: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
10: iconst_0
istore 7
start local 7 11: StackMap locals: sun.io.ByteToCharDBCS_EBCDIC byte[] int int char[] int int int int int
StackMap stack:
iload 9
bipush 14
if_icmpne 18
12: aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
ifeq 15
13: aload 0
iconst_1
putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
14: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
15: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
16: aload 0
dup
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
iload 7
iadd
putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
17: goto 57
18: StackMap locals:
StackMap stack:
iload 9
bipush 15
if_icmpne 25
19: aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
iconst_1
if_icmpeq 22
20: aload 0
iconst_1
putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
21: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
22: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
23: aload 0
dup
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
iload 7
iadd
putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
24: goto 57
25: StackMap locals:
StackMap stack:
iload 9
ifge 27
26: iinc 9 256
27: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
ifne 30
28: aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.singleByteToChar:Ljava/lang/String;
iload 9
invokevirtual java.lang.String.charAt:(I)C
istore 8
29: goto 48
30: StackMap locals:
StackMap stack:
iload 9
bipush 64
if_icmplt 31
iload 9
sipush 254
if_icmple 33
31: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
32: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
33: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
iload 7
iadd
iload 3
if_icmplt 38
34: aload 0
iload 9
i2b
putfield sun.io.ByteToCharDBCS_EBCDIC.savedByte:B
35: aload 0
iconst_1
putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
36: aload 0
dup
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
iload 7
iadd
putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
37: goto 58
38: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
iload 7
iadd
baload
istore 10
start local 10 39: iload 10
ifge 41
40: iinc 10 256
41: StackMap locals: int
StackMap stack:
iinc 7 1
42: iload 9
bipush 64
if_icmpne 43
iload 10
bipush 64
if_icmpeq 46
43: StackMap locals:
StackMap stack:
iload 10
bipush 65
if_icmplt 44
iload 10
sipush 254
if_icmple 46
44: StackMap locals:
StackMap stack:
aload 0
iconst_2
putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
45: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
46: StackMap locals:
StackMap stack:
iload 9
sipush 256
imul
iload 10
iadd
istore 11
start local 11 47: aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.index2:Ljava/lang/String;
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.index1:[S
iload 11
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.mask1:I
iand
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.shift:I
ishr
saload
iload 11
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.mask2:I
iand
iadd
invokevirtual java.lang.String.charAt:(I)C
istore 8
end local 11 end local 10 48: StackMap locals:
StackMap stack:
iload 8
ldc 65533
if_icmpne 53
49: aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.subMode:Z
ifeq 51
50: aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.subChars:[C
iconst_0
caload
istore 8
goto 53
51: StackMap locals:
StackMap stack:
aload 0
iload 7
putfield sun.io.ByteToCharDBCS_EBCDIC.badInputLength:I
52: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
53: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
iload 6
if_icmplt 55
54: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
55: StackMap locals:
StackMap stack:
aload 4
aload 0
dup
getfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
dup_x1
iconst_1
iadd
putfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
iload 8
castore
56: aload 0
dup
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
iload 7
iadd
putfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
end local 9 end local 7 57: StackMap locals: sun.io.ByteToCharDBCS_EBCDIC byte[] int int char[] int int top int
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.byteOff:I
iload 3
if_icmplt 4
58: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
iload 5
isub
ireturn
end local 8 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 59 0 this Lsun/io/ByteToCharDBCS_EBCDIC;
0 59 1 input [B
0 59 2 inOff I
0 59 3 inEnd I
0 59 4 output [C
0 59 5 outOff I
0 59 6 outEnd I
7 8 7 inputSize I
11 57 7 inputSize I
1 59 8 outputChar C
6 8 9 byte1 I
9 57 9 byte1 I
39 48 10 byte2 I
47 48 11 v I
Exceptions:
throws sun.io.UnknownCharacterException, sun.io.MalformedInputException, sun.io.ConversionBufferFullException
MethodParameters:
Name Flags
input
inOff
inEnd
output
outOff
outEnd
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.ByteToCharDBCS_EBCDIC.byteOff:I
putfield sun.io.ByteToCharDBCS_EBCDIC.charOff:I
1: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_EBCDIC.currentState:I
2: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_EBCDIC.savedBytePresent:Z
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/io/ByteToCharDBCS_EBCDIC;
}
SourceFile: "ByteToCharDBCS_EBCDIC.java"