C# Class Blacker.Scraper.DownloadFormats.ZipDownloadFormat

Inheritance: BaseDownloadFormat, IDownloadFormatProvider
Afficher le fichier Open project: blacker-cz/MangaScraper

Méthodes publiques

Méthode Description
SaveDownloadedChapter ( IChapterRecord chapter, DirectoryInfo downloadedFiles, string outputFolder, string &path ) : void

Method Details

SaveDownloadedChapter() public méthode

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