init(url:)
Creates a data consumer that writes data to a location specified by a URL.
Declaration
init?(url: CFURL)Parameters
- url:
A CFURL object that specifies the data destination.
Return Value
A new data consumer object. In Objective-C, you’re responsible for releasing this object using CGDataConsumerRelease.