TiffStreamWriter Class

Summary: The Tiff stream writer.

Module: aspose.imaging.fileformats.tiff.filemanagement

Full Name: aspose.imaging.fileformats.tiff.filemanagement.TiffStreamWriter

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
TiffStreamWriter(writer)Initializes a new instance of the TiffStreamWriter class.

Properties

NameTypeAccessDescription
positionlongr/wGets or sets the stream position.
sync_rootobjectrGets an object that can be used to synchronize access to the synchronized resource.

Methods

NameDescription
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data)Writes the specified data.
write(data, offset, data_length)Writes the specified data.
write_byte(data)Writes the specified data.
write_bytes(data)Writes the specified data.
write_double(data)Writes a single double value to the stream.
write_doubles(data)Writes an array of double values to the stream.
write_float(data)Writes a single float value to the stream.
write_floats(data)Writes an array of float values to the stream.
write_int(data)Writes an array of integer values to the stream.
write_ints(data)Writes an array of integer values to the stream.
write_long(data)Writes an array of signed long values to the stream.
write_longs(data)Writes an array of signed long values to the stream.
write_rational(data)Writes a single rational number value to the stream.
write_rationals(data)Writes an array of unsigned rational values to the stream.
write_s_byte(data)Writes a single signed byte value to the stream.
write_s_bytes(data)Writes an array of signed byte values to the stream.
write_s_rational(data)Writes a single signed rational number value to the stream.
write_s_rationals(data)Writes an array of signed rational values to the stream.
write_short(data)Writes a single short value to the stream.
write_shorts(data)Writes an array of short values to the stream.
write_uint(data)Writes a single unsigned integer value to the stream.
write_uints(data)Writes an array of unsigned integer values to the stream.
write_ulong(data)Writes an array of unsigned long values to the stream.
write_ulongs(data)Writes an array of unsigned long values to the stream.
write_ushort(data)Writes a single unsigned short value to the stream.
write_ushorts(data)Writes an array of unsigned short values to the stream.

Constructor: TiffStreamWriter(writer)

 TiffStreamWriter(writer) 

Initializes a new instance of the TiffStreamWriter class.

Parameters:

ParameterTypeDescription
writerStreamContainerThe stream writer.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
databyteThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datadoubleThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datadoubleThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datafloatThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datafloatThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataTiffRationalThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataTiffSRationalThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataTiffRational[]The data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataTiffSRational[]The data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datasbyteThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datasbyteThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataintThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datashortThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datashortThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataintThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
databyteThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datauintThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datauintThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataushortThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataushortThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datalongThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
datalongThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataulongThe data to write.

Method: write(data)

 write(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
dataulongThe data to write.

Method: write(data, offset, data_length)

 write(data, offset, data_length) 

Writes the specified data.

Parameters:

ParameterTypeDescription
databyteThe data to write.
offsetintThe data offset.
data_lengthintLength of the data to writer.

Method: write_byte(data)

 write_byte(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
databyteThe data to write.

Method: write_bytes(data)

 write_bytes(data) 

Writes the specified data.

Parameters:

ParameterTypeDescription
databyteThe data to write.

Method: write_double(data)

 write_double(data) 

Writes a single double value to the stream.

Parameters:

ParameterTypeDescription
datadoubleThe value to write.

Method: write_doubles(data)

 write_doubles(data) 

Writes an array of double values to the stream.

Parameters:

ParameterTypeDescription
datadoubleThe array to write.

Method: write_float(data)

 write_float(data) 

Writes a single float value to the stream.

Parameters:

ParameterTypeDescription
datafloatThe value to write.

Method: write_floats(data)

 write_floats(data) 

Writes an array of float values to the stream.

Parameters:

ParameterTypeDescription
datafloatThe array to write.

Method: write_int(data)

 write_int(data) 

Writes an array of integer values to the stream.

Parameters:

ParameterTypeDescription
dataintThe array to write.

Method: write_ints(data)

 write_ints(data) 

Writes an array of integer values to the stream.

Parameters:

ParameterTypeDescription
dataintThe array to write.

Method: write_long(data)

 write_long(data) 

Writes an array of signed long values to the stream.

Parameters:

ParameterTypeDescription
datalongThe array to write.

Method: write_longs(data)

 write_longs(data) 

Writes an array of signed long values to the stream.

Parameters:

ParameterTypeDescription
datalongThe array to write.

Method: write_rational(data)

 write_rational(data) 

Writes a single rational number value to the stream.

Parameters:

ParameterTypeDescription
dataTiffRationalThe value to write.

Method: write_rationals(data)

 write_rationals(data) 

Writes an array of unsigned rational values to the stream.

Parameters:

ParameterTypeDescription
dataTiffRational[]The array to write.

Method: write_s_byte(data)

 write_s_byte(data) 

Writes a single signed byte value to the stream.

Parameters:

ParameterTypeDescription
datasbyteThe value to write.

Method: write_s_bytes(data)

 write_s_bytes(data) 

Writes an array of signed byte values to the stream.

Parameters:

ParameterTypeDescription
datasbyteThe array to write.

Method: write_s_rational(data)

 write_s_rational(data) 

Writes a single signed rational number value to the stream.

Parameters:

ParameterTypeDescription
dataTiffSRationalThe value to write.

Method: write_s_rationals(data)

 write_s_rationals(data) 

Writes an array of signed rational values to the stream.

Parameters:

ParameterTypeDescription
dataTiffSRational[]The array to write.

Method: write_short(data)

 write_short(data) 

Writes a single short value to the stream.

Parameters:

ParameterTypeDescription
datashortThe value to write.

Method: write_shorts(data)

 write_shorts(data) 

Writes an array of short values to the stream.

Parameters:

ParameterTypeDescription
datashortThe array to write.

Method: write_uint(data)

 write_uint(data) 

Writes a single unsigned integer value to the stream.

Parameters:

ParameterTypeDescription
datauintThe value to write.

Method: write_uints(data)

 write_uints(data) 

Writes an array of unsigned integer values to the stream.

Parameters:

ParameterTypeDescription
datauintThe array to write.

Method: write_ulong(data)

 write_ulong(data) 

Writes an array of unsigned long values to the stream.

Parameters:

ParameterTypeDescription
dataulongThe array to write.

Method: write_ulongs(data)

 write_ulongs(data) 

Writes an array of unsigned long values to the stream.

Parameters:

ParameterTypeDescription
dataulongThe array to write.

Method: write_ushort(data)

 write_ushort(data) 

Writes a single unsigned short value to the stream.

Parameters:

ParameterTypeDescription
dataushortThe value to write.

Method: write_ushorts(data)

 write_ushorts(data) 

Writes an array of unsigned short values to the stream.

Parameters:

ParameterTypeDescription
dataushortThe array to write.