IWriteStream Interface
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
Name | Description |
---|---|
Write | Writes the specified array of bytes to the stream. |
Input parameter
This interface pointer is returned by the SaveToStream method of the Layout interface.
Remarks
This interface does not work if the Engine object is loaded as an out-of-process server.
See also
03.07.2024 8:50:25