Keyoti RapidSpell Desktop .NET API Docs
GetCrc32AndCopy Method (input, output)
APIKeyoti.RapidSpell.CompressionCRC32GetCrc32AndCopy(Stream, Stream)
Keyoti RapidSpell Desktop .NET
Returns the CRC32 for the specified stream, and writes the input into the output stream.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int GetCrc32AndCopy(
	Stream input,
	Stream output
)
public int GetCrc32AndCopy(
	Stream input,
	Stream output
)
Public Function GetCrc32AndCopy ( 
	input As Stream,
	output As Stream
) As Integer
Public Function GetCrc32AndCopy ( 
	input As Stream,
	output As Stream
) As Integer
public:
int GetCrc32AndCopy(
	Stream^ input, 
	Stream^ output
)
public:
int GetCrc32AndCopy(
	Stream^ input, 
	Stream^ output
)
member GetCrc32AndCopy : 
        input : Stream * 
        output : Stream -> int 
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412