Module org.elasticsearch.server
Class BytesReferenceIndexInput
java.lang.Object
org.apache.lucene.store.DataInput
org.apache.lucene.store.IndexInput
org.elasticsearch.common.lucene.store.BytesReferenceIndexInput
- All Implemented Interfaces:
Closeable,AutoCloseable,Cloneable
public class BytesReferenceIndexInput
extends org.apache.lucene.store.IndexInput
-
Constructor Summary
ConstructorsConstructorDescriptionBytesReferenceIndexInput(String resourceDescription, BytesReference bytesReference) -
Method Summary
Methods inherited from class org.apache.lucene.store.IndexInput
getFullSliceDescription, isLoaded, prefetch, randomAccessSlice, skipBytes, slice, toString, updateReadAdviceMethods inherited from class org.apache.lucene.store.DataInput
readBytes, readFloats, readGroupVInt, readInts, readLongs, readMapOfStrings, readSetOfStrings, readString, readVInt, readVLong, readZInt, readZLong
-
Constructor Details
-
BytesReferenceIndexInput
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classorg.apache.lucene.store.IndexInput- Throws:
IOException
-
getFilePointer
public long getFilePointer()- Specified by:
getFilePointerin classorg.apache.lucene.store.IndexInput
-
seek
- Specified by:
seekin classorg.apache.lucene.store.IndexInput- Throws:
IOException
-
length
public long length()- Specified by:
lengthin classorg.apache.lucene.store.IndexInput
-
slice
public org.apache.lucene.store.IndexInput slice(String sliceDescription, long offset, long length) throws IOException - Specified by:
slicein classorg.apache.lucene.store.IndexInput- Throws:
IOException
-
readByte
- Specified by:
readBytein classorg.apache.lucene.store.DataInput- Throws:
IOException
-
readBytes
- Specified by:
readBytesin classorg.apache.lucene.store.DataInput- Throws:
IOException
-
readShort
- Overrides:
readShortin classorg.apache.lucene.store.DataInput- Throws:
IOException
-
readInt
- Overrides:
readIntin classorg.apache.lucene.store.DataInput- Throws:
IOException
-
readLong
- Overrides:
readLongin classorg.apache.lucene.store.DataInput- Throws:
IOException
-
clone
public org.apache.lucene.store.IndexInput clone()- Overrides:
clonein classorg.apache.lucene.store.IndexInput
-