net.metanotion.io.appenddb
Class Handle
java.lang.Object
net.metanotion.io.appenddb.Handle
- All Implemented Interfaces:
- BlockHandle<byte[]>
public final class Handle
- extends Object
- implements BlockHandle<byte[]>
|
Method Summary |
byte[] |
get()
|
void |
set(byte[] d)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handle
protected Handle(ByteGet owner,
int block)
set
public void set(byte[] d)
- Specified by:
set in interface BlockHandle<byte[]>
get
public byte[] get()
- Specified by:
get in interface BlockHandle<byte[]>