Contents

init(bytes:length:)

Initializes a data object filled with a given number of bytes copied from a given buffer.

Declaration

init(bytes: UnsafeRawPointer?, length: Int)

Discussion

A data object initialized by adding to it length bytes of data copied from the buffer bytes. The returned object might be different than the original receiver.

See Also

Creating Data