Uses of Class
org.terrier.compression.BitByteOutputStream

Packages that use BitByteOutputStream
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. 
 

Uses of BitByteOutputStream in org.terrier.compression
 

Subclasses of BitByteOutputStream in org.terrier.compression
 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.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow