|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
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: |
NSData creation shortcuts from URL.
| + (NSData *) dataWithContentsOfAbstractPath: | (NSString *) | __deprecated |
| + (NSData *) dataWithContentsOfAbstractPath: | (NSString *) | path | |
| options: | (NSDataReadingOptions) | opt | |
| error: | (NSError **) | __deprecated | |
| - (id) initWithContentsOfAbstractPath: | (NSString *) | __deprecated |
| - (id) initWithContentsOfAbstractPath: | (NSString *) | path | |
| options: | (NSDataReadingOptions) | opt | |
| error: | (NSError **) | __deprecated | |