CRC32 GetCrc32AndCopy Method Kentico 8.0 API Reference
Returns the CRC32 for the specified stream, and writes the input into the output stream.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

input
Type: CMS.IO Stream
The stream over which to calculate the CRC32
output
Type: CMS.IO Stream
The stream into which to deflate the input

Return Value

Type: OnlineUInt32
The CRC32 calculation
See Also