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.IOExceptionprotected byte[] getKey()
protected byte[] getData()
protected void seek(long position)
throws java.io.IOException
java.io.IOExceptionprotected void get(DbDirectory directory) throws java.io.IOException
java.io.IOExceptionprotected void put(DbDirectory directory) throws java.io.IOException
java.io.IOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.