Click or drag to resize
CRC32GetCrc32 Method
Returns the CRC32 for the specified stream.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public uint GetCrc32(
	Stream input
)

Parameters

input
Type: CMS.IOStream
The stream over which to calculate the CRC32

Return Value

Type: UInt32
The CRC32 calculation
See Also