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 | Db4objects.Db4o.IO Namespace