class func writingIntent (with: URL, options: NSFileCoordinator.WritingOptions) -> Self
The URL of the document you intend to read from. あなたがそれから読み出そうとする書類のURL。
Availability 有効性
Technology
class func readingIntent(with url: URL
,
options: NSFileCoordinator
.ReadingOptions
= []) -> Self
url
The URL of the document you intend to read from. あなたがそれから読み出そうとする書類のURL。
options
オプション
The coordinated reading options. For a list of valid values, see NSFile
in the NSFile
.
協調読み出しオプション。有効な値のリストとして、NSFile
をNSFile
で見てください。
A newly instantiated and configured file access intent object. 新しくインスタンス化されたそして構成設定されたアクセスインテントオブジェクト。
When calling a file coordinator’s coordinate(with:
method, you pass an array of file access intent objects. Each intent object represents a specific read or write operation on a single document or directory. Use reading
to create an intent object suitable for reading.
ファイルコーディネータのもつcoordinate(with:
メソッドを呼び出す時、あなたはいくつかのファイルアクセスインテントオブジェクトからなる配列を渡します。各インテントオブジェクトは、ある特定の読み出しまたは書き出し演算をある単一の書類またはディレクトリ上で表します。reading
を使って、読み出しに適したインテントオブジェクトを作成してください。
class func writingIntent (with: URL, options: NSFileCoordinator.WritingOptions) -> Self
func coordinate(with: [NSFileAccessIntent], queue: OperationQueue, byAccessor : (Error?) -> Void)