Zlib.adler32(string, adler)
Class Public methods
Calculates Adler-32 checksum for string
, and returns updated
value of adler
. If string
is omitted, it returns
the Adler-32 initial value. If adler
is omitted, it assumes
that the initial value is given to adler
.
FIXME: expression.
Please login to continue.