Returns the CRC32 for the specified stream, and writes the input into the
output stream.
| C# | Visual Basic | Visual C++ | F# |
public int GetCrc32AndCopy( Stream input, Stream output )
Public Function GetCrc32AndCopy ( input As Stream, output As Stream ) As Integer
public: int GetCrc32AndCopy( Stream^ input, Stream^ output )
member GetCrc32AndCopy : input : Stream * output : Stream -> int
Int32
the CRC32 calculation
the CRC32 calculation
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)