db4o

CachedIoAdapter.Read Method (Byte[], Int32)

Reads the file into the buffer using pages from cache.

public override int Read(
   byte[] buffer,
   int length
);

Parameters

buffer
destination buffer
length
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.

See Also

CachedIoAdapter Class | Db4objects.Db4o.IO Namespace | CachedIoAdapter.Read Overload List