ILanerContext.SaveToStream

Fore Syntax

SaveToStream(Stream: IIOStream);

Fore.NET Syntax

SaveToStream(Stream: System.IO.Stream);

Parameters

Stream. Stream.

Description

The SaveToStream method loads the context into specified stream.

Comments

To load the context from the stream use the ILanerContext.LoadFromStream method.

Fore and Fore.NET examples

The method use is given in the example for ILanerContext.LoadFromStream.

See also:

ILanerContext