Uses of Class
org.terrier.compression.bit.BitOutputStream
-
Packages that use BitOutputStream Package Description org.terrier.compression.bit 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. -
-
Uses of BitOutputStream in org.terrier.compression.bit
Subclasses of BitOutputStream in org.terrier.compression.bit Modifier and Type Class Description 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.
-