Uses of Interface
org.terrier.compression.bit.BitInSeekable
-
Packages that use BitInSeekable 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 BitInSeekable in org.terrier.compression.bit
Classes in org.terrier.compression.bit that implement BitInSeekable Modifier and Type Class Description class
BitFileBuffered
Implementation of BitInSeekable/BitIn interfaces similar to BitFile.class
BitFileChannel
class
BitFileInMemory
Class which enables a bit compressed file to be read wholly into memory and accessed from there with lot latency.class
BitFileInMemoryLarge
Allows access to bit compressed files that are loaded entirely into memory.class
ConcurrentBitFileBuffered
-