Adler32Checksum ClassNetworkComms.Net Help
Implementation of the OnlineAdler32 checksum algorithm. It is not a particularly reliable checksum compared with OnlineMD5 but it is about 10 times faster. NetworkComms.Net uses OnlineMD5 as its default but this class is provided should speed be the more important factor.
Inheritance Hierarchy

OnlineSystem Object
  NetworkCommsDotNet.Tools Adler32Checksum

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static class Adler32Checksum
See Also