Overload | Description |
---|---|
CompressZip(Stream,ENCompressionLevel,INZipCompressor) | Compresses the streams provided by the zipCompressor interface implementation in ZIP format to the specified output stream. |
CompressZip(Stream,ENCompressionLevel,String,INZipCompressor) | Compresses the streams provided by the zipCompressor interface implementation in ZIP format to the specified output stream. |
CompressZip(Stream,ENCompressionLevel,ENZip64Mode,String,INZipCompressor) | Compresses the streams provided by the zipCompressor interface implementation in ZIP format to the specified output stream and encrypts the archive using the classic PKZIP encryption algorithm. |