Summary
reserves a buffer with a specific length at the current
position, to be written in a later step.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Marshall - Containing Type
- IWriteContext
Syntax
IReservedBuffer Reserve(int length)
Remarks
reserves a buffer with a specific length at the current
position, to be written in a later step.
Parameters
Name | Type | Description |
---|---|---|
length | int | the length to be reserved. |
Return Value
Type | Description |
---|---|
IReservedBuffer | the ReservedBuffer |