Uses of Class
org.apache.lucene.store.DataInput
-
Packages that use DataInput Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util Some utility classes.org.apache.lucene.util.fst Finite state transducersorg.apache.lucene.util.packed The packed package provides random access capable arrays of positive longs. -
-
Uses of DataInput in org.apache.lucene.index
Subclasses of DataInput in org.apache.lucene.index Modifier and Type Class Description classMockIndexInputIndexInput backed by a byte[] for testing.Constructors in org.apache.lucene.index with parameters of type DataInput Constructor Description IndexFormatTooNewException(DataInput in, int version, int minVersion, int maxVersion)IndexFormatTooOldException(DataInput in, int version, int minVersion, int maxVersion)IndexFormatTooOldException(DataInput in, String version) -
Uses of DataInput in org.apache.lucene.store
Subclasses of DataInput in org.apache.lucene.store Modifier and Type Class Description classBufferedIndexInputBase implementation class for bufferedIndexInput.classByteArrayDataInputDataInput backed by a byte array.classChecksumIndexInputWrites bytes through to a primary IndexOutput, computing checksum as it goes.classIndexInputAbstract base class for input from a file in aDirectory.classInputStreamDataInputADataInputwrapping a plainInputStream.classMockIndexInputWrapperUsed by MockDirectoryWrapper to create an input stream that keeps track of when it's been closed.protected static classNIOFSDirectory.NIOFSIndexInputclassRAMInputStreamA memory-residentIndexInputimplementation.protected static classSimpleFSDirectory.SimpleFSIndexInputprotected static classWindowsDirectory.WindowsIndexInputMethods in org.apache.lucene.store with parameters of type DataInput Modifier and Type Method Description voidDataOutput. copyBytes(DataInput input, long numBytes)Copy numBytes bytes from input to ourself.voidMockIndexOutputWrapper. copyBytes(DataInput input, long numBytes)voidRAMOutputStream. copyBytes(DataInput input, long numBytes) -
Uses of DataInput in org.apache.lucene.util
Subclasses of DataInput in org.apache.lucene.util Modifier and Type Class Description classPagedBytes.PagedBytesDataInputMethods in org.apache.lucene.util with parameters of type DataInput Modifier and Type Method Description static intCodecUtil. checkHeader(DataInput in, String codec, int minVersion, int maxVersion)voidThrottledIndexOutput. copyBytes(DataInput input, long numBytes) -
Uses of DataInput in org.apache.lucene.util.fst
Subclasses of DataInput in org.apache.lucene.util.fst Modifier and Type Class Description static classFST.BytesReaderReads the bytes from this FST.Methods in org.apache.lucene.util.fst with parameters of type DataInput Modifier and Type Method Description BytesRefByteSequenceOutputs. read(DataInput in)IntsRefIntSequenceOutputs. read(DataInput in)ObjectNoOutputs. read(DataInput in)abstract TOutputs. read(DataInput in)PairOutputs.Pair<A,B>PairOutputs. read(DataInput in)LongPositiveIntOutputs. read(DataInput in)ObjectUpToTwoPositiveIntOutputs. read(DataInput in)Constructors in org.apache.lucene.util.fst with parameters of type DataInput Constructor Description FST(DataInput in, Outputs<T> outputs)Load a previously saved FST. -
Uses of DataInput in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed with parameters of type DataInput Modifier and Type Method Description static PackedInts.ReaderPackedInts. getReader(DataInput in)Retrieve PackedInt data from the DataInput and return a packed int structure based on it.
-