MMapDirectory. It will be removed in future versions
of Lucene.@Deprecated public class RAMInputStream extends IndexInput implements java.lang.Cloneable
IndexInput implementation.| Constructor and Description |
|---|
RAMInputStream(java.lang.String name,
RAMFile f)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
Closes the stream to further operations.
|
long |
getFilePointer()
Deprecated.
Returns the current position in this file, where the next read will
occur.
|
long |
length()
Deprecated.
The number of bytes in the file.
|
byte |
readByte()
Deprecated.
Reads and returns a single byte.
|
void |
readBytes(byte[] b,
int offset,
int len)
Deprecated.
Reads a specified number of bytes into an array at the specified offset.
|
void |
seek(long pos)
Deprecated.
Sets current position in this file, where the next read will occur.
|
IndexInput |
slice(java.lang.String sliceDescription,
long offset,
long sliceLength)
Deprecated.
Creates a slice of this index input, with the given description, offset, and length.
|
clone, getFullSliceDescription, randomAccessSlice, toStringreadBytes, readInt, readLong, readMapOfStrings, readSetOfStrings, readShort, readString, readVInt, readVLong, readZInt, readZLong, skipBytespublic RAMInputStream(java.lang.String name,
RAMFile f)
throws java.io.IOException
java.io.IOExceptionpublic void close()
IndexInputclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class IndexInputpublic long length()
IndexInputlength in class IndexInputpublic byte readByte()
throws java.io.IOException
DataInputreadByte in class DataInputjava.io.IOExceptionDataOutput.writeByte(byte)public void readBytes(byte[] b,
int offset,
int len)
throws java.io.IOException
DataInputreadBytes in class DataInputb - the array to read bytes intooffset - the offset in the array to start storing byteslen - the number of bytes to readjava.io.IOExceptionDataOutput.writeBytes(byte[],int)public long getFilePointer()
IndexInputgetFilePointer in class IndexInputIndexInput.seek(long)public void seek(long pos)
throws java.io.IOException
IndexInputEOFException and then the
stream is in an undetermined state.seek in class IndexInputjava.io.IOExceptionIndexInput.getFilePointer()public IndexInput slice(java.lang.String sliceDescription, long offset, long sliceLength) throws java.io.IOException
IndexInputslice in class IndexInputjava.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.