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アセットのダウンロードを管理する

Relationships 関係

Inherits From 継承元

See Also 参照

URL Connection URL接続