TiffStreamWriter

TiffStreamWriter class

The Tiff stream writer.

public class TiffStreamWriter : #=zfqefJ$SH9wXxZHl$vvK9i5NRqxU5QV1ugmcCTJ8MTBtDYNzOnkXQ$l8=

Constructors

NameDescription
TiffStreamWriter(StreamContainer)Initializes a new instance of the TiffStreamWriter class.

Properties

NameDescription
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

NameDescription
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