TiffStreamReader class

TiffStreamReader class

The tiff stream for handling little endian tiff file format.

The TiffStreamReader type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the TiffStreamReader class.
initInitializes a new instance of the TiffStreamReader class.
initInitializes a new instance of the TiffStreamReader class.
initInitializes a new instance of the TiffStreamReader class.

Properties

PropertyDescription
lengthGets the reader length.
throw_exceptionsGets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream).

Methods

MethodDescription
read_bytesReads an array of byte values from the stream.
read_bytesReads an array of unsigned byte values from the stream.
read_doubleRead a single double value from the stream.
read_double_arrayReads an array of double values from the stream.
read_floatRead a single float value from the stream.
read_float_arrayReads an array of float values from the stream.
read_rationalRead a single rational number value from the stream.
read_s_rationalRead a single signed rational number value from the stream.
read_rational_arrayReads an array of rational values from the stream.
read_s_rational_arrayReads an array of signed rational values from the stream.
read_s_byteReads signed byte data from the stream.
read_s_byte_arrayReads an array of signed byte values from the stream.
read_s_longRead signed integer value from the stream.
read_s_long_arrayReads an array of signed integer values from the stream.
read_s_shortRead signed short value from the stream.
read_s_short_arrayReads an array of signed short values from the stream.
read_u_longRead unsigned integer value from the stream.
read_u_long_arrayReads an array of unsigned integer values from the stream.
read_u_shortRead unsigned short value from the stream.
read_u_short_arrayReads an array of unsigned integer values from the stream.
to_stream_containerConverts the underlying data to the stream container.

See Also