/// <exception cref="System.IO.IOException"/>
		private void SetInt64(Com.Drew.Metadata.Directory directory, int tagType, RandomAccessReader reader)
		{
			long l = reader.GetInt64(tagType);
			if (l != 0)
			{
				directory.SetLong(tagType, l);
			}
		}