public HllStream(HyperLogLogPlus hll) { _position = 0; _hll = hll; _length = _hll.GetBinSize(); _serializer = _hll.GetSerializer(); }