TiffStreamReader.ReadSByte

TiffStreamReader.ReadSByte method

Reads signed byte data from the stream.

public sbyte ReadSByte(long position)
ParameterTypeDescription
positionInt64The position to read from.

Return Value

The signed byte value.

See Also