IWriteStream Interface
This is the interface for a write stream. This interface and its method are implemented on the client side.
Methods
Name | Description |
---|---|
Write | Writes the specified array of bytes to the stream. |
Output parameter
This object is the output parameter of the SaveToStream method of the VirtualFileSystemNode object.
Samples
This object is used in the following code sample: ExportToMemory
15.08.2023 13:19:30