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

loadFileRepresentation(forTypeIdentifier:completionHandler:)

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

Declaration 宣言

func loadFileRepresentation(forTypeIdentifier typeIdentifier: String, 
          completionHandler: @escaping (URL?, Error?) -> Void) -> Progress

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 プロバイダーのもつ内容をロードする