C# Класс FluentBuild.Runners.Zip.ZipDecompress

Zip decompresses an archive
Наследование: FluentBuild.Utilities.InternalExecutable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Path ( string zipFilePath ) : ZipDecompress
To ( string outputPath ) : ZipDecompress

Sets the output path

UsingPassword ( string password ) : ZipDecompress

Sets the password to decompress a file

ZipDecompress ( ) : System.IO

Приватные методы

Метод Описание
InternalExecute ( ) : void
ZipDecompress ( IFileSystemHelper fileSystemHelper ) : System.IO

Описание методов

Path() публичный Метод

public Path ( string zipFilePath ) : ZipDecompress
zipFilePath string
Результат ZipDecompress

To() публичный Метод

Sets the output path
public To ( string outputPath ) : ZipDecompress
outputPath string The path you would like the file(s) outputed to
Результат ZipDecompress

UsingPassword() публичный Метод

Sets the password to decompress a file
public UsingPassword ( string password ) : ZipDecompress
password string the password to use
Результат ZipDecompress

ZipDecompress() публичный Метод

public ZipDecompress ( ) : System.IO
Результат System.IO