Crc32.Update Method (Int32)

SharpZip Compression Library

SharpZip Compression Library

Crc32.Update Method (Int32)

Updates the checksum with the int bval.

public void Update(
   int bval
);

Parameters

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

Implements

IChecksum.Update

See Also

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