Contents

OSData

A container for untyped data.

Declaration

class OSData;

Overview

OSData represents an array of bytes as a container object. OSData objects are mutable: You can add bytes to them and overwrite portions of the byte array.

OSData provides no concurrency protection; it’s up to the usage context to provide any protection necessary.

Topics

Creating a Data Object

Getting Bytes

Appending Data to the Object

Inspecting a Data Object

Comparing Data Objects

See Also

Registry data types