Write

TiffStreamWriter.Write method (1 of 26)

Writes the specified data.

public void Write(MemoryStream stream)
ParameterTypeDescription
streamMemoryStreamThe stream.

See Also


TiffStreamWriter.Write method (2 of 26)

Writes the specified data.

public void Write(byte[] data, int offset, int dataLength)
ParameterTypeDescription
dataByte[]The data to write.
offsetInt32The data offset.
dataLengthInt32Length of the data to writer.

See Also


TiffStreamWriter.Write method (3 of 26)

Writes the specified data.

public void Write(byte[] data)
ParameterTypeDescription
dataByte[]The data to write.

See Also


TiffStreamWriter.Write method (4 of 26)

Writes a single double value to the stream.

public void Write(double data)
ParameterTypeDescription
dataDoubleThe value to write.

See Also


TiffStreamWriter.Write method (5 of 26)

Writes an array of double values to the stream.

public void Write(double[] data)
ParameterTypeDescription
dataDouble[]The array to write.

See Also


TiffStreamWriter.Write method (6 of 26)

Writes a single float value to the stream.

public void Write(float data)
ParameterTypeDescription
dataSingleThe value to write.

See Also


TiffStreamWriter.Write method (7 of 26)

Writes an array of float values to the stream.

public void Write(float[] data)
ParameterTypeDescription
dataSingle[]The array to write.

See Also


TiffStreamWriter.Write method (8 of 26)

Writes a single rational number value to the stream.

public void Write(TiffRational data)
ParameterTypeDescription
dataTiffRationalThe value to write.

See Also


TiffStreamWriter.Write method (9 of 26)

Writes a single signed rational number value to the stream.

public void Write(TiffSRational data)
ParameterTypeDescription
dataTiffSRationalThe value to write.

See Also


TiffStreamWriter.Write method (10 of 26)

Writes an array of unsigned rational values to the stream.

public void Write(TiffRational[] data)
ParameterTypeDescription
dataTiffRational[]The array to write.

See Also


TiffStreamWriter.Write method (11 of 26)

Writes an array of signed rational values to the stream.

public void Write(TiffSRational[] data)
ParameterTypeDescription
dataTiffSRational[]The array to write.

See Also


TiffStreamWriter.Write method (12 of 26)

Writes a single signed byte value to the stream.

public void Write(sbyte data)
ParameterTypeDescription
dataSByteThe value to write.

See Also


TiffStreamWriter.Write method (13 of 26)

Writes an array of signed byte values to the stream.

public void Write(sbyte[] data)
ParameterTypeDescription
dataSByte[]The array to write.

See Also


TiffStreamWriter.Write method (14 of 26)

Writes an array of integer values to the stream.

public void Write(int[] data)
ParameterTypeDescription
dataInt32[]The array to write.

See Also


TiffStreamWriter.Write method (15 of 26)

Writes a single short value to the stream.

public void Write(short data)
ParameterTypeDescription
dataInt16The value to write.

See Also


TiffStreamWriter.Write method (16 of 26)

Writes an array of short values to the stream.

public void Write(short[] data)
ParameterTypeDescription
dataInt16[]The array to write.

See Also


TiffStreamWriter.Write method (17 of 26)

Writes a single integer value to the stream.

public void Write(int data)
ParameterTypeDescription
dataInt32The value to write.

See Also


TiffStreamWriter.Write method (18 of 26)

Writes a single byte value to the stream.

public void Write(byte data)
ParameterTypeDescription
dataByteThe value to write.

See Also


TiffStreamWriter.Write method (19 of 26)

Writes a single unsigned integer value to the stream.

public void Write(uint data)
ParameterTypeDescription
dataUInt32The value to write.

See Also


TiffStreamWriter.Write method (20 of 26)

Writes an array of unsigned integer values to the stream.

public void Write(uint[] data)
ParameterTypeDescription
dataUInt32[]The array to write.

See Also


TiffStreamWriter.Write method (21 of 26)

Writes a single unsigned short value to the stream.

public void Write(ushort data)
ParameterTypeDescription
dataUInt16The value to write.

See Also


TiffStreamWriter.Write method (22 of 26)

Writes an array of unsigned short values to the stream.

public void Write(ushort[] data)
ParameterTypeDescription
dataUInt16[]The array to write.

See Also


TiffStreamWriter.Write method (23 of 26)

Writes an array of signed long values to the stream.

public void Write(long data)
ParameterTypeDescription
dataInt64The array to write.

See Also


TiffStreamWriter.Write method (24 of 26)

Writes an array of signed long values to the stream.

public void Write(long[] data)
ParameterTypeDescription
dataInt64[]The array to write.

See Also


TiffStreamWriter.Write method (25 of 26)

Writes an array of unsigned long values to the stream.

public void Write(ulong data)
ParameterTypeDescription
dataUInt64The array to write.

See Also


TiffStreamWriter.Write method (26 of 26)

Writes an array of unsigned long values to the stream.

public void Write(ulong[] data)
ParameterTypeDescription
dataUInt64[]The array to write.

See Also