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 classBitFileBuffered.BitInBufferedImplements a BitIn around a RandomDataInputprotected static classBitFileChannel.FileChannelBitInBufferedclassBitInputStreamThis class reads from a file or an InputStream integers that can be coded with different encoding algorithms.protected static classConcurrentBitFileBuffered.ConcurrentBitInBuffered
-