ChecksumGeneratorBase.Update Method (Byte[])

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ChecksumGeneratorBase.Update Method (Byte[])

Updates the current checksum with an array of bytes.

public void Update(
   byte[] data
);

Parameters

data
The data to update the checksum with

Implements

ChecksumGenerator.Update

See Also

ChecksumGeneratorBase Class | DotZLib Namespace | ChecksumGeneratorBase.Update Overload List