Update Method

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ChecksumGeneratorBase.Update Method

Updates the current checksum with an array of bytes.

Overload List

Updates the current checksum with an array of bytes.

public void Update(byte[]);

Updates the current checksum with part of an array of bytes

public abstract void Update(byte[],int,int);

Updates the current checksum with the data from a string

public void Update(string);

Updates the current checksum with the data from a string, using a specific encoding

public void Update(string,Encoding);

See Also

ChecksumGeneratorBase Class | DotZLib Namespace