IAdhocBinaryItem.WriteToStream

Syntax

WriteToStream(Stream: IIOStream);

Parameters

Stream. Stream to write data.

Description

The WriteToStream method writes an element of the binary data collection to the stream.

Comments

To read data written to the stream, use the IAdhocBinaryItem.ReadFromStream method.

Example

The method use is given in the example for IAdhocBinaryItem.ReadFromStream.

See also:

IAdhocBinaryItem