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

loadFileRepresentationForTypeIdentifier:completionHandler:

Asynchronously writes a copy of the provided, typed data to a temporary file, returning an NSProgress object. 提供された、型付けされたデータを一時ファイルへと非同期に書き出します、NSProgressオブジェクトを返します。

Declaration 宣言

- (NSProgress *)loadFileRepresentationForTypeIdentifier:(NSString *)typeIdentifier 
                                      completionHandler:(void (^)(NSURL *url, NSError *error))completionHandler;

Discussion 議論

This method writes a copy of the file’s data to a temporary file, which the system deletes when the completion handler returns. このメソッドは、ファイルの持つデータのコピーを一時ファイルに書き出します、それは完了ハンドラが返る時にシステムが削除します。

See Also 参照

Loading the Provider’s Contents プロバイダーのもつ内容をロードする