public static void CompressZip( System.IO.Stream output, ENCompressionLevel compressionLevel, System.string password, INZipCompressor zipCompressor )
Parameters
- output
- The stream to write the compressed data to.
- compressionLevel
- The compression level to apply.
- password
- The password to encrypt the ZIP stream with. Pass null if you don't want to encrypt the ZIP archive.
- zipCompressor
- An interface implementation that should determine the streams to compress and their names.