Interface ICompressor
- Namespace
- MongoDB.Driver.Core.Compression
- Assembly
- MongoDB.Driver.Core.dll
Represents a compressor.
public interface ICompressor
Properties
- Type
Gets the compressor type.
Methods
- Compress(Stream, Stream)
Compresses the specified stream.
- Decompress(Stream, Stream)
Decompresses the specified stream.