27 - (instancetype)initResourceURLWithPath:(NSString *)path;
 
   34 - (instancetype)initConfigurationURLWithPath:(NSString *)path;
 
   41 - (instancetype)initTemporaryURLWithPath:(NSString *)path;
 
   50 - (instancetype)initSmartURLWithPath:(NSString *)path;
 
   58 + (instancetype)resourceURLWithPath:(NSString *)path;
 
   64 + (instancetype)configurationURLWithPath:(NSString *)path;
 
   70 + (instancetype)temporaryURLWithPath:(NSString *)path;
 
   76 + (instancetype)smartURLWithPath:(NSString *)path;
 
   80 - (id)initWithAbstractPath:(NSString *)path __deprecated;
 
   83 - (id)initWithAbstractFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2) __deprecated;
 
   85 - (id)initWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2) __deprecated;
 
   87 - (id)initFileURLWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2) __deprecated;
 
   90 + (NSURL *)URLWithAbstractPath:(NSString *)path __deprecated;
 
   92 + (NSURL *)URLWithAbstractFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2) __deprecated;
 
   94 + (NSURL *)URLWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2) __deprecated;
 
   96 + (NSURL *)fileURLWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2) __deprecated;
 
  126 - (NSString *)stringByAddingPercentEncodingWithoutAllowedCharacters;
 
  133 - (NSString *)stringByAddingPercentEncodingForURLQuery;
 
  143 - (BOOL)hasHTTPPrefix;
 
  150 - (BOOL)hasSmartURLPrefix;
 
  155 - (NSString *)URLProtocol;
 
  177 - (NSURL *)resourceURL;
 
  183 - (NSURL *)configurationURL;
 
  189 - (NSURL *)temporaryURL;
 
  200 - (NSURL *)abstractURL __deprecated;
 
  204 - (BOOL)hasURLPrefix __deprecated;
 
  207 - (NSString *)pathProtocol;
 
  220 - (NSString *)stringByAddingPercentEscapesUsingUTF8Encoding
 
  221 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 101100 || __IPHONE_OS_VERSION_MAX_ALLOWED >= 90000
 
  222 NS_DEPRECATED(10_0, 10_11, 2_0, 9_0, "Use -stringByAddingPercentEscapesUsingEncoding:")
 
  231 - (NSString *)stringByReplacingPercentEscapesUsingUTF8Encoding
 
  232 #if __MAC_OS_X_VERSION_MAX_ALLOWED >= 101100 || __IPHONE_OS_VERSION_MAX_ALLOWED >= 90000
 
  233 NS_DEPRECATED(10_0, 10_11, 2_0, 9_0, "Use -stringByRemovingPercentEncoding:")
 
  247 - (id)initWithContentsOfAbstractPath:(NSString *)path __deprecated;
 
  249 + (NSData *)dataWithContentsOfAbstractPath:(NSString *)path __deprecated;
 
  252 - (id)initWithContentsOfAbstractPath:(NSString *)path options:(NSDataReadingOptions)opt error:(NSError **)error __deprecated;
 
  254 + (NSData *)dataWithContentsOfAbstractPath:(NSString *)path options:(NSDataReadingOptions)opt error:(NSError **)error __deprecated;
 
NSData creation shortcuts from URL. 
Definition: NSURL.h:244
 
BOOL hasDirectoryPath
The URL status if a given URL's path represents a directory. 
Definition: NSURL.h:109
 
Creation method extension. 
Definition: NSURL.h:18
 
NSURL missing bridge of CFURL. 
Definition: NSURL.h:103
 
NSString shortcut to detect URL and to create an NSURL. 
Definition: NSURL.h:117