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
StreamContainerThe stream writer.
Properties
ByteOrder
Gets Tiff byte order.
protected override TiffByteOrder ByteOrder { get; }
Property Value
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
ProcessWriteDataInt(int[], byte[])
Performs a conversion from the specific data type to the raw bytes.
protected override void ProcessWriteDataInt(int[] data, byte[] dest)
Parameters
ProcessWriteDataLong(long[], byte[])
Performs a conversion from the specific data type to the raw bytes.
protected override void ProcessWriteDataLong(long[] data, byte[] dest)
Parameters
ProcessWriteDataShort(short[], byte[])
Performs a conversion from the specific data type to the raw bytes.
protected override void ProcessWriteDataShort(short[] data, byte[] dest)
Parameters
ProcessWriteDataUInt(uint[], byte[])
Performs a conversion from the specific data type to the raw bytes.
protected override void ProcessWriteDataUInt(uint[] data, byte[] dest)
Parameters
ProcessWriteDataULong(ulong[], byte[])
Performs a conversion from the specific data type to the raw bytes.
protected override void ProcessWriteDataULong(ulong[] data, byte[] dest)
Parameters
ProcessWriteDataUShort(ushort[], byte[])
Performs a conversion from the specific data type to the raw bytes.
protected override void ProcessWriteDataUShort(ushort[] data, byte[] dest)