TiffStreamReader.ReadSShortArray

TiffStreamReader.ReadSShortArray method

Reads an array of signed short values from the stream.

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

Return Value

The array of signed short values.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptioncount;Expected a positive number.

See Also