init(url:)
Initializes and returns an NSInputStream object that reads data from the file at a given URL.
Declaration
init?(url: URL)Parameters
- url:
The URL to the file.
Return Value
An initialized NSInputStream object that reads data from the file at url.
Discussion
The stream must be opened before it can be used.