net.metanotion.io.appenddb
Interface ByteGet

All Known Implementing Classes:
AppendBlockIO, Transaction

public interface ByteGet

This interface is used to define the common elements of Transaction's and AppendBlockIO from the standpoint of the Handle class.


Method Summary
 byte[] getBytes(int block)
           
 void setBytes(int block, byte[] data)
           
 

Method Detail

setBytes

void setBytes(int block,
              byte[] data)

getBytes

byte[] getBytes(int block)