public class sun.io.ByteToCharISO8859_1 extends sun.io.ByteToCharConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.io.ByteToCharISO8859_1
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/ByteToCharISO8859_1;
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 "ISO8859_1"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/io/ByteToCharISO8859_1;
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.ByteToCharISO8859_1.charOff:I
putfield sun.io.ByteToCharISO8859_1.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/ByteToCharISO8859_1;
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=10, 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: iload 2
iload 6
iload 5
isub
iadd
istore 7
start local 7 1: iload 7
iload 3
if_icmplt 3
2: iload 3
istore 7
3: StackMap locals: int
StackMap stack:
iload 3
iload 2
isub
istore 8
start local 8 4: goto 6
5: StackMap locals: int
StackMap stack:
aload 4
iload 5
iinc 5 1
sipush 255
aload 1
iload 2
iinc 2 1
baload
iand
i2c
castore
6: StackMap locals:
StackMap stack:
iload 2
iload 7
if_icmplt 5
7: goto 12
StackMap locals:
StackMap stack: java.lang.Throwable
8: astore 9
9: aload 0
iload 5
putfield sun.io.ByteToCharISO8859_1.charOff:I
10: aload 0
iload 2
putfield sun.io.ByteToCharISO8859_1.byteOff:I
11: aload 9
athrow
12: StackMap locals:
StackMap stack:
aload 0
iload 5
putfield sun.io.ByteToCharISO8859_1.charOff:I
13: aload 0
iload 2
putfield sun.io.ByteToCharISO8859_1.byteOff:I
14: iload 7
iload 3
if_icmpge 16
15: new sun.io.ConversionBufferFullException
dup
invokespecial sun.io.ConversionBufferFullException.<init>:()V
athrow
16: StackMap locals:
StackMap stack:
iload 8
ireturn
end local 8 end local 7 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 17 0 this Lsun/io/ByteToCharISO8859_1;
0 17 1 input [B
0 17 2 inOff I
0 17 3 inEnd I
0 17 4 output [C
0 17 5 outOff I
0 17 6 outEnd I
1 17 7 bound I
4 17 8 bytesWritten I
Exception table:
from to target type
4 8 8 any
Exceptions:
throws 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.ByteToCharISO8859_1.charOff:I
putfield sun.io.ByteToCharISO8859_1.byteOff:I
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/io/ByteToCharISO8859_1;
}
SourceFile: "ByteToCharISO8859_1.java"