TiffStreamReader class
TiffStreamReader class
The tiff stream for handling little endian tiff file format.
The TiffStreamReader type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the TiffStreamReader class. |
init | Initializes a new instance of the TiffStreamReader class. |
init | Initializes a new instance of the TiffStreamReader class. |
init | Initializes a new instance of the TiffStreamReader class. |
Properties
Property | Description |
---|---|
length | Gets the reader length. |
throw_exceptions | Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream). |
Methods
Method | Description |
---|---|
read_bytes | Reads an array of byte values from the stream. |
read_bytes | Reads an array of unsigned byte values from the stream. |
read_double | Read a single double value from the stream. |
read_double_array | Reads an array of double values from the stream. |
read_float | Read a single float value from the stream. |
read_float_array | Reads an array of float values from the stream. |
read_rational | Read a single rational number value from the stream. |
read_s_rational | Read a single signed rational number value from the stream. |
read_rational_array | Reads an array of rational values from the stream. |
read_s_rational_array | Reads an array of signed rational values from the stream. |
read_s_byte | Reads signed byte data from the stream. |
read_s_byte_array | Reads an array of signed byte values from the stream. |
read_s_long | Read signed integer value from the stream. |
read_s_long_array | Reads an array of signed integer values from the stream. |
read_s_short | Read signed short value from the stream. |
read_s_short_array | Reads an array of signed short values from the stream. |
read_u_long | Read unsigned integer value from the stream. |
read_u_long_array | Reads an array of unsigned integer values from the stream. |
read_u_short | Read unsigned short value from the stream. |
read_u_short_array | Reads an array of unsigned integer values from the stream. |
to_stream_container | Converts the underlying data to the stream container. |