BlockAwareBin.

BlockRead(int, int, byte[], int) Method

Summary

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

Syntax

public virtual int BlockRead(int address, int offset, byte[] bytes, int length)

Parameters

Name Type Description
address int
offset int
bytes byte[]
length int

Return Value

Type Description
int