IChecksum.Update Method (Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

IChecksum.Update Method (Int32)

Adds one byte to the data checksum.

void Update(
   int value
);

Parameters

value
the data value to add. The high byte of the int is ignored.

See Also

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