Table of Contents

Class TiffBigEndianStreamWriter

Namespace
Aspose.Imaging.FileFormats.Tiff.FileManagement
Assembly
Aspose.Imaging.dll

Tiff stream writer for big-endian streams.

public class TiffBigEndianStreamWriter : TiffStreamWriter
Inheritance
#=zxGUTFrklD4PGEf4eGKsc3gL0G_AllGKYEXlNWJTTJ9qablcRaoyoVec=
TiffBigEndianStreamWriter
Derived
Inherited Members

Constructors

TiffBigEndianStreamWriter(StreamContainer)

Initializes a new instance of the TiffBigEndianStreamWriter class.

public TiffBigEndianStreamWriter(StreamContainer writer)

Parameters

writer StreamContainer

The stream writer.

Properties

ByteOrder

Gets Tiff byte order.

protected override TiffByteOrder ByteOrder { get; }

Property Value

TiffByteOrder

Methods

ProcessWriteDataDouble(double[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataDouble(double[] data, byte[] dest)

Parameters

data double[]

The data to convert.

dest byte[]

The destination array containing the converted data..

ProcessWriteDataFloat(float[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataFloat(float[] data, byte[] dest)

Parameters

data float[]

The data to convert.

dest byte[]

The destination array containing the converted data..

ProcessWriteDataInt(int[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataInt(int[] data, byte[] dest)

Parameters

data int[]

The data to convert.

dest byte[]

The destination array containing the converted data..

ProcessWriteDataLong(long[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataLong(long[] data, byte[] dest)

Parameters

data long[]

The data to convert.

dest byte[]

The destination array containing the converted data..

ProcessWriteDataShort(short[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataShort(short[] data, byte[] dest)

Parameters

data short[]

The data to convert.

dest byte[]

The destination array containing the converted data..

ProcessWriteDataUInt(uint[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataUInt(uint[] data, byte[] dest)

Parameters

data uint[]

The data to convert.

dest byte[]

The destination array containing the converted data..

ProcessWriteDataULong(ulong[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataULong(ulong[] data, byte[] dest)

Parameters

data ulong[]

The data to convert.

dest byte[]

The destination array containing the converted data..

ProcessWriteDataUShort(ushort[], byte[])

Performs a conversion from the specific data type to the raw bytes.

protected override void ProcessWriteDataUShort(ushort[] data, byte[] dest)

Parameters

data ushort[]

The data to convert.

dest byte[]

The destination array containing the converted data..