BinDecorator.

Read(long, byte[], int) Method

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

Syntax

public virtual int Read(long position, byte[] bytes, int bytesToRead)

Parameters

Name Type Description
position long
bytes byte[]
bytesToRead int

Return Value

Type Description
int

See Also

  • Db4objects.Db4o.IO.IBin.Read(System.Int64,System.Byte[],System.Int32)