Enumeration Case 列挙ケース

NSDataWritingAtomic

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 宣言

NSDataWritingAtomic = 1UL << 0

Discussion 議論

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