[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Reads the file into the buffer using pages from cache.

Namespace: Db4objects.Db4o.IO
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function Read ( _
	buffer As Byte(), _
	length As Integer _
) As Integer
C#
public override int Read (
	byte[] buffer,
	int length
)
Visual C++
public:
virtual int Read (
	array<unsigned char>^ buffer, 
	int length
) override

Parameters

buffer
System.Byte[]
destination buffer
length
System.Int32
how many bytes to read

Remarks

Reads the file into the buffer using pages from cache. If the next page is not cached it will be read from the file.