Summary
reads an array of bytes from the buffer.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Marshall 
- Containing Type
- IReadBuffer
Syntax
void ReadBytes(byte[] bytes)Remarks
    reads an array of bytes from the buffer.
    The length of the array that is passed as a parameter specifies the
    number of bytes that are to be read. The passed bytes buffer parameter
    is directly filled.
    
	Parameters
| Name | Type | Description | 
|---|---|---|
| bytes | byte[] | the byte array to read the bytes into. | 
Return Value
| Type | Description | 
|---|---|
| void |