Class Adler32[in hash]

Calculates a 32 bits long Adler32 checksum

class Adler32 \ from HashBase

Inherited methods

bits from HashBase Returns the bit length of the hash result.
bytes from HashBase Returns the byte length of the hash result.
isFinalized from HashBase Checks if a hash is finalized.
reset from HashBase Clears the hash state
toInt from HashBase Returns the result as an Integer value.
toMemBuf from HashBase Returns the hash result in a MemBuf.
toString from HashBase Returns the hash result as a hexadecimal string.
update from HashBase Feeds data into the hash function.
updateInt from HashBase Hashes an integer of a specified byte length.

Made with faldoc 2.2.1