org.apache.lucene.store

Class FSDirectory.FSIndexInput

protected static class FSDirectory.FSIndexInput extends BufferedIndexInput

Constructor Summary
FSIndexInput(File path)
FSIndexInput(File path, int bufferSize)
Method Summary
Objectclone()
voidclose()
longlength()
protected voidreadInternal(byte[] b, int offset, int len)
IndexInput methods
protected voidseekInternal(long position)

Constructor Detail

FSIndexInput

public FSIndexInput(File path)

FSIndexInput

public FSIndexInput(File path, int bufferSize)

Method Detail

clone

public Object clone()

close

public void close()

length

public long length()

readInternal

protected void readInternal(byte[] b, int offset, int len)
IndexInput methods

seekInternal

protected void seekInternal(long position)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.