Uses of Class
org.terrier.compression.bit.BitInBase
-
Packages that use BitInBase 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 BitInBase in org.terrier.compression.bit
Subclasses of BitInBase in org.terrier.compression.bit Modifier and Type Class Description protected static class
BitFileBuffered.BitInBuffered
Implements a BitIn around a RandomDataInputprotected static class
BitFileChannel.FileChannelBitInBuffered
class
BitInputStream
This class reads from a file or an InputStream integers that can be coded with different encoding algorithms.protected static class
ConcurrentBitFileBuffered.ConcurrentBitInBuffered
-