Update Method

DotZLib

DotZLib .Net wrapper for ZLib1.dll

ChecksumGenerator.Update Method

Updates the current checksum with an array of bytes

Overload List

Updates the current checksum with an array of bytes

void Update(byte[]);

Updates the current checksum with part of an array of bytes

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

Updates the current checksum with the data from a string

void Update(string);

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

void Update(string,Encoding);

See Also

ChecksumGenerator Interface | DotZLib Namespace