GetCrc32 Method (input)

DotNetZip

Ionic Zip Library v1.9.1.6 GetCrc32 Method (input)
ReferenceIonic.CrcCRC32GetCrc32(Stream)
Returns the CRC32 for the specified stream.
Declaration Syntax
C# Visual Basic Visual C++
public int GetCrc32(
	Stream input
)
Public Function GetCrc32 ( _
	input As Stream _
) As Integer
public:
int GetCrc32(
	Stream^ input
)
Parameters
input (Stream)
The stream over which to calculate the CRC32
Return Value
the CRC32 calculation

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)