RTROutputStream class
This output stream class conforms to the RTROutputStream protocol and is used for exporting the processed image as data to the stream.
Properties
Name | Type | Description |
---|---|---|
outputStream | NSOutputStream* | The output stream to which the exported data will be written. |
error | NSError* | The error that has occurred. In case no errors occurred, this property is nil. |
Methods
Name | Description |
---|---|
- writeData: | Writes the provided data to the specified destination. |
- initWithOutputStream: | Returns an initialized output stream for writing to the specified output stream. |
3/2/2022 12:59:15 PM