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.bitFields in org.terrier.compression.bit declared as RandomDataInput Modifier and Type Field Description protected RandomDataInputBitFileBuffered.BitInBuffered. parentFileparent 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.collectionsFields in org.terrier.structures.collections declared as RandomDataInput Modifier and Type Field Description protected RandomDataInputFSArrayFile. dataFileactual underlying data fileprotected RandomDataInputFSOrderedMapFile. dataFileactual 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.utilityMethods in org.terrier.utility that return RandomDataInput Modifier and Type Method Description static RandomDataInputFiles. openFileRandom(java.io.File file)Open a file for random access readingstatic RandomDataInputFiles. openFileRandom(java.lang.String filename)Returns a RandomAccessFile implementation accessing the specified file
- 
Uses of RandomDataInput in org.terrier.utility.ioSubinterfaces of RandomDataInput in org.terrier.utility.io Modifier and Type Interface Description interfaceRandomDataOutputThis 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 classLocalFileSystem.LocalRandomAccessFileA file that supports random accessclassRandomDataInputMemoryImplements a RandomDataInput backed by a byte[] rather than a file.Methods in org.terrier.utility.io that return RandomDataInput Modifier and Type Method Description RandomDataInputFileSystem. openFileRandom(java.lang.String filename)open a file for random inputRandomDataInputHTTPFileSystem. openFileRandom(java.lang.String filename)open a file for random inputRandomDataInputLocalFileSystem. openFileRandom(java.lang.String filename)Opens an input random access fileRandomDataInputResourceFileSystem. openFileRandom(java.lang.String filename)open a file for random inputRandomDataInputStdInOutFileSystem. openFileRandom(java.lang.String filename)
 
-