Adler32.Update Method (Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Adler32.Update Method (Int32)

Updates the checksum with a byte value.

public void Update(
   int value
);

Parameters

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

Implements

IChecksum.Update

See Also

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