abstract class sun.io.ByteToCharDBCS_ONLY_EBCDIC extends sun.io.ByteToCharConverter
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: sun.io.ByteToCharDBCS_ONLY_EBCDIC
super_class: sun.io.ByteToCharConverter
{
private boolean savedBytePresent;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private byte savedByte;
descriptor: B
flags: (0x0002) ACC_PRIVATE
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_ONLY_EBCDIC.savedBytePresent:Z
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/ByteToCharDBCS_ONLY_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_ONLY_EBCDIC.savedBytePresent:Z
ifeq 4
1: aload 0
invokevirtual sun.io.ByteToCharDBCS_ONLY_EBCDIC.reset:()V
2: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_ONLY_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_ONLY_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_ONLY_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_ONLY_EBCDIC.charOff:I
2: aload 0
iload 2
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
3: goto 38
4: StackMap locals: sun.io.ByteToCharDBCS_ONLY_EBCDIC byte[] int int char[] int int top int
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.savedBytePresent:Z
ifne 8
5: aload 1
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
baload
sipush 255
iand
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_ONLY_EBCDIC.savedByte:B
istore 9
start local 9 9: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.savedBytePresent:Z
10: iconst_0
istore 7
start local 7 11: StackMap locals: sun.io.ByteToCharDBCS_ONLY_EBCDIC byte[] int int char[] int int int int int
StackMap stack:
iload 9
bipush 64
if_icmplt 12
iload 9
sipush 254
if_icmple 14
12: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.badInputLength:I
13: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
14: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
iload 7
iadd
iload 3
if_icmplt 19
15: aload 0
iload 9
i2b
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.savedByte:B
16: aload 0
iconst_1
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.savedBytePresent:Z
17: aload 0
dup
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
iload 7
iadd
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
18: goto 39
19: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
iload 7
iadd
baload
sipush 255
iand
istore 10
start local 10 20: iinc 7 1
21: iload 9
bipush 64
if_icmpne 22
iload 10
bipush 64
if_icmpeq 25
22: StackMap locals: int
StackMap stack:
iload 10
bipush 65
if_icmplt 23
iload 10
sipush 254
if_icmple 25
23: StackMap locals:
StackMap stack:
aload 0
iconst_2
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.badInputLength:I
24: new sun.io.MalformedInputException
dup
invokespecial sun.io.MalformedInputException.<init>:()V
athrow
25: StackMap locals:
StackMap stack:
iload 9
sipush 256
imul
iload 10
iadd
istore 11
start local 11 26: aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.index2:Ljava/lang/String;
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.index1:[S
iload 11
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.mask1:I
iand
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.shift:I
ishr
saload
27: iload 11
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.mask2:I
iand
iadd
28: invokevirtual java.lang.String.charAt:(I)C
istore 8
29: iload 8
ldc 65533
if_icmpne 34
30: aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.subMode:Z
ifeq 32
31: aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.subChars:[C
iconst_0
caload
istore 8
goto 34
32: StackMap locals: int
StackMap stack:
aload 0
iload 7
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.badInputLength:I
33: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
34: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.charOff:I
iload 6
if_icmplt 36
35: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
36: StackMap locals:
StackMap stack:
aload 4
aload 0
dup
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.charOff:I
dup_x1
iconst_1
iadd
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.charOff:I
iload 8
castore
37: aload 0
dup
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
iload 7
iadd
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
end local 11 end local 10 end local 9 end local 7 38: StackMap locals: sun.io.ByteToCharDBCS_ONLY_EBCDIC byte[] int int char[] int int top int
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.byteOff:I
iload 3
if_icmplt 4
39: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharDBCS_ONLY_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 40 0 this Lsun/io/ByteToCharDBCS_ONLY_EBCDIC;
0 40 1 input [B
0 40 2 inOff I
0 40 3 inEnd I
0 40 4 output [C
0 40 5 outOff I
0 40 6 outEnd I
7 8 7 inputSize I
11 38 7 inputSize I
1 40 8 outputChar C
6 8 9 byte1 I
9 38 9 byte1 I
20 38 10 byte2 I
26 38 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_ONLY_EBCDIC.byteOff:I
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.charOff:I
1: aload 0
iconst_0
putfield sun.io.ByteToCharDBCS_ONLY_EBCDIC.savedBytePresent:Z
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/io/ByteToCharDBCS_ONLY_EBCDIC;
}
SourceFile: "ByteToCharCp834.java"