CRC32GetCrc32AndCopy Method |
Returns the CRC32 for the specified stream, and writes the input into the output stream.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax public uint GetCrc32AndCopy(
Stream input,
Stream output
)
Parameters
- input
- Type: CMS.IOStream
The stream over which to calculate the CRC32 - output
- Type: CMS.IOStream
The stream into which to deflate the input
Return Value
Type:
UInt32The CRC32 calculation
See Also