Skip to content

ArcBuffer Constructors

Represents a slice of a ArcBufferWriter.

ArcBuffer(ArcBufferPage, int, int, int)

View source
public ArcBuffer(ArcBufferPage first, int token, int offset, int length)
Represents a slice of a ArcBufferWriter.

Parameters

firstArcBufferPage
The first page in the sequence.
tokenint
The token of the first page in the sequence.
offsetint
The offset into the buffer at which this slice begins.
lengthint
The length of this slice.