PagingMemoryBin.

Write(long, byte[], int) Method

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
PagingMemoryBin

Syntax

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

Parameters

Name Type Description
pos long
buffer byte[]
length int

Return Value

Type Description
void