Skip to content

FixedSizeBuffer Constructors

Manages a contiguous block of memory. Calls purge action with itself as the purge request when it's signaled to purge.

FixedSizeBuffer(int)

View source
public FixedSizeBuffer(int blockSizeInByte)
Manages access to a fixed size byte buffer.

Parameters

blockSizeInByteint
The block size, in bytes.