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