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.