C# Class Zlib.Adler

Computes an Adler-32 checksum.
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.
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Methods

Méthode Description
Adler32 ( uint adler, byte buf, int index, int len ) : uint