Crc32.Update Method (Byte[])

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Crc32.Update Method (Byte[])

Updates the checksum with the bytes taken from the array.

public void Update(
   byte[] buffer
);

Parameters

buffer
buffer an array of bytes

Implements

IChecksum.Update

See Also

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