class func canResumeDownloadDecoded (withEncodingMIMEType : String) -> Bool
Returns whether a URL download object can resume a download that was decoded with the specified MIME type.
あるURLダウンロードオブジェクトが指定MIMEタイプでデコードされたダウンロードを再開できるかどうかを返します。
init(resumeData : Data, delegate: NSURLDownloadDelegate?, path: String)
Returns an initialized NSURLDownload object that will resume downloading the specified data to the specified file and begins the download.
初期化されたNSURLDownloadオブジェクトを返します、それは指定されたデータを指定されたファイルにダウンロードすることを再開してそのダウンロードを始めます。
var resumeData : Data?
Returns the resume data for a download that is not yet complete.
まだ完了していないダウンロードに対する再開データを返します。