public final class org.apache.lucene.util.PagedBytes$PagedBytesDataInput extends org.apache.lucene.store.DataInput
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.util.PagedBytes$PagedBytesDataInput
super_class: org.apache.lucene.store.DataInput
{
private int currentBlockIndex;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int currentBlockUpto;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private byte[] currentBlock;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.util.PagedBytes this$0;
descriptor: Lorg/apache/lucene/util/PagedBytes;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/apache/lucene/util/PagedBytes;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.apache.lucene.util.PagedBytes$PagedBytesDataInput.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.apache.lucene.util.PagedBytes);
descriptor: (Lorg/apache/lucene/util/PagedBytes;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
aload 0
invokespecial org.apache.lucene.store.DataInput.<init>:()V
1: aload 0
aload 1
getfield org.apache.lucene.util.PagedBytes.blocks:[[B
iconst_0
aaload
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlock:[B
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
MethodParameters:
Name Flags
this$0 final
public org.apache.lucene.util.PagedBytes$PagedBytesDataInput clone();
descriptor: ()Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
invokevirtual org.apache.lucene.util.PagedBytes.getDataInput:()Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
astore 1
start local 1 1: aload 1
aload 0
invokevirtual org.apache.lucene.util.PagedBytes$PagedBytesDataInput.getPosition:()J
invokevirtual org.apache.lucene.util.PagedBytes$PagedBytesDataInput.setPosition:(J)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
1 3 1 clone Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
public long getPosition();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockIndex:I
i2l
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
getfield org.apache.lucene.util.PagedBytes.blockSize:I
i2l
lmul
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
i2l
ladd
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
public void setPosition(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
getfield org.apache.lucene.util.PagedBytes.blockBits:I
lshr
l2i
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockIndex:I
1: aload 0
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
getfield org.apache.lucene.util.PagedBytes.blocks:[[B
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockIndex:I
aaload
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlock:[B
2: aload 0
lload 1
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
getfield org.apache.lucene.util.PagedBytes.blockMask:I
i2l
land
l2i
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
0 4 1 pos J
MethodParameters:
Name Flags
pos
public byte readByte();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
getfield org.apache.lucene.util.PagedBytes.blockSize:I
if_icmpne 2
1: aload 0
invokevirtual org.apache.lucene.util.PagedBytes$PagedBytesDataInput.nextBlock:()V
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlock:[B
aload 0
dup
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
dup_x1
iconst_1
iadd
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
baload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
public void readBytes(byte[], int, int);
descriptor: ([BII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: getstatic org.apache.lucene.util.PagedBytes$PagedBytesDataInput.$assertionsDisabled:Z
ifne 1
aload 1
arraylength
iload 2
iload 3
iadd
if_icmpge 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
iload 2
iload 3
iadd
istore 4
start local 4 2: StackMap locals: int
StackMap stack:
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
getfield org.apache.lucene.util.PagedBytes.blockSize:I
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
isub
istore 5
start local 5 3: iload 4
iload 2
isub
istore 6
start local 6 4: iload 5
iload 6
if_icmpge 12
5: aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlock:[B
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
6: aload 1
iload 2
7: iload 5
8: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
9: aload 0
invokevirtual org.apache.lucene.util.PagedBytes$PagedBytesDataInput.nextBlock:()V
10: iload 2
iload 5
iadd
istore 2
11: goto 2
12: StackMap locals: int int
StackMap stack:
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlock:[B
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
13: aload 1
iload 2
14: iload 6
15: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
16: aload 0
dup
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
iload 6
iadd
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
end local 6 end local 5 17: return
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 Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
0 18 1 b [B
0 18 2 offset I
0 18 3 len I
2 18 4 offsetEnd I
3 17 5 blockLeft I
4 17 6 left I
MethodParameters:
Name Flags
b
offset
len
private void nextBlock();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
dup
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockIndex:I
iconst_1
iadd
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockIndex:I
1: aload 0
iconst_0
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockUpto:I
2: aload 0
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.this$0:Lorg/apache/lucene/util/PagedBytes;
getfield org.apache.lucene.util.PagedBytes.blocks:[[B
aload 0
getfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlockIndex:I
aaload
putfield org.apache.lucene.util.PagedBytes$PagedBytesDataInput.currentBlock:[B
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
public org.apache.lucene.store.DataInput clone();
descriptor: ()Lorg/apache/lucene/store/DataInput;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.lucene.util.PagedBytes$PagedBytesDataInput.clone:()Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.apache.lucene.util.PagedBytes$PagedBytesDataInput.clone:()Lorg/apache/lucene/util/PagedBytes$PagedBytesDataInput;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
}
SourceFile: "PagedBytes.java"
NestHost: org.apache.lucene.util.PagedBytes
InnerClasses:
public final PagedBytesDataInput = org.apache.lucene.util.PagedBytes$PagedBytesDataInput of org.apache.lucene.util.PagedBytes