TiffBigEndianStreamWriter Class
Summary: Tiff stream writer for big-endian streams.
Module: aspose.imaging.fileformats.tiff.filemanagement
Full Name: aspose.imaging.fileformats.tiff.filemanagement.TiffBigEndianStreamWriter
Inheritance: TiffStreamWriter
Constructors
| Name | Description | 
|---|---|
| TiffBigEndianStreamWriter(writer) | Initializes a new instance of the TiffBigEndianStreamWriter class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| position | int | r/w | Gets or sets the stream position. | 
| sync_root | System.Object | r | Gets an object that can be used to synchronize access to the synchronized resource. | 
Methods
| Name | Description | 
|---|---|
| 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: TiffBigEndianStreamWriter(writer)
 TiffBigEndianStreamWriter(writer) 
Initializes a new instance of the TiffBigEndianStreamWriter class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| writer | StreamContainer | The stream writer. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.Byte | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffRational | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffSRational | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffRational[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffSRational[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.SByte | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.SByte | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.Byte | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The data to write. | 
Method: write(data)
 write(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The data to write. | 
Method: write(data, offset, data_length)
 write(data, offset, data_length) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.Byte | The data to write. | 
| offset | int | The data offset. | 
| data_length | int | Length of the data to writer. | 
Method: write_byte(data)
 write_byte(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.Byte | The data to write. | 
Method: write_bytes(data)
 write_bytes(data) 
Writes the specified data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.Byte | The data to write. | 
Method: write_double(data)
 write_double(data) 
Writes a single double value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float | The value to write. | 
Method: write_doubles(data)
 write_doubles(data) 
Writes an array of double values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float[] | The array to write. | 
Method: write_float(data)
 write_float(data) 
Writes a single float value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float | The value to write. | 
Method: write_floats(data)
 write_floats(data) 
Writes an array of float values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | float[] | The array to write. | 
Method: write_int(data)
 write_int(data) 
Writes an array of integer values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The array to write. | 
Method: write_ints(data)
 write_ints(data) 
Writes an array of integer values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The array to write. | 
Method: write_long(data)
 write_long(data) 
Writes an array of signed long values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The array to write. | 
Method: write_longs(data)
 write_longs(data) 
Writes an array of signed long values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The array to write. | 
Method: write_rational(data)
 write_rational(data) 
Writes a single rational number value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffRational | The value to write. | 
Method: write_rationals(data)
 write_rationals(data) 
Writes an array of unsigned rational values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffRational[] | The array to write. | 
Method: write_s_byte(data)
 write_s_byte(data) 
Writes a single signed byte value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.SByte | The value to write. | 
Method: write_s_bytes(data)
 write_s_bytes(data) 
Writes an array of signed byte values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | System.SByte | The array to write. | 
Method: write_s_rational(data)
 write_s_rational(data) 
Writes a single signed rational number value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffSRational | The value to write. | 
Method: write_s_rationals(data)
 write_s_rationals(data) 
Writes an array of signed rational values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | TiffSRational[] | The array to write. | 
Method: write_short(data)
 write_short(data) 
Writes a single short value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The value to write. | 
Method: write_shorts(data)
 write_shorts(data) 
Writes an array of short values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The array to write. | 
Method: write_uint(data)
 write_uint(data) 
Writes a single unsigned integer value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The value to write. | 
Method: write_uints(data)
 write_uints(data) 
Writes an array of unsigned integer values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The array to write. | 
Method: write_ulong(data)
 write_ulong(data) 
Writes an array of unsigned long values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The array to write. | 
Method: write_ulongs(data)
 write_ulongs(data) 
Writes an array of unsigned long values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The array to write. | 
Method: write_ushort(data)
 write_ushort(data) 
Writes a single unsigned short value to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int | The value to write. | 
Method: write_ushorts(data)
 write_ushorts(data) 
Writes an array of unsigned short values to the stream.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | int[] | The array to write. |