IReadStream Interface
This is the interface for a read stream. This interface and all its methods are implemented on the client side. A read stream may be implemented as reading from file.
Methods
Name | Description |
---|---|
Close | Finishes using the stream. All allocated resources can be released. |
Read | Reads the specified number of bytes from the stream. |
Input parameter
The following methods receive a pointer to this interface as an input parameter:
- OpenImageFileFromStream method of the ImageProcessingTools object
- LoadFlexibleDescriptionFromStream method of the SectionDefinition object
- AddImageFromStream method of the Batch object
Samples
C# code
8/15/2023 1:19:30 PM