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