Click or drag to resize
ICompressorCompress Method
Compresses the input byte array into stream.

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
void Compress(
	byte[] content,
	Stream requestStream
)

Parameters

content
Type: SystemByte
Input data.
requestStream
Type: System.IOStream
Request stream.
See Also