IWriteContext.

Reserve(int) Method

Summary

reserves a buffer with a specific length at the current position, to be written in a later step.

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