IdeaBlade DevForce 2010 Help Reference
GetCrc32 Method
See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Crc Namespace > CRC32 Class : GetCrc32 Method



input
The stream over which to calculate the CRC32
Returns the CRC32 for the specified stream.

Syntax

Visual Basic (Declaration) 
Public Function GetCrc32( _
   ByVal input As Stream _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As CRC32
Dim input As Stream
Dim value As Integer
 
value = instance.GetCrc32(input)
C# 
public int GetCrc32( 
   Stream input
)
C++/CLI 
public:
int GetCrc32( 
   Stream^ input
) 

Parameters

input
The stream over which to calculate the CRC32

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

© 2013 All Rights Reserved.