Closeable, AutoCloseable, Cloneablepublic class MockIndexInput
extends org.apache.lucene.store.BufferedIndexInput
| Constructor | Description |
|---|---|
MockIndexInput(byte[] bytes) |
| Modifier and Type | Method | 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()
close in interface AutoCloseableclose in interface Closeableclose in class org.apache.lucene.store.IndexInputprotected void seekInternal(long pos)
seekInternal in class org.apache.lucene.store.BufferedIndexInputpublic long length()
length in class org.apache.lucene.store.IndexInputCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.