Class

NSURLDownload

An object that downloads a resource asynchronously and saves the data to a file. リソースを非同期にダウンロードしてそのデータをファイルに保存するオブジェクト。

Declaration 宣言

class NSURLDownload : NSObject

Overview 概要

The interface for NSURLDownload provides methods to initialize a download, set the destination path and cancel loading the request. NSURLDownloadに対するインターフェイスは、ダウンロードを初期化する、行先パスを設定する、およびそのリクエストのロードをキャンセルするためにメソッドを提供します。

The delegate object assigned to each instance of this class should implement the methods defined by the NSURLDownloadDelegate protocol. These methods provide the delegate with the current status of in-progress asynchronous downloads and allow the delegate to customize the URL loading process. These delegate methods are called on the thread that started the asynchronous load operation for the associated NSURLDownload object. このクラスの各インスタンスに割り当てられる委任先オブジェクトは、NSURLDownloadDelegateプロトコルによって定義されるメソッドを実装すべきです。それらのメソッドは、進行中の非同期ダウンロードの現在の状態を委任先に提供します、そして委任先にURLロード処理を好みに合わせて変更させます。これら委任先メソッドは、NSURLDownloadオブジェクトと結びつけられた非同期ロード演算を開始したスレッド上で呼び出されます。

Topics 話題

Creating and configuring a download instance ダウンロードインスタンスの作成と構成設定

Resuming partial downloads 不完全なダウンロードを再開する

Canceling a download ダウンロードをキャンセルする

Getting download properties ダウンロードプロパティを取得する

Relationships 関係

Inherits From 継承元

See Also 参照

URL Download URLダウンロード