Update Method

SharpZip Compression Library

SharpZip Compression Library

IChecksum.Update Method

Updates the data checksum with the bytes taken from the array.

Overload List

Updates the data checksum with the bytes taken from the array.

void Update(byte[]);

Adds the byte array to the data checksum.

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

Adds one byte to the data checksum.

void Update(int);

See Also

IChecksum Interface | ICSharpCode.SharpZipLib.Checksums Namespace