C# Class afung.MangaWeb3.Server.Provider.SevenZipProvider

Inheritance: IMangaProvider
Afficher le fichier Open project: a-fung/MangaWeb3

Méthodes publiques

Méthode Description
GetContent ( string path ) : string[]
OutputFile ( string path, string content, string outputPath ) : string
SevenZipProvider ( ) : System
TryOpen ( string path ) : bool

Method Details

GetContent() public méthode

public GetContent ( string path ) : string[]
path string
Résultat string[]

OutputFile() public méthode

public OutputFile ( string path, string content, string outputPath ) : string
path string
content string
outputPath string
Résultat string

SevenZipProvider() public méthode

public SevenZipProvider ( ) : System
Résultat System

TryOpen() public méthode

public TryOpen ( string path ) : bool
path string
Résultat bool