TiffStreamWriter class
TiffStreamWriter class
Tiff stream writer.
The TiffStreamWriter type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the TiffStreamWriter class. |
Properties
Property | Description |
---|---|
sync_root | Gets an object that can be used to synchronize access to the synchronized resource. |
position | Gets or sets the stream position. |
Methods
Method | Description |
---|---|
write | Writes the specified data. |
write | Writes the specified data. |
write_double | Writes a single double value to the stream. |
write_double_array | Writes an array of double values to the stream. |
write_float | Writes a single float value to the stream. |
write_float_array | Writes an array of float values to the stream. |
write_rational | Writes a single rational number value to the stream. |
write_s_rational | Writes a single signed rational number value to the stream. |
write_rational_array | Writes an array of unsigned rational values to the stream. |
write_s_rational_array | Writes an array of signed rational values to the stream. |
write_s_byte | Writes a single signed byte value to the stream. |
write_s_byte_array | Writes an array of signed byte values to the stream. |
write_s_long_array | Writes an array of integer values to the stream. |
write_s_short | Writes a single short value to the stream. |
write_s_short_array | Writes an array of short values to the stream. |
write_slong | Writes a single integer value to the stream. |
write_u_byte | Writes a single byte value to the stream. |
write_u_long | Writes a single unsigned integer value to the stream. |
write_u_long_array | Writes an array of unsigned integer values to the stream. |
write_u_short | Writes a single unsigned short value to the stream. |
write_u_short_array | Writes an array of unsigned short values to the stream. |