Updates the current checksum with part of an array of bytes
Overload List
Inherited from ChecksumGeneratorBase.
public void Update(byte[]);
Updates the current checksum with part of an array of bytes
public override void Update(byte[],int,int);
Inherited from ChecksumGeneratorBase.
public void Update(string);
Inherited from ChecksumGeneratorBase.
public void Update(string,Encoding);
See Also
CRC32Checksum Class | DotZLib Namespace