Initializer

init(bytes:count:)

Creates data with copied memory content. コピーされたメモリ内容でデータを作成します。

Declaration 宣言

init(bytes: UnsafeRawPointer, count: Int)

Parameters パラメータ

bytes

A pointer to the memory to copy. コピーするメモリへのポインタ。

count

The number of bytes to copy. コピーするバイト数。

See Also 参照

Creating Populated Data 事前入力されたDataを作成する