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.
データを補助ファイルに最初に書き出してそれから元のファイルと外部ファイルをその書き出しが完了する時に置き換えるようにするオプション。
NSDataWritingWithoutOverwriting
An option that attempts to write data to a file and fails with an error if the destination file already exists.
あるオプション、それはデータをファイルに書き込むよう試みてそして行き先ファイルが既に存在するならばあるエラーで失敗します。
NSDataWritingFileProtectionNone
An option to not encrypt the file when writing it out.
それを外部に書き出す時にファイルを暗号化しないようにするオプション。
NSDataWritingFileProtectionComplete
An option to make the file accessible only while the device is unlocked.
ファイルをデバイスがロック解除される間にのみアクセス可能にするあるオプション。
NSDataWritingFileProtectionCompleteUnlessOpen
An option to allow the file to be accessible while the device is unlocked or the file is already open.
デバイスがロック解除されるまたはファイルが既に開いている間にファイルがアクセス可能であるのを許可するあるオプション。
NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication
An option to allow the file to be accessible after a user first unlocks the device.
ユーザがデバイスをアンロックした後にファイルがアクセス可能であるのを許可するあるオプション。
NSDataWritingFileProtectionMask
An option the system uses when determining the file protection options that the system assigns to the data.
システムがデータに割り当てるファイル保護オプションを決定する時にシステムが使うあるオプション。