Returns the CRC32 for the specified stream, and writes the input into the output stream.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CRC32
Dim input As Stream
Dim output As Stream
Dim value As Integer
value = instance.GetCrc32AndCopy(input, output) |
Parameters
- input
- The stream over which to calculate the CRC32
- output
- The stream into which to deflate the input
Return Value
the CRC32 calculation
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also