|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitOutputStream | |
---|---|
org.terrier.compression | Provides implementation of a random access and input and output streams where gamma, unary and binary, delta Golomb encoded integers can be read or written. |
org.terrier.structures.indexing.singlepass | Provides implementation of the structures needed for performing a single pass indexing |
Uses of BitOutputStream in org.terrier.compression |
---|
Subclasses of BitOutputStream in org.terrier.compression | |
---|---|
class |
BitByteOutputStream
An implementation of BitOutputStream that does no buffering. |
class |
MemorySBOS
This class extends the BitByteOutputStream, so it provides the compression writing functions, but uses a MemoryOutputStream as an underlying OutputStream, so it is needed to be flushed to disk separately. |
Uses of BitOutputStream in org.terrier.structures.indexing.singlepass |
---|
Fields in org.terrier.structures.indexing.singlepass declared as BitOutputStream | |
---|---|
protected BitOutputStream |
RunWriter.bos
Underlying BitOutputStream to write the compressed objects |
Constructors in org.terrier.structures.indexing.singlepass with parameters of type BitOutputStream | |
---|---|
RunWriter(BitOutputStream _bos,
java.io.DataOutputStream _stringDos)
other constructor for use by subclasses |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |