IReservedBuffer Interface

Summary

a reserved buffer within a write buffer.
graph BT Type["IReservedBuffer"] class Type type-node

Syntax

public interface IReservedBuffer

Remarks

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(byte[]) void
writes a byte array to the reserved buffer.