func getPromisedItemResourceValue (AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey : URLResourceKey)
func promisedItemResourceValues (forKeys : [URLResourceKey]) -> [URLResourceKey : Any]
Availability 有効性
Technology
func checkPromisedItemIsReachableAndReturnError(_ error: NSErrorPointer
) -> Bool
error
The error that occurred when the promised item could not be reached. プロミス項目が到達されることができなかった場合に発生したエラー。
true
if the promised item is reachable; otherwise, false
.
true
、もしプロミス項目が到達可能ならば;そうでなければ、false
。
This method behaves identically to check
, but works on promised items. A promised item is not guaranteed to have its contents in the file system until you use a file coordinator to perform a coordinated read on its URL, which causes the contents to be downloaded or otherwise generated. Promised item URLs are returned by various APIs, including:
このメソッドはcheck
とまったく同じに振るまいます、しかしプロミス項目上で働きます。プロミス項目は、それの内容をファイルシステムの中に持つことを保証されません、あなたがファイルコーディネータを使って協調読み込みをそれのURL上で実行するまでは、それはその内容がダウンロードされるかそうでなければ生成されることを引き起こします。プロミス項目URLは、様々なAPIによって返され、以下を含んでいます:
A metadata query using either the NSMetadata
or NSMetadata
scopes
NSMetadata
またはNSMetadata
作用域のどちらかを使っているメタデータクエリ
The contents of the directory returned by the file manager’s URLFor
ファイルマネージャの持つURLFor
によって返されるディレクトリの内容
The URL inside the accessor block of a coordinated read or write operation that used the immediately
, for
, for
, or content
options
immediately
、for
、for
、またはcontent
オプションを使用した協調読み込みまたは書き込み演算のアクセッサブロック内部のURL
You must use this method instead of check
for any URLs returned by these methods.
あなたは、このメソッドをcheck
の代わりに、それらのメソッドによって返されるあらゆるURLに対して使わなければいけません。
func getPromisedItemResourceValue (AutoreleasingUnsafeMutablePointer<AnyObject?>, forKey : URLResourceKey)
func promisedItemResourceValues (forKeys : [URLResourceKey]) -> [URLResourceKey : Any]
func checkResourceIsReachableAndReturnError (NSErrorPointer) -> Bool