Crc32.Update Method (Byte[], Int32, Int32)

SharpZip Compression Library

SharpZip Compression Library

Crc32.Update Method (Byte[], Int32, Int32)

Adds the byte array to the data checksum.

public void Update(
   byte[] buf,
   int off,
   int len
);

Parameters

buf
the buffer which contains the data
off
the offset in the buffer where the data starts
len
the length of the data

Implements

IChecksum.Update

See Also

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