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



input
The stream over which to calculate the CRC32
output
The stream into which to deflate the input
Returns the CRC32 for the specified stream, and writes the input into the output stream.

Syntax

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

Parameters

input
The stream over which to calculate the CRC32
output
The stream into which to deflate the input

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.