C# Класс SSIS.Extensions.ZipTask.ZipManager

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
UnZip ( ) : void

Unzips the specified source.

Zip ( ) : void

Zips the specified source (File or Directory).

ZipManager ( string source, string target, ZipCompressionLevel zipLevel, string password, bool recursive, string fileFilter, bool removeSouce, bool overwriteTarget, LogLevel logLevel, IDTSComponentEvents componentEvents ) : ICSharpCode.SharpZipLib.Core

Initializes a new instance of the ZipManager class.

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

Метод Описание
Log ( string Message, LogLevel minLogLevel ) : void

Logs the specified message.

zipFile ( ZipOutputStream zipStream, DirectoryInfo baseDir, FileInfo inputFile ) : void

Zips the file.

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

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

Unzips the specified source.
public UnZip ( ) : void
Результат void

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

Zips the specified source (File or Directory).
public Zip ( ) : void
Результат void

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

Initializes a new instance of the ZipManager class.
public ZipManager ( string source, string target, ZipCompressionLevel zipLevel, string password, bool recursive, string fileFilter, bool removeSouce, bool overwriteTarget, LogLevel logLevel, IDTSComponentEvents componentEvents ) : ICSharpCode.SharpZipLib.Core
source string The source.
target string The target.
zipLevel ZipCompressionLevel The zip level.
password string
recursive bool if set to true [recursive].
fileFilter string
removeSouce bool if set to true [remove souce].
overwriteTarget bool if set to true [overwrite target].
logLevel LogLevel
componentEvents IDTSComponentEvents The component events.
Результат ICSharpCode.SharpZipLib.Core