Summary
writes a byte array to the reserved buffer.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Marshall - Containing Type
- IReservedBuffer
Syntax
void WriteBytes(byte[] bytes)
Remarks
writes a byte array to the reserved buffer.
Parameters
Name | Type | Description |
---|---|---|
bytes | byte[] | the byte array. |
Return Value
Type | Description |
---|---|
void |