public static void CompressZlib( System.IO.Stream input, System.IO.Stream output, ENCompressionLevel compressionLevel )
Parameters
- input
- The stream that contains the data to compress.
- output
- The stream to write the compressed data to.
- compressionLevel
- The compression level to apply.