Click or drag to resize
ICompressor Interface
Interface for compression methods.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public interface ICompressor

The ICompressor type exposes the following members.

Properties
  NameDescription
Public propertyDataCompressionFormat
Gets format of the data compression.
Top
Methods
  NameDescription
Public methodCompress
Compresses the input byte array into stream.
Public methodDecompress
Decompresses the output response stream.
Top
See Also