Uses of Interface
org.terrier.utility.io.RandomDataOutput
-
Packages that use RandomDataOutput 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. -
-
Uses of RandomDataOutput in org.terrier.structures.collections
Methods in org.terrier.structures.collections that return RandomDataOutput Modifier and Type Method Description protected RandomDataOutput
FSOrderedMapFile. write()
-
Uses of RandomDataOutput in org.terrier.utility
Methods in org.terrier.utility that return RandomDataOutput Modifier and Type Method Description static RandomDataOutput
Files. writeFileRandom(java.io.File file)
Open a file for random access writing and readingstatic 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 Modifier and Type Class Description protected static class
LocalFileSystem.LocalRandomAccessFile
A file that supports random accessMethods in org.terrier.utility.io that return RandomDataOutput Modifier and Type Method Description RandomDataOutput
FileSystem. writeFileRandom(java.lang.String filename)
open a file of given filename for random writingRandomDataOutput
HTTPFileSystem. writeFileRandom(java.lang.String filename)
open a file of given filename for random writingRandomDataOutput
LocalFileSystem. writeFileRandom(java.lang.String filename)
Opens a writable random access fileRandomDataOutput
ResourceFileSystem. writeFileRandom(java.lang.String filename)
open a file of given filename for random writingRandomDataOutput
StdInOutFileSystem. writeFileRandom(java.lang.String filename)
-