NSURL $Revision$ $Date$ NSURL Foundation/NSURL.h NSCoding URLWithString: URLString Initializes with a string as specified in RFCs 1738 and 1808 URLWithString: URLString relativeToURL: baseURL Initializes relative to a base URL, with a string as specified in RFCs 1738 and 1808 fileURLWithPath: path Initializes as a file schem URL with the specified path. loadResourceDataNotifyingClient: client usingCache: shouldUseCache Loads the resource data for the specified URL.

If shouldUseCache is YES then an attempt will be made to locate a cached NSURLHandle to provide the resource data, otherwise a new handle will be created and cached.

If the handle does not have the data available, it will be asked to load the data in the background by calling its loadInBackground method.

The specified client (if non-nil) will be set up to recieve notifications of the progress fo the background load process.

parameterString password path port propertyForKey: propertyKey query relativePath relativeString resourceDataUsingCache: shouldUseCache resourceSpecifier scheme setProperty: property setResourceData: data standardizedURL user