FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSData(NSURL_deprecated) Category Reference

NSData creation shortcuts from URL. More...

#import <NSURL.h>

Instance Methods

(id) - initWithContentsOfAbstractPath:
 
(id) - initWithContentsOfAbstractPath:options:error:
 

Class Methods

(NSData *) + dataWithContentsOfAbstractPath:
 
(NSData *) + dataWithContentsOfAbstractPath:options:error:
 

Detailed Description

NSData creation shortcuts from URL.

Deprecated:
This category is deprecated. See each method deprecated section about replacement.

Method Documentation

+ (NSData *) dataWithContentsOfAbstractPath: (NSString *)  __deprecated
Deprecated:
Use dataWithContentOfURL: and ::smartURL
+ (NSData *) dataWithContentsOfAbstractPath: (NSString *)  path
options: (NSDataReadingOptions)  opt
error: (NSError **)  __deprecated 
Deprecated:
Use dataWithContentOfURL:options:error and ::smartURL
- (id) initWithContentsOfAbstractPath: (NSString *)  __deprecated
Deprecated:
Use initWithContentOfURL: and ::smartURL
- (id) initWithContentsOfAbstractPath: (NSString *)  path
options: (NSDataReadingOptions)  opt
error: (NSError **)  __deprecated 
Deprecated:
Use initWithContentOfURL:options:error and ::smartURL

The documentation for this category was generated from the following file: