/// <summary>Set the BytesWritable to the contents of the given newData.</summary> /// <param name="newData">the value to set this BytesWritable to.</param> public virtual void Set(BytesWritable newData) { Set(newData._bytes, 0, newData._size); }