Adler Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Inflater.Adler Property

Gets the adler checksum. This is either the checksum of all uncompressed bytes returned by inflate(), or if needsDictionary() returns true (and thus no output was yet produced) this is the adler checksum of the expected dictionary.

public int Adler {get;}

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace