Update Method

Updates the checksum with the bytes taken from the array.

Overload List

Adds the byte array to the data checksum.

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

Updates the checksum with the bytes taken from the array.

public final void Update(byte[]);

Updates the checksum with the int bval.

public final void Update(int);

See Also

Crc32 Class | Crc32 Members | ICSharpCode.SharpZipLib.Checksums Namespace