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)
Syntaxvoid Compress(
byte[] content,
Stream requestStream
)
Parameters
- content
- Type: SystemByte
Input data. - requestStream
- Type: System.IOStream
Request stream.
See Also