protected static class WindowsDirectory.WindowsIndexInput
extends org.apache.lucene.store.BufferedIndexInput
| Constructor and Description |
|---|
WindowsDirectory.WindowsIndexInput(File file,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
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 WindowsDirectory.WindowsIndexInput(File file, int bufferSize) throws IOException
IOExceptionprotected void readInternal(byte[] b,
int offset,
int length)
throws IOException
readInternal in class org.apache.lucene.store.BufferedIndexInputIOExceptionprotected void seekInternal(long pos)
throws IOException
seekInternal in class org.apache.lucene.store.BufferedIndexInputIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.IndexInputIOExceptionpublic long length()
length in class org.apache.lucene.store.IndexInputpublic Object clone()
clone in class org.apache.lucene.store.BufferedIndexInputCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.