Uses of Interface
org.terrier.utility.io.RandomDataInput
-
Packages that use RandomDataInput 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. -
-
Uses of RandomDataInput in org.terrier.compression.bit
Fields in org.terrier.compression.bit declared as RandomDataInput Modifier and Type Field Description protected RandomDataInput
BitFileBuffered.BitInBuffered. parentFile
parent fileConstructors in org.terrier.compression.bit with parameters of type RandomDataInput Constructor Description BitFileBuffered(RandomDataInput f)
Constructor for a RandomDataInput objectBitFileChannel(RandomDataInput f)
BitInBuffered(RandomDataInput file, long startByteOffset, byte _bitOffset, int _bufLength)
Construct a new BitInBuffered on the specified file, starting at the given offset and with the specified buffer length.ConcurrentBitFileBuffered(RandomDataInput f)
ConcurrentBitInBuffered(RandomDataInput file, long startByteOffset, byte _bitOffset, int _bufLength)
-
Uses of RandomDataInput in org.terrier.structures.collections
Fields in org.terrier.structures.collections declared as RandomDataInput Modifier and Type Field Description protected RandomDataInput
FSArrayFile. dataFile
actual underlying data fileprotected RandomDataInput
FSOrderedMapFile. dataFile
actual underlying data fileConstructors in org.terrier.structures.collections with parameters of type RandomDataInput Constructor Description FSOrderedMapFile(RandomDataInput file, java.lang.String filename, FixedSizeWriteableFactory<K> _keyFactory, FixedSizeWriteableFactory<V> _valueFactory)
constructor -
Uses of RandomDataInput in org.terrier.utility
Methods in org.terrier.utility that return RandomDataInput Modifier and Type Method Description static RandomDataInput
Files. openFileRandom(java.io.File file)
Open a file for random access readingstatic RandomDataInput
Files. openFileRandom(java.lang.String filename)
Returns a RandomAccessFile implementation accessing the specified file -
Uses of RandomDataInput in org.terrier.utility.io
Subinterfaces of RandomDataInput in org.terrier.utility.io Modifier and Type Interface Description interface
RandomDataOutput
This interface represents an interface on the writing behaviour of a RandomAccessFile.Classes in org.terrier.utility.io that implement RandomDataInput Modifier and Type Class Description protected static class
LocalFileSystem.LocalRandomAccessFile
A file that supports random accessclass
RandomDataInputMemory
Implements a RandomDataInput backed by a byte[] rather than a file.Methods in org.terrier.utility.io that return RandomDataInput Modifier and Type Method Description RandomDataInput
FileSystem. openFileRandom(java.lang.String filename)
open a file for random inputRandomDataInput
HTTPFileSystem. openFileRandom(java.lang.String filename)
open a file for random inputRandomDataInput
LocalFileSystem. openFileRandom(java.lang.String filename)
Opens an input random access fileRandomDataInput
ResourceFileSystem. openFileRandom(java.lang.String filename)
open a file for random inputRandomDataInput
StdInOutFileSystem. openFileRandom(java.lang.String filename)
-