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