|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.store.DataInput
org.apache.lucene.store.IndexInput
org.apache.lucene.store.BufferedIndexInput
org.apache.lucene.store.WindowsDirectory.WindowsIndexInput
protected static class WindowsDirectory.WindowsIndexInput
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.store.BufferedIndexInput |
|---|
buffer, BUFFER_SIZE |
| Constructor Summary | |
|---|---|
WindowsDirectory.WindowsIndexInput(File file,
int bufferSize)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
void |
close()
|
long |
length()
|
protected void |
readInternal(byte[] b,
int offset,
int length)
|
protected void |
seekInternal(long pos)
|
| Methods inherited from class org.apache.lucene.store.BufferedIndexInput |
|---|
copyBytes, flushBuffer, getBufferSize, getFilePointer, newBuffer, readByte, readBytes, readBytes, readInt, readLong, readShort, readVInt, readVLong, seek, setBufferSize |
| Methods inherited from class org.apache.lucene.store.IndexInput |
|---|
skipChars, toString |
| Methods inherited from class org.apache.lucene.store.DataInput |
|---|
readChars, readString, readStringStringMap, setModifiedUTF8StringsMode |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WindowsDirectory.WindowsIndexInput(File file,
int bufferSize)
throws IOException
IOException| Method Detail |
|---|
protected void readInternal(byte[] b,
int offset,
int length)
throws IOException
readInternal in class org.apache.lucene.store.BufferedIndexInputIOException
protected void seekInternal(long pos)
throws IOException
seekInternal in class org.apache.lucene.store.BufferedIndexInputIOException
public void close()
throws IOException
close in interface Closeableclose 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.BufferedIndexInput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||