| Constructor and Description |
|---|
MockIndexInput(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
length() |
protected void |
readInternal(byte[] dest,
int destOffset,
int len) |
protected void |
seekInternal(long pos) |
clone, copyBytes, flushBuffer, getBufferSize, getFilePointer, newBuffer, readByte, readBytes, readBytes, readInt, readLong, readShort, readVInt, readVLong, seek, setBufferSizeprotected void readInternal(byte[] dest,
int destOffset,
int len)
readInternal in class org.apache.lucene.store.BufferedIndexInputpublic void close()
protected void seekInternal(long pos)
seekInternal in class org.apache.lucene.store.BufferedIndexInputpublic long length()
length in class org.apache.lucene.store.IndexInput