reads a buffer at the seeked address
public virtual int read(byte[]);
implement to read a buffer at the seeked address
public abstract int read(byte[],int);
IoAdapter Class | com.db4o.io Namespace