public void Write(ulong value) { Elias.GammaCode(value, this); }
public ulong ReadUInt64() { return(Elias.GammaDecode(this)); }