TiffStreamReader.ReadUIntArray

TiffStreamReader.ReadUIntArray method

从流中读取 unsigned integer 值数组。

public uint[] ReadUIntArray(long position, long count)
参数类型描述
位置Int64读取位置。
countInt64元素计数。

返回值

无符号整数值数组。

异常

异常条件
ArgumentOutOfRangeExceptioncount;总字节计数为负。 + count + x4= + totalBytes

另请参见