public class Block extends 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 IOException
IOException
protected byte[] getKey()
protected byte[] getData()
protected void seek(long position) throws IOException
IOException
protected void get(DbDirectory directory) throws IOException
IOException
protected void put(DbDirectory directory) throws IOException
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.