fromBytes


Description:

public static HyperLogLog? fromBytes (uint8[] bytes)

Restores estimator from bytes.

Parameters:

bytes

serialized bytes.

Returns:

restored HyperLogLog or null when bytes are invalid.