Update Method
From SharpZip Compression Library
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