Click or drag to resize
IMemoryStreamByteCompressor Methods

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