Click or drag to resize
IMemoryStreamByteCompressor Interface
Interface to implement on specialized compressor classes to compress a passed in memory stream

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IMemoryStreamByteCompressor : IByteCompressor

The IMemoryStreamByteCompressor type exposes the following members.

Methods
  NameDescription
Public methodCompress(Byte)
Compresses the specified serialized data.
(Inherited from IByteCompressor.)
Public methodCompress(MemoryStream)
Compresses the specified memory stream.
Public methodDecompress
Decompresses the specified compressed data.
(Inherited from IByteCompressor.)
Top
See Also