- connection:didWriteData:totalBytesWritten:expectedTotalBytes:
- connectionDidResumeDownloading:totalBytesWritten:expectedTotalBytes:
- connectionDidFinishDownloading:destinationURL:
Availability 有効性
Technology
@protocol NSURLConnectionDownloadDelegate
The NSURLConnection
protocol describes methods that should be implemented by the delegate of instances of NSURLConnection
created using Newsstand Kit’s download
method. The methods in this protocol provide progress information about the download of a URL asset and, when downloading concludes, provide a file URL where the downloaded file can be accessed.
NSURLConnection
プロトコルは、メソッドいくらかを記述します、それらは、Newsstand Kitのもつdownload
メソッドを使って作成されるNSURLConnection
のインスタンスの委任先によって実装されるべきものです。このプロトコルの中のメソッドは、URLアセットのダウンロードについて進捗情報を提供して、ダウンロードが終わる時、ダウンロードされたファイルがアクセスされることができるところのファイルURLを提供します。
In addition to the methods described in this protocol, an NSURLConnection
delegate should also implement the methods described in the NSURLConnection
protocol.
このプロトコルにおいて記述されるメソッドに加えて、NSURLConnection
委任先はまた、NSURLConnection
プロトコルにおいて記述されるメソッドも実装すべきです。
Note 注意
If you are using NSURLConnection
directly, your delegate class should instead implement the methods defined in the NSURLConnection
protocol.
あなたがNSURLConnection
を直接に使っているならば、あなたの委任先クラスは代わりにNSURLConnection
プロトコルにおいて定義されるメソッドを実装すべきです。
- connection:didWriteData:totalBytesWritten:expectedTotalBytes:
- connectionDidResumeDownloading:totalBytesWritten:expectedTotalBytes:
- connectionDidFinishDownloading:destinationURL:
NSURLConnection
NSURLConnectionDelegate
NSURLConnectionDataDelegate