RTRMemoryOutputStream class
This output stream class conforms to the RTROutputStream protocol and is used for exporting the processed image as data to memory.
Properties
Name | Type | Description |
---|---|---|
data | NSData* | The data exported to memory. |
Methods
Name | Description |
---|---|
- writeData: | Writes the provided data to the specified destination. |
3/2/2022 12:59:15 PM