public class MockIndexInput
extends org.apache.lucene.store.BufferedIndexInput
| 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()
close in interface Closeableclose in interface AutoCloseableclose 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-2015 Apache Software Foundation. All Rights Reserved.