Overload | Description |
---|---|
CompressZlib(Stream,Stream,ENCompressionLevel) | Compresses the given input stream with the zlib algorithm to the specified output stream and closes the output stream. |
CompressZlib(Stream,Stream,ENCompressionLevel,Boolean) | Compresses the given input stream with the zlib algorithm to the specified output stream. |
CompressZlib(Byte[],Int32,Int32,Stream,ENCompressionLevel,Boolean) | Compresses the given bytes with the zlib algorithm. |