Protocol
NSURLConnectionDownloadDelegate
A protocol that delegates of a URL connection created with Newsstand Kit implement to receive data associated with a download.
あるプロトコル、それはNewsstand Kitで作成されたURL接続の委任先が、あるダウンロード結びつけられたデータを受け取るために実装します。
Declaration
宣言
protocol NSURLConnectionDownloadDelegate
Overview
概要
The NSURLConnectionDownloadDelegate
protocol describes methods that should be implemented by the delegate of instances of NSURLConnection
created using Newsstand Kit’s download(with:)
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.
NSURLConnectionDownloadDelegate
プロトコルは、メソッドいくらかを記述します、それらは、Newsstand Kitのもつdownload(with:)
メソッドを使って作成されるNSURLConnection
のインスタンスの委任先によって実装されるべきものです。このプロトコルの中のメソッドは、URLアセットのダウンロードについて進捗情報を提供して、ダウンロードが終わる時、ダウンロードされたファイルがアクセスされることができるところのファイルURLを提供します。
In addition to the methods described in this protocol, an NSURLConnection
delegate should also implement the methods described in the NSURLConnectionDelegate
protocol.
このプロトコルにおいて記述されるメソッドに加えて、NSURLConnection
委任先はまた、NSURLConnectionDelegate
プロトコルにおいて記述されるメソッドも実装すべきです。
Topics
話題
Managing Downloads of URL Assets
URLアセットのダウンロードを管理する
See Also
参照
URL Connection
URL接続
class NSURLConnection
An object that enables you to start and stop URL requests.
あなたにURLリクエストの開始および停止を可能にするオブジェクト。
protocol NSURLConnectionDelegate
A protocol that delegates of a URL connection implement to receive status about and provide feedback to the connection object.
あるプロトコル、それはURL接続の委任先が、接続オブジェクトについての状態を受け取ってそしてそれへとフィードバックを提供するために実装します。
protocol NSURLConnectionDataDelegate
A protocol that most delegates of a URL connection implement to receive data associated with the connection.
あるプロトコル、それはURL接続のほとんどの委任先が、接続と結びつけられたデータを受け取るために実装します。