Uses of Interface
org.terrier.compression.BitInSeekable

Packages that use BitInSeekable
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. 
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
 

Uses of BitInSeekable in org.terrier.compression
 

Classes in org.terrier.compression that implement BitInSeekable
 class BitFile
          Deprecated. Use BitFileBuffered and BitOutputStream instead
 class BitFileBuffered
          Implementation of BitInSeekable/BitIn interfaces similar to BitFile.
 class BitFileInMemory
          Class which enables a bit compressed file to be read wholly into memory and accessed from there with low latency.
 class BitFileInMemoryLarge
          Allows access to bit compressed files that are loaded entirely into memory.
 

Uses of BitInSeekable in org.terrier.structures
 

Fields in org.terrier.structures declared as BitInSeekable
protected  BitInSeekable[] BitPostingIndex.file
           
 

Methods in org.terrier.structures that return BitInSeekable
 BitInSeekable[] InvertedIndex.getBitFiles()
          Get the BitFiles
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow