Type Property 型プロパティ

atomic

An option to write data to an auxiliary file first and then replace the original file with the auxiliary file when the write completes. データを補助ファイルに最初に書き出してそれから元のファイルと外部ファイルをその書き出しが完了する時に置き換えるようにするオプション。

Declaration 宣言

static var atomic: NSData.WritingOptions { get }

Discussion 議論

This option is equivalent to using a write method that takes the parameter atomically as true. このオプションは、パラメータatomicallytrueとしてとる書き出しメソッドを使うことと等しいです。