BigTiffWriterBE Class
Summary: The big endian BigTiff stream writer.
Module: aspose.imaging.fileformats.tiff.filemanagement.bigtiff
Full Name: aspose.imaging.fileformats.tiff.filemanagement.bigtiff.BigTiffWriterBE
Inheritance: TiffBigEndianStreamWriter
Constructors
Name | Description |
---|---|
BigTiffWriterBE(writer) | Initializes a new instance of the BigTiffWriterBE class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
position | long | r/w | Gets or sets the stream position. |
sync_root | object | r | Gets an object that can be used to synchronize access to the synchronized resource. |
Methods
Name | Description |
---|---|
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
write(data) | Writes BigTiff offset. |
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: BigTiffWriterBE(writer)
BigTiffWriterBE(writer)
Initializes a new instance of the BigTiffWriterBE class.
Parameters:
Parameter | Type | Description |
---|---|---|
writer | StreamContainer | The stream writer. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | double | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | double | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | float | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | float | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | TiffRational | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | TiffSRational | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | TiffRational[] | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | TiffSRational[] | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | sbyte | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | sbyte | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | int | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | short | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | short | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | int | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | uint | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | uint | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | ushort | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | ushort | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | long | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | long | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | ulong | The stream position. |
Method: write(data)
write(data)
Writes BigTiff offset.
Parameters:
Parameter | Type | Description |
---|---|---|
data | ulong | The stream position. |
Method: write(data, offset, data_length)
write(data, offset, data_length)
Writes the specified data.
Parameters:
Parameter | Type | Description |
---|---|---|
data | 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 | byte | The data to write. |
Method: write_bytes(data)
write_bytes(data)
Writes the specified data.
Parameters:
Parameter | Type | Description |
---|---|---|
data | 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 | double | 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 | double | 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 | long | 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 | long | 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 | 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 | 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 | short | 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 | short | 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 | uint | 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 | uint | 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 | ulong | 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 | ulong | 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 | ushort | 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 | ushort | The array to write. |