- initWithScheme:host:path:
Initializes a newly created NSURL with a specified scheme, host, and path.
新しく作成されたNSURLを初期化します、指定されたスキーム、ホスト、そしてパスを使います。
- URLHandleUsingCache:
Returns a URL handle to service the receiver.
レシーバに情報提供するURlハンドルを返します。
- loadResourceDataNotifyingClient:usingCache:
Loads the receiver’s resource data in the background.
レシーバのもつリソースデータをバックグラウンドでロードします。
- resourceDataUsingCache:
Returns the receiver’s resource data, loading it if necessary.
レシーバのもつリソースデータを返します、必要ならばそれをロードします。
- propertyForKey:
Returns the specified property of the receiver’s resource.
レシーバのもつリソースのこの指定されたプロパティを返します。
- setProperty:forKey:
Changes the specified property of the receiver’s resource.
レシーバのもつリソースのこの指定されたプロパティを変更します。