Click or drag to resize
CRC32GetCrc32AndCopy Method
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: 9.0.0
Syntax
C#
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: UInt32
The CRC32 calculation
See Also