TiffStreamWriter class

TiffStreamWriter class

Tiff stream writer.

The TiffStreamWriter type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the TiffStreamWriter class.

Properties

PropertyDescription
sync_rootGets an object that can be used to synchronize access to the synchronized resource.
positionGets or sets the stream position.

Methods

MethodDescription
writeWrites the specified data.
writeWrites the specified data.
write_doubleWrites a single double value to the stream.
write_double_arrayWrites an array of double values to the stream.
write_floatWrites a single float value to the stream.
write_float_arrayWrites an array of float values to the stream.
write_rationalWrites a single rational number value to the stream.
write_s_rationalWrites a single signed rational number value to the stream.
write_rational_arrayWrites an array of unsigned rational values to the stream.
write_s_rational_arrayWrites an array of signed rational values to the stream.
write_s_byteWrites a single signed byte value to the stream.
write_s_byte_arrayWrites an array of signed byte values to the stream.
write_s_long_arrayWrites an array of integer values to the stream.
write_s_shortWrites a single short value to the stream.
write_s_short_arrayWrites an array of short values to the stream.
write_slongWrites a single integer value to the stream.
write_u_byteWrites a single byte value to the stream.
write_u_longWrites a single unsigned integer value to the stream.
write_u_long_arrayWrites an array of unsigned integer values to the stream.
write_u_shortWrites a single unsigned short value to the stream.
write_u_short_arrayWrites an array of unsigned short values to the stream.

See Also