Click or drag to resize

ICompressorCompress Method

Compresses the specified stream.

Namespace:  MongoDB.Driver.Core.Compression
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
void Compress(
	Stream input,
	Stream output
)

Parameters

input
Type: System.IOStream
The input stream.
output
Type: System.IOStream
The output stream.
See Also