Returns the CRC32 for the specified stream.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax public uint GetCrc32(
Stream input
)
Parameters
- input
- Type: CMS.IOStream
The stream over which to calculate the CRC32
Return Value
Type:
UInt32The CRC32 calculation
See Also