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 | com.db4o.io Namespace