public class com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream extends java.io.InputStream
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream
super_class: java.io.InputStream
{
final com.sun.xml.internal.fastinfoset.Decoder this$0;
descriptor: Lcom/sun/xml/internal/fastinfoset/Decoder;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
protected void <init>(com.sun.xml.internal.fastinfoset.Decoder);
descriptor: (Lcom/sun/xml/internal/fastinfoset/Decoder;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
aload 0
invokespecial java.io.InputStream.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
MethodParameters:
Name Flags
this$0 final
public int read();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
if_icmpge 2
1: aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBuffer:[B
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
dup
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
dup_x1
iconst_1
iadd
putfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
baload
sipush 255
iand
ireturn
2: StackMap locals:
StackMap stack:
iconst_m1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
Exceptions:
throws java.io.IOException
public int read(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
aload 1
arraylength
invokevirtual com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.read:([BII)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
0 1 1 b [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
ifnonnull 2
1: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iload 2
iflt 4
iload 2
aload 1
arraylength
if_icmpgt 4
iload 3
iflt 4
3: iload 2
iload 3
iadd
aload 1
arraylength
if_icmpgt 4
iload 2
iload 3
iadd
ifge 5
4: StackMap locals:
StackMap stack:
new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
iload 3
ifne 7
6: iconst_0
ireturn
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
iload 3
iadd
istore 4
start local 4 8: iload 4
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
if_icmpge 12
9: aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBuffer:[B
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
aload 1
iload 2
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
10: aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
iload 4
putfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
11: iload 3
ireturn
12: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
if_icmpge 17
13: aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferOffset:I
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
isub
istore 5
start local 5 14: aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBuffer:[B
aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
aload 1
iload 2
iload 5
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
15: aload 0
getfield com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream.this$0:Lcom/sun/xml/internal/fastinfoset/Decoder;
dup
getfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
iload 5
iadd
putfield com.sun.xml.internal.fastinfoset.Decoder._octetBufferStart:I
16: iload 5
ireturn
end local 5 17: StackMap locals:
StackMap stack:
iconst_m1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/xml/internal/fastinfoset/Decoder$EncodingAlgorithmInputStream;
0 18 1 b [B
0 18 2 off I
0 18 3 len I
8 18 4 newOctetBufferStart I
14 17 5 bytesToRead I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
off
len
}
SourceFile: "Decoder.java"
NestHost: com.sun.xml.internal.fastinfoset.Decoder
InnerClasses:
protected EncodingAlgorithmInputStream = com.sun.xml.internal.fastinfoset.Decoder$EncodingAlgorithmInputStream of com.sun.xml.internal.fastinfoset.Decoder