IBin.

Write(long, byte[], int) Method

Summary

writes a given number of bytes from an array of bytes at an offset position
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
IBin

Syntax

void Write(long position, byte[] bytes, int bytesToWrite)

Parameters

Name Type Description
position long the offset position to write at
bytes byte[] the array of bytes to write
bytesToWrite int the number of bytes to write

Return Value

Type Description
void