Class SimpleBitIndexPointer

java.lang.Object
org.terrier.structures.SimpleBitIndexPointer
All Implemented Interfaces:
org.apache.hadoop.io.Writable, BitFilePosition, BitIndexPointer, Pointer

public class SimpleBitIndexPointer
extends java.lang.Object
implements BitIndexPointer, org.apache.hadoop.io.Writable
An implementation of a BitIndexPointer. Records a pointer in a BitIndex structure - i.e. a file number (0-31), a byte offset (long), a bit offset (0-8), and a number of entries (positive int).
Since:
3.0
Author:
Craig Macdonald