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 RandomDataOutputFSOrderedMapFile. write() -
Uses of RandomDataOutput in org.terrier.utility
Methods in org.terrier.utility that return RandomDataOutput Modifier and Type Method Description static RandomDataOutputFiles. writeFileRandom(java.io.File file)Open a file for random access writing and readingstatic RandomDataOutputFiles. 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 classLocalFileSystem.LocalRandomAccessFileA file that supports random accessMethods in org.terrier.utility.io that return RandomDataOutput Modifier and Type Method Description RandomDataOutputFileSystem. writeFileRandom(java.lang.String filename)open a file of given filename for random writingRandomDataOutputHTTPFileSystem. writeFileRandom(java.lang.String filename)open a file of given filename for random writingRandomDataOutputLocalFileSystem. writeFileRandom(java.lang.String filename)Opens a writable random access fileRandomDataOutputResourceFileSystem. writeFileRandom(java.lang.String filename)open a file of given filename for random writingRandomDataOutputStdInOutFileSystem. writeFileRandom(java.lang.String filename)
-