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