copyBytes(to:count:)
Copies the contents of the data to memory.
Declaration
func copyBytes(to pointer: UnsafeMutablePointer<UInt8>, count: Int)Parameters
- pointer:
A pointer to the buffer you wish to copy the bytes into.
- count:
The number of bytes to copy.