org.apache.lucene.store.db
public class Block extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DatabaseEntry |
data |
protected DatabaseEntry |
key |
Modifier and Type | Method and Description |
---|---|
protected void |
get(DbDirectory directory) |
protected byte[] |
getData() |
protected byte[] |
getKey() |
protected void |
put(DbDirectory directory) |
protected void |
seek(long position) |
protected Block(File file) throws java.io.IOException
java.io.IOException
protected byte[] getKey()
protected byte[] getData()
protected void seek(long position) throws java.io.IOException
java.io.IOException
protected void get(DbDirectory directory) throws java.io.IOException
java.io.IOException
protected void put(DbDirectory directory) throws java.io.IOException
java.io.IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.