init(count:)
Creates a new data buffer with the specified count of zeroed bytes.
Declaration
init(count: Int)Parameters
- count:
The number of bytes the data initially contains.
Creates a new data buffer with the specified count of zeroed bytes.
init(count: Int)The number of bytes the data initially contains.