Package | Description |
---|---|
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 | 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 |
FileSystem.writeFileRandom(String filename)
open a file of given filename for random writing
|
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
|
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow