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

loadDataRepresentationForTypeIdentifier:completionHandler:

Asynchronously copies the provided, typed data into an NSData object, returning an NSProgress object. 提供された、型付けされたデータをNSDataオブジェクトへと非同期にコピーします、NSProgressオブジェクトを返します。

Declaration 宣言

- (NSProgress *)loadDataRepresentationForTypeIdentifier:(NSString *)typeIdentifier 
                                      completionHandler:(void (^)(NSData *data, NSError *error))completionHandler;

Discussion 議論

If the source app provides a folder URL, the NSData object contains a zip archive with the folder as its top-level entry. ソースアプリがフォルダURLを提供するならば、NSDataオブジェクトはそのフォルダをそれのトップレベルの入り口として持つzipアーカイブを含みます。

See Also 参照

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