initWithOutputStream: method of the RTROutputStream class
Returns an initialized output stream for writing to the specified output stream. This output stream must be opened before using.
- (instancetype)initWithOutputStream:(NSOutputStream*)outputStream;
Parameters
- outputStream
- The output stream to which the exported data will be written.
Return values
The method returns an instance of the RTROutputStream object, or nil if object creation failed.
3/2/2022 12:59:15 PM