IChecksum.Update Method (Byte[])

SharpZip Compression Library

SharpZip Compression Library

IChecksum.Update Method (Byte[])

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

void Update(
   byte[] buffer
);

Parameters

buffer
buffer an array of bytes

See Also

IChecksum Interface | ICSharpCode.SharpZipLib.Checksums Namespace | IChecksum.Update Overload List