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

copyBytes(to:from:)

Copies a subset of the contents of the data to memory. データの内容のサブセットをメモリにコピーします。

Declaration 宣言

func copyBytes(to pointer: UnsafeMutablePointer<UInt8>, from range: Range<Data.Index>)

Parameters パラメータ

pointer

A pointer to the buffer you wish to copy the bytes into. あなたがバイトをそれへとコピーすることを願うバッファへのポインタ。

range

The range in the Data to copy. Dataの中の範囲、それをコピーすることになります。

Discussion 議論

See Also 参照

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