Summary
reads 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, byte[] buffer)
Parameters
Name | Type | Description |
---|---|---|
address | int | |
buffer | byte[] |
Return Value
Type | Description |
---|---|
int | the number of bytes read and returned |