[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

writes a buffer to the seeked address

Namespace: Db4objects.Db4o.IO
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub Write ( _
	bytes As Byte() _
)
C#
public virtual void Write (
	byte[] bytes
)
Visual C++
public:
virtual void Write (
	array<unsigned char>^ bytes
)

Parameters

bytes
System.Byte[]