RTRFileOutputStream class
This output stream class conforms to the RTROutputStream protocol and is used for exporting the processed image as data to a specified file.
Properties
| Name | Type | Description |
|---|---|---|
| filePath | NSString* | The address of the file 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. |
| - initWithFilePath: |
Deprecated. Please, use the - initWithFilePath:error: instead. Returns an initialized output stream for writing to the specified 'filePath'. |
| - initWithFilePath:error: | Returns an initialized output stream for writing to the specified 'filePath' or nil if an error occurred. |
02.03.2022 12:59:15