db4o

MemoryFile.SetBytes Method 

sets the raw byte data.

public virtual void SetBytes(
   byte[] bytes
);

Parameters

bytes
the raw byte data.

Remarks

sets the raw byte data.

Caution!
Calling this method during a running Memory File session may produce unpreditable results.

See Also

MemoryFile Class | Db4objects.Db4o.Ext Namespace