NevronOpenVision
Nevron.Nov.Compression Namespace / NCompression Class / CompressZip Method / CompressZip(Stream,ENCompressionLevel,INZipCompressor) Method
The stream to write the compressed data to.
The compression level to apply.
An interface implementation that should determine the streams to compress and their names.
CompressZip(Stream,ENCompressionLevel,INZipCompressor) Method
Compresses the streams provided by the zipCompressor interface implementation in ZIP format to the specified output stream.
Syntax
public static void CompressZip( 
   System.IO.Stream output,
   ENCompressionLevel compressionLevel,
   INZipCompressor zipCompressor
)

Parameters

output
The stream to write the compressed data to.
compressionLevel
The compression level to apply.
zipCompressor
An interface implementation that should determine the streams to compress and their names.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also