C# (CSharp) Zlib Adler - 4 examples found. These are the top rated real world C# (CSharp) examples of Zlib.Adler extracted from open source projects. You can rate examples to help us improve the quality of examples.
The Adler checksum is similar to a CRC checksum, but faster to compute, though less reliable. It is used in producing RFC1950 compressed streams. The Adler checksum is a required part of the "ZLIB" standard. Applications will almost never need to use this class directly.