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

setResourceData:

Attempts to set the resource data for the receiver. リソースデータをレシーバに設定しようと試みます。

Declaration 宣言

- (BOOL)setResourceData:(NSData *)data;

Parameters パラメータ

data

The data to set for the URL. URLに対して設定することになるデータ。

Return Value 戻り値

Returns YES if successful, NO otherwise. 成功するならばYES、そうでないならばNOを返します。

Discussion 議論

In the case of a file URL, setting the data involves writing data to the specified file. ファイルURLの場合には、dataを設定することはdataをこの指定されたファイルに書き出すことを伴います。

See Also 参照

Deprecated 非推奨