Keyoti RapidSpell Desktop .NET API Docs
GetCrc32 Method (input)
APIKeyoti.RapidSpell.CompressionCRC32GetCrc32(Stream)
Keyoti RapidSpell Desktop .NET
Returns the CRC32 for the specified stream.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int GetCrc32(
	Stream input
)
public int GetCrc32(
	Stream input
)
Public Function GetCrc32 ( 
	input As Stream
) As Integer
Public Function GetCrc32 ( 
	input As Stream
) As Integer
public:
int GetCrc32(
	Stream^ input
)
public:
int GetCrc32(
	Stream^ input
)
member GetCrc32 : 
        input : Stream -> int 
member GetCrc32 : 
        input : Stream -> int 
Parameters
input (Stream)
The stream over which to calculate the CRC32
Return Value
Int32
the CRC32 calculation

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412