Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

This is the interface for a write stream. This interface and all its methods are implemented on the client-side. A write stream may be implemented, for example, as writing to a certain database or over the network.

Methods

NameDescription
WriteWrites the specified array of bytes to the stream.

Input parameter

This interface pointer is returned by the SaveToStream method of the Layout interface.

Remarks

In Linux, this interface does not work if the Engine object is loaded as an out-of-process server.

See also

IReadStream Layout