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

setData(_:)

Replaces the entire contents of the receiver with the contents of another data object. レシーバの全内容を別のデータオブジェクトの内容で置き換えます。

Declaration 宣言

func setData(_ data: Data)

Parameters パラメータ

aData

The data object whose content replaces that of the receiver. それの内容をレシーバのそれと置き換えるデータオブジェクト。

Discussion 議論

As part of its implementation, this method calls replaceBytes(in:withBytes:). それの実装の一部として、このメソッドはreplaceBytes(in:withBytes:)を呼び出します。

See Also 参照

Modifying Bytes バイトを修正する