Class BigTiffWriterBE
BigTiffWriterBE class
The big endian BigTiff stream writer.
public class BigTiffWriterBE : TiffBigEndianStreamWriter
Constructors
Name | Description |
---|
BigTiffWriterBE(StreamContainer) | Initializes a new instance of the BigTiffWriterBE class. |
Properties
Name | Description |
---|
Position { get; set; } | Gets or sets the stream position. |
SyncRoot { get; } | Gets an object that can be used to synchronize access to the synchronized resource. |
Methods
Name | Description |
---|
Write(byte) | Writes a single byte value to the stream. |
Write(byte[]) | Writes the specified data. |
Write(double) | Writes a single double value to the stream. |
Write(double[]) | Writes an array of double values to the stream. |
Write(float) | Writes a single float value to the stream. |
Write(float[]) | Writes an array of float values to the stream. |
Write(int) | Writes a single integer value to the stream. |
Write(int[]) | Writes an array of integer values to the stream. |
Write(long) | Writes an array of signed long values to the stream. |
Write(long[]) | Writes an array of signed long values to the stream. |
Write(MemoryStream) | Writes the specified data. |
Write(sbyte) | Writes a single signed byte value to the stream. |
Write(sbyte[]) | Writes an array of signed byte values to the stream. |
Write(short) | Writes a single short value to the stream. |
Write(short[]) | Writes an array of short values to the stream. |
Write(TiffRational) | Writes a single rational number value to the stream. |
Write(TiffRational[]) | Writes an array of unsigned rational values to the stream. |
Write(TiffSRational) | Writes a single signed rational number value to the stream. |
Write(TiffSRational[]) | Writes an array of signed rational values to the stream. |
Write(uint) | Writes a single unsigned integer value to the stream. |
Write(uint[]) | Writes an array of unsigned integer values to the stream. |
Write(ulong) | Writes an array of unsigned long values to the stream. |
Write(ulong[]) | Writes an array of unsigned long values to the stream. |
Write(ushort) | Writes a single unsigned short value to the stream. |
Write(ushort[]) | Writes an array of unsigned short values to the stream. |
Write(byte[], int, int) | Writes the specified data. |
See Also