ReadLongArray

TiffStreamReader.ReadLongArray method

Reads an array of ulong values from the stream.

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

Return Value

The ulong array.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionArgument out of range

See Also