Build(IEnumerableString, String)
|
Compresses the specified source files or diretories into a Zip archive using the default compression parameters.
|
Build(String, String)
|
Compresses the specified source file or diretory into a Zip archive using the default compression parameters.
|
Build(IEnumerableString, String, CompressionMethod, CompressionLevel)
|
Compresses the specified source files or diretories into a Zip archive using the specified compression parameters.
|
Build(IEnumerableString, String, String, EncryptionAlgorithm)
|
Compresses the specified source files or diretories into a Zip archive, with a password, using the default compression parameters.
|
Build(String, String, CompressionMethod, CompressionLevel)
|
Compresses the specified source file or diretory into a Zip archive using the specified compression parameters.
|
Build(String, String, String, EncryptionAlgorithm)
|
Compresses the specified source file or diretory into a Zip archive, with a password, using the default compression parameters.
|
Build(IEnumerableString, String, String, EncryptionAlgorithm, CompressionMethod, CompressionLevel)
|
Compresses the specified source files or diretories into a Zip archive, with a password, using the specified compression parameters.
|
Build(String, String, String, EncryptionAlgorithm, CompressionMethod, CompressionLevel)
|
Compresses the specified source file or diretory into a Zip archive, with a password, using the specified compression parameters.
|