public class sun.io.ByteToCharASCII extends sun.io.ByteToCharConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharASCII
super_class: sun.io.ByteToCharConverter
{
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.ByteToCharConverter.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharASCII;
public java.lang.String getCharacterEncoding();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "ASCII"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharASCII;
public int flush(char[], int, int);
descriptor: ([CII)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
aload 0
iconst_0
dup_x1
putfield sun.io.ByteToCharASCII.charOff:I
putfield sun.io.ByteToCharASCII.byteOff:I
1: iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/ByteToCharASCII;
0 2 1 output [C
0 2 2 outStart I
0 2 3 outEnd I
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=8, 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: aload 0
iload 5
putfield sun.io.ByteToCharASCII.charOff:I
1: aload 0
iload 2
putfield sun.io.ByteToCharASCII.byteOff:I
2: goto 12
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharASCII.charOff:I
iload 6
if_icmplt 5
4: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
aload 1
aload 0
dup
getfield sun.io.ByteToCharASCII.byteOff:I
dup_x1
iconst_1
iadd
putfield sun.io.ByteToCharASCII.byteOff:I
baload
istore 7
start local 7 6: iload 7
iflt 8
7: aload 4
aload 0
dup
getfield sun.io.ByteToCharASCII.charOff:I
dup_x1
iconst_1
iadd
putfield sun.io.ByteToCharASCII.charOff:I
iload 7
i2c
castore
goto 12
8: StackMap locals: int
StackMap stack:
aload 0
getfield sun.io.ByteToCharASCII.subMode:Z
ifeq 10
9: aload 4
aload 0
dup
getfield sun.io.ByteToCharASCII.charOff:I
dup_x1
iconst_1
iadd
putfield sun.io.ByteToCharASCII.charOff:I
ldc 65533
castore
goto 12
10: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.io.ByteToCharASCII.badInputLength:I
11: new sun.io.UnknownCharacterException
dup
invokespecial sun.io.UnknownCharacterException.<init>:()V
athrow
end local 7 12: StackMap locals:
StackMap stack:
aload 0
getfield sun.io.ByteToCharASCII.byteOff:I
iload 3
if_icmplt 3
13: aload 0
getfield sun.io.ByteToCharASCII.charOff:I
iload 5
isub
ireturn
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 14 0 this Lsun/io/ByteToCharASCII;
0 14 1 input [B
0 14 2 inOff I
0 14 3 inEnd I
0 14 4 output [C
0 14 5 outOff I
0 14 6 outEnd I
6 12 7 inputByte B
Exceptions:
throws sun.io.ConversionBufferFullException, sun.io.UnknownCharacterException
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.ByteToCharASCII.charOff:I
putfield sun.io.ByteToCharASCII.byteOff:I
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/ByteToCharASCII;
}
SourceFile: "ByteToCharASCII.java"