Instance Method インスタンスメソッド

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. コピーするバイト数。

Discussion 議論

See Also 参照

Accessing Underlying Memory 基底メモリにアクセスする