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