Update Method

DotZLib

DotZLib .Net wrapper for ZLib1.dll

AdlerChecksum.Update Method

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

AdlerChecksum Class | DotZLib Namespace