ComputeCrc32 Method (W, B)

DotNetZip

Ionic Zip Library v1.9.1.6 ComputeCrc32 Method (W, B)
ReferenceIonic.CrcCRC32ComputeCrc32(Int32, Byte)
Get the CRC32 for the given (word,byte) combo. This is a computation defined by PKzip for PKZIP 2.0 (weak) encryption.
Declaration Syntax
C# Visual Basic Visual C++
public int ComputeCrc32(
	int W,
	byte B
)
Public Function ComputeCrc32 ( _
	W As Integer, _
	B As Byte _
) As Integer
public:
int ComputeCrc32(
	int W, 
	unsigned char B
)
Parameters
W (Int32)
The word to start with.
B (Byte)
The byte to combine it with.
Return Value
The CRC-ized result.

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