net.metanotion.io.appenddb
Class Handle

java.lang.Object
  extended by net.metanotion.io.appenddb.Handle
All Implemented Interfaces:
BlockHandle<byte[]>

public final class Handle
extends Object
implements BlockHandle<byte[]>


Constructor Summary
protected Handle(ByteGet owner, int block)
           
 
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
 

Constructor Detail

Handle

protected Handle(ByteGet owner,
                 int block)
Method Detail

set

public void set(byte[] d)
Specified by:
set in interface BlockHandle<byte[]>

get

public byte[] get()
Specified by:
get in interface BlockHandle<byte[]>