org.apache.lucene.store

Class FSDirectory.FSIndexOutput

protected static class FSDirectory.FSIndexOutput extends BufferedIndexOutput

Constructor Summary
FSIndexOutput(File path)
Method Summary
voidclose()
voidflushBuffer(byte[] b, int offset, int size)
output methods:
longlength()
voidseek(long pos)
Random-access methods

Constructor Detail

FSIndexOutput

public FSIndexOutput(File path)

Method Detail

close

public void close()

flushBuffer

public void flushBuffer(byte[] b, int offset, int size)
output methods:

length

public long length()

seek

public void seek(long pos)
Random-access methods
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.