Java.Util.Zip.Inflater.Adler Property
Returns the Java.Util.Zip.Adler32 checksum of the bytes inflated so far, or the checksum of the preset dictionary if Inflater.NeedsDictionary returns true.

Syntax

[get: Android.Runtime.Register("getAdler", "()I", "GetGetAdlerHandler")]
public virtual int Adler { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the Java.Util.Zip.Adler32 checksum of the bytes inflated so far, or the checksum of the preset dictionary if Inflater.NeedsDictionary returns true.

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1