init(url:append:)
Returns an initialized output stream for writing to a specified URL.
Declaration
init?(url: URL, append shouldAppend: Bool)Parameters
Return Value
An initialized output stream that can write to url.
Discussion
The stream must be opened before it can be used.