|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitIn | |
---|---|
uk.ac.gla.terrier.compression | Provides implementation of a random access file and input and output streams where we can read or write gamma, unary and binary encoded integers. |
uk.ac.gla.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. |
uk.ac.gla.terrier.structures.indexing.singlepass | Provides implementation of the structures needed for performing a single pass indexing |
Uses of BitIn in uk.ac.gla.terrier.compression |
---|
Classes in uk.ac.gla.terrier.compression that implement BitIn | |
---|---|
class |
BitFile
This class encapsulates a random access file and provides the functionalities to write binary encoded, unary encoded and gamma encoded integers greater than zero, as well as specifying their offset in the file. |
class |
BitInputStream
This class reads from a file or an InputStream integers that can be coded with different encoding algorithms. |
class |
OldBitFile
This class encapsulates a random access file and provides the functionalities to write highly compressed data structures, eg binary encoded, unary encoded and gamma encoded integers greater than zero, as well as specifying their offset in the file. |
class |
OldBitInputStream
This class provides sequential stream access to a compressed BitFile file. |
Methods in uk.ac.gla.terrier.compression that return BitIn | |
---|---|
BitIn |
BitFileInMemory.readReset(long startByteOffset,
byte startBitOffset,
long endByteOffset,
byte endBitOffset)
Reads from the file a specific number of bytes and after this call, a sequence of read calls may follow. |
BitIn |
BitFile.readReset(long startByteOffset,
byte startBitOffset,
long endByteOffset,
byte endBitOffset)
Reads from the file a specific number of bytes and after this call, a sequence of read calls may follow. |
BitIn |
BitInSeekable.readReset(long startByteOffset,
byte startBitOffset,
long endByteOffset,
byte endBitOffset)
Reads from the file a specific number of bytes and after this call, a sequence of read calls may follow. |
BitIn |
OldBitFile.readReset(long startByteOffset,
byte startBitOffset,
long endByteOffset,
byte endBitOffset)
Reads from the file a specific number of bytes and after this call, a sequence of read calls may follow. |
Uses of BitIn in uk.ac.gla.terrier.structures |
---|
Constructors in uk.ac.gla.terrier.structures with parameters of type BitIn | |
---|---|
BlockInvertedIndexInputStream(BitIn invFile,
LexiconInputStream lis)
|
|
InvertedIndexInputStream(BitIn invFile,
LexiconInputStream lis)
|
Uses of BitIn in uk.ac.gla.terrier.structures.indexing.singlepass |
---|
Methods in uk.ac.gla.terrier.structures.indexing.singlepass with parameters of type BitIn | |
---|---|
void |
PostingInRun.setPostingSource(BitIn source)
Set where the postings should be read from |
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |