protected static class WindowsDirectory.WindowsIndexInput
extends org.apache.lucene.store.BufferedIndexInput
| Constructor and Description |
|---|
WindowsIndexInput(java.io.File file,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
close() |
long |
length() |
protected void |
readInternal(byte[] b,
int offset,
int length) |
protected void |
seekInternal(long pos) |
copyBytes, flushBuffer, getBufferSize, getFilePointer, newBuffer, readByte, readBytes, readBytes, readInt, readLong, readShort, readVInt, readVLong, seek, setBufferSizepublic WindowsIndexInput(java.io.File file,
int bufferSize)
throws java.io.IOException
java.io.IOExceptionprotected void readInternal(byte[] b,
int offset,
int length)
throws java.io.IOException
readInternal in class org.apache.lucene.store.BufferedIndexInputjava.io.IOExceptionprotected void seekInternal(long pos)
throws java.io.IOException
seekInternal in class org.apache.lucene.store.BufferedIndexInputjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class org.apache.lucene.store.IndexInputjava.io.IOExceptionpublic long length()
length in class org.apache.lucene.store.IndexInputpublic java.lang.Object clone()
clone in class org.apache.lucene.store.BufferedIndexInputCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.