Adler32.Update Method (Int32)

SharpZip Compression Library

SharpZip Compression Library

Adler32.Update Method (Int32)

Updates the checksum with the byte b.

public void Update(
   int bval
);

Parameters

bval
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