writes a buffer to the seeked address
writes a buffer to the seeked address
public virtual void Write(byte[]);
implement to write a buffer at the seeked address
public abstract void Write(byte[],int);
IoAdapter Class | Db4objects.Db4o.IO Namespace