ReadSLongArray

TiffStreamReader.ReadSLongArray method

Reads an array of signed integer values from the stream.

public int[] ReadSLongArray(long position, long count)
ParameterTypeDescription
positionInt64The position to read from.
countInt64The elements count.

Return Value

The array of signed integer values.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptioncount;Total bytes count is negative. + count + x4= + totalBytes

See Also