org.apache.lucene.store.je
Class JEIndexInput
public
class
JEIndexInput
extends IndexInput
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
Author: Aaron Donovan
protected long length
protected long position
protected JEIndexInput(
JEDirectory directory, String name)
public Object clone()
public void close()
public long getFilePointer()
public long length()
public byte readByte()
public void readBytes(byte[] b, int offset, int len)
public void seek(long pos)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.