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

Overload List

Adds the byte array to the data checksum.

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

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

void Update(byte[]);

Adds one byte to the data checksum.

void Update(int);

See Also

IChecksum Interface | IChecksum Members | ICSharpCode.SharpZipLib.Checksums Namespace