BlockAwareBin.

Write(long, byte[]) Method

Summary

writes a buffer to the seeked address
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
BlockAwareBin

Syntax

public virtual void Write(long pos, byte[] bytes)

Parameters

Name Type Description
pos long
bytes byte[]

Return Value

Type Description
void