Initializer

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 Populated Data 事前入力されたDataを作成する