Keyoti RapidSpell Silverlight API Docs
GetCrc32AndCopy Method (input, output)
APIKeyoti.RapidSpell.CompressionCRC32GetCrc32AndCopy(Stream, Stream)
Keyoti RapidSpell Silverlight
Returns the CRC32 for the specified stream, and writes the input into the output stream.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
input (Stream)
The stream over which to calculate the CRC32
output (Stream)
The stream into which to deflate the input
Return Value
Int32
the CRC32 calculation

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)