org.apache.lucene.store.db
public class Block extends Object
Field Summary | |
---|---|
protected DatabaseEntry | data |
protected DatabaseEntry | key |
Constructor Summary | |
---|---|
protected | Block(File file) |
Method Summary | |
---|---|
protected void | get(DbDirectory directory) |
protected byte[] | getData() |
protected byte[] | getKey() |
protected void | put(DbDirectory directory) |
protected void | seek(long position) |