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

Inheritance: IMangaProvider
显示文件 Open project: a-fung/MangaWeb3

Public Methods

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

Method Details

GetContent() public method

public GetContent ( string path ) : string[]
path string
return string[]

OutputFile() public method

public OutputFile ( string path, string content, string outputPath ) : string
path string
content string
outputPath string
return string

SevenZipProvider() public method

public SevenZipProvider ( ) : System
return System

TryOpen() public method

public TryOpen ( string path ) : bool
path string
return bool