initWithFilePath: method of the RTRFileOutputStream class
Returns an initialized output stream for writing to the specified 'filePath'.
- (nullable instancetype)initWithFilePath:(NSString*)filePath error:(NSError**)error;
Parameters
- filePath
- The address of the file to which the exported data will be written.
- error
- An error that has occurred during processing, if any.
Return values
The method returns an instance of the RTRFileOutputStream object, or nil if object creation failed.
3/2/2022 12:59:15 PM