Contents

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.

See Also

Creating Empty Data