TiffStreamReader.ReadSIntArray

TiffStreamReader.ReadSIntArray method

从流中读取 signed integer 值数组。

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

返回值

有符号整数数组。

异常

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

另请参见