|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomDataOutput | |
---|---|
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.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. |
Uses of RandomDataOutput in org.terrier.compression |
---|
Fields in org.terrier.compression declared as RandomDataOutput | |
---|---|
protected RandomDataOutput |
BitFile.writeFile
Deprecated. Same object as file, but cast to RandomDataOutput |
Uses of RandomDataOutput in org.terrier.structures.collections |
---|
Methods in org.terrier.structures.collections that return RandomDataOutput | |
---|---|
protected RandomDataOutput |
FSOrderedMapFile.write()
|
Uses of RandomDataOutput in org.terrier.utility |
---|
Methods in org.terrier.utility that return RandomDataOutput | |
---|---|
static RandomDataOutput |
Files.writeFileRandom(java.io.File file)
Open a file for random access writing and reading |
static RandomDataOutput |
Files.writeFileRandom(java.lang.String filename)
Returns a RandomAccessFile implementation accessing the specificed file |
Uses of RandomDataOutput in org.terrier.utility.io |
---|
Classes in org.terrier.utility.io that implement RandomDataOutput | |
---|---|
protected static class |
LocalFileSystem.LocalRandomAccessFile
|
Methods in org.terrier.utility.io that return RandomDataOutput | |
---|---|
RandomDataOutput |
LocalFileSystem.writeFileRandom(java.lang.String filename)
Opens a writable random access file |
RandomDataOutput |
HTTPFileSystem.writeFileRandom(java.lang.String filename)
open a file of given filename for random writing |
RandomDataOutput |
FileSystem.writeFileRandom(java.lang.String filename)
open a file of given filename for random writing |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |