| 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. 
 | 
| org.terrier.structures.collections | 
 Provides data structures various data structures. 
 | 
| org.terrier.utility | 
 This package includes classes that are used in various part of 
the Terrier Platform. 
 | 
| org.terrier.utility.io | 
 This package includes classes that are used for various IO duties within Terrier. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected RandomDataOutput | 
BitFile.writeFile
Deprecated.  
Same object as file, but cast to RandomDataOutput 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected RandomDataOutput | 
FSOrderedMapFile.write()  | 
| Modifier and Type | Method and Description | 
|---|---|
static RandomDataOutput | 
Files.writeFileRandom(File file)
Open a file for random access writing and reading 
 | 
static RandomDataOutput | 
Files.writeFileRandom(String filename)
Returns a RandomAccessFile implementation accessing the specificed file 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
LocalFileSystem.LocalRandomAccessFile
A file that supports random access 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RandomDataOutput | 
LocalFileSystem.writeFileRandom(String filename)
Opens a writable random access file 
 | 
RandomDataOutput | 
HTTPFileSystem.writeFileRandom(String filename)
open a file of given filename for random writing 
 | 
RandomDataOutput | 
FileSystem.writeFileRandom(String filename)
open a file of given filename for random writing 
 | 
Terrier 4.0. Copyright © 2004-2014 University of Glasgow