Click or drag to resize

ICompressor Interface

Represents a compressor.

Namespace:  MongoDB.Driver.Core.Compression
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public interface ICompressor

The ICompressor type exposes the following members.

Properties
  NameDescription
Public propertyType
Gets the compressor type.
Top
Methods
  NameDescription
Public methodCompress
Compresses the specified stream.
Public methodDecompress
Decompresses the specified stream.
Top
See Also