Crc32.Update Method (Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Crc32.Update Method (Int32)

Updates the checksum with the int bval.

public void Update(
   int value
);

Parameters

value
the byte is taken as the lower 8 bits of value

Implements

IChecksum.Update

See Also

Crc32 Class | ICSharpCode.SharpZipLib.Checksums Namespace | Crc32.Update Overload List