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

setData:

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

Declaration 宣言

- (void)setData:(NSData *)data;

Parameters パラメータ

aData

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

Discussion 議論

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

See Also 参照

Modifying Bytes バイトを修正する