public static void CompressZlib( System.IO.Stream input, System.IO.Stream output, ENCompressionLevel compressionLevel, System.bool closeOutputStream )
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.
- closeOutputStream
- Determines whether to close the output stream when the compression has finished or not.