ICustomObjectResolver.ReadToStream

Syntax

ReadToStream(Stream: IIOStream);

Parameters

Stream. The stream, to which data must be read.

Description

The ReadToStream method reads custom object data to the stream.

Comments

To write data from the stream to the custom object, use the ICustomObjectResolver.WriteFromStream method.

Example

The property use is given in the example for ICustomObjectResolver.WriteFromStream.

See also:

ICustomObjectResolver