Contents

CMReadOnlyDataBlockBuffer

A block buffer that provides read-only access to the a range of bytes.

Declaration

struct CMReadOnlyDataBlockBuffer

Overview

Block buffer provides a contiguous range of data offsets (from 0 to count) across a possibly non-contiguous range of bytes. The byte range may contain memory blocks and buffer references. The bytes held by this buffer can not be modified. However, the composition of the byte range can be changed by appending other memory blocks or buffer references.

Topics

Structures

Operators

Initializers

Instance Properties

Instance Methods

Default Implementations

See Also

Sample Processing