[Previous]
[Up]
[Next]
NSURL
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSURL.h
Inherits from: NSObject
Conforms to: NSCoding
+ (id) URLWithString: (NSString*)URLString
+ (id) URLWithString: (NSString*)URLString relativeToURL: (NSURL*)baseURL
+ (id) fileURLWithPath: (NSString*)path
- (void) loadResourceDataNotifyingClient: (id)client usingCache: (BOOL)shouldUseCache
- (NSString*) parameterString
- (NSString*) password
- (NSString*) path
- (NSNumber*) port
- (id) propertyForKey: (NSString*)propertyKey
- (NSString*) query
- (NSString*) relativePath
- (NSString*) relativeString
- (NSData*) resourceDataUsingCache: (BOOL)shouldUseCache
- (NSString*) resourceSpecifier
- (NSString*) scheme
- (BOOL) setProperty: (id)property
- (BOOL) setResourceData: (NSData*)data
- (NSURL*) standardizedURL
- (NSString*) user