- (NSData *)dataWithContentsOfURL:(NSURL *)url - returns
the data representation of the file at the specified URL.
Parameters
- (NSURL *)url
- String specifying the URL of the file.
Returns
(NSData *) - data representation of the file at the specified.