Summary
a reserved buffer within a write buffer.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Marshall 
							graph BT
	Type["IReservedBuffer"]
class Type type-node
						
					Syntax
public interface IReservedBufferRemarks
    a reserved buffer within a write buffer.
    The usecase this class was written for: A null bitmap should be at the
    beginning of a slot to allow lazy processing. During writing the content
    of the null bitmap is not yet fully known until all members are processed.
    With the Reservedbuffer the space in the slot can be occupied and writing
    can happen after all members are processed.
    
			Methods
| Name | Value | Summary | 
|---|---|---|
| WriteBytes | void | writes a byte array to the reserved buffer. |