/// <inheritdoc/> public override IoBuffer PutUInt32(UInt32 value) { _buf.PutUInt32(value); return(this); }