MemoryBin.

Write(long, byte[], int) Method

Summary

for internal processing only.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
MemoryBin

Syntax

public virtual void Write(long pos, byte[] buffer, int length)

Remarks

for internal processing only.

Parameters

Name Type Description
pos long
buffer byte[]
length int

Return Value

Type Description
void