Update Method

SharpZip Compression Library

SharpZip Compression Library

Crc32.Update Method

Updates the checksum with the bytes taken from the array.

Overload List

Updates the checksum with the bytes taken from the array.

public void Update(byte[]);

Adds the byte array to the data checksum.

public void Update(byte[],int,int);

Updates the checksum with the int bval.

public void Update(int);

See Also

Crc32 Class | ICSharpCode.SharpZipLib.Checksums Namespace