C# Class Blacker.Scraper.DownloadFormats.ZipDownloadFormat

Inheritance: BaseDownloadFormat, IDownloadFormatProvider
Show file Open project: blacker-cz/MangaScraper

Public Methods

Method Description
SaveDownloadedChapter ( IChapterRecord chapter, DirectoryInfo downloadedFiles, string outputFolder, string &path ) : void

Method Details

SaveDownloadedChapter() public method

public SaveDownloadedChapter ( IChapterRecord chapter, DirectoryInfo downloadedFiles, string outputFolder, string &path ) : void
chapter IChapterRecord
downloadedFiles System.IO.DirectoryInfo
outputFolder string
path string
return void