[Previous] [Up] [Next]

NSURL

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSURL

NSURL

Declared in: Foundation/NSURL.h

Inherits from: NSObject

Conforms to: NSCoding



URLWithString:

+ (id) URLWithString: (NSString*)URLString

URLWithString:relativeToURL:

+ (id) URLWithString: (NSString*)URLString relativeToURL: (NSURL*)baseURL

fileURLWithPath:

+ (id) fileURLWithPath: (NSString*)path

loadResourceDataNotifyingClient:usingCache:

- (void) loadResourceDataNotifyingClient: (id)client usingCache: (BOOL)shouldUseCache

parameterString

- (NSString*) parameterString

password

- (NSString*) password

path

- (NSString*) path

port

- (NSNumber*) port

propertyForKey:

- (id) propertyForKey: (NSString*)propertyKey

query

- (NSString*) query

relativePath

- (NSString*) relativePath

relativeString

- (NSString*) relativeString

resourceDataUsingCache:

- (NSData*) resourceDataUsingCache: (BOOL)shouldUseCache

resourceSpecifier

- (NSString*) resourceSpecifier

scheme

- (NSString*) scheme

setProperty:

- (BOOL) setProperty: (id)property

setResourceData:

- (BOOL) setResourceData: (NSData*)data

standardizedURL

- (NSURL*) standardizedURL

user

- (NSString*) user