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, setBufferSize
public WindowsIndexInput(java.io.File file, int bufferSize) throws java.io.IOException
java.io.IOException
protected void readInternal(byte[] b, int offset, int length) throws java.io.IOException
readInternal
in class org.apache.lucene.store.BufferedIndexInput
java.io.IOException
protected void seekInternal(long pos) throws java.io.IOException
seekInternal
in class org.apache.lucene.store.BufferedIndexInput
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class org.apache.lucene.store.IndexInput
java.io.IOException
public long length()
length
in class org.apache.lucene.store.IndexInput
public java.lang.Object clone()
clone
in class org.apache.lucene.store.BufferedIndexInput
Copyright © 2000-2023 Apache Software Foundation. All Rights Reserved.