IAdhocBinaryItem.WriteToStream

Fore Syntax

WriteToStream(Stream: IIOStream);

Fore.NET Syntax

None;

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.

Fore Example

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

See also:

IAdhocBinaryItem