TiffStreamReader.ReadSByteArray

TiffStreamReader.ReadSByteArray method

Reads an array of signed byte values from the stream.

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

Return Value

The array of signed byte values.

See Also