Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.compression.BitOutputStream

Packages that use BitOutputStream
uk.ac.gla.terrier.structures.merging Provides classes for merging two sets of data structures, created by Terrier, into one set of data structures. 
 

Uses of BitOutputStream in uk.ac.gla.terrier.structures.merging
 

Methods in uk.ac.gla.terrier.structures.merging with parameters of type BitOutputStream
static void BlockStructureMerger.writeBlockPostings(int[][] postings, int firstId, BitOutputStream output, int binaryBits)
           
static void BlockStructureMerger.writeFieldPostings(int[][] postings, int firstId, BitOutputStream output, int binaryBits)
           
static void StructureMerger.writeFieldPostings(int[][] postings, int firstId, BitOutputStream output, int binaryBits)
          Writes the given postings to a bit file.
static void BlockStructureMerger.writeNoFieldPostings(int[][] postings, int firstId, BitOutputStream output)
           
static void StructureMerger.writeNoFieldPostings(int[][] postings, int firstId, BitOutputStream output)
          Writes the given postings to a bit file.
static void StructureMerger.writePostings(int[][] postings, int firstId, BitOutputStream output, int binaryBits)
          Writes the given postings to a bit file.
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow