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