org.apache.lucene.store.db
public class DbIndexInput extends IndexInput
Field Summary | |
---|---|
protected Block | block |
protected DbDirectory | directory |
protected File | file |
protected long | length |
protected long | position |
Constructor Summary | |
---|---|
protected | DbIndexInput(DbDirectory directory, String name) |
Method Summary | |
---|---|
Object | clone() |
void | close() |
long | getFilePointer() |
long | length() |
byte | readByte() |
void | readBytes(byte[] b, int offset, int len) |
void | seek(long pos) |