init?(serializedRepresentation : Data)
Discussion 議論
This property contains a data object in the format used by the file
pasteboard type. This data object is also suitable for passing to init(serialized
.
このプロパティは、データオブジェクトをfile
ペーストボード型によって使われる形式で含みます。このデータオブジェクトはまた、init(serialized
に渡すのに適します。
This property may be nil
if the user modifies the contents of the file system node after you call read(from:
or init(url:
, but before File
has read the contents of the file. You can use the immediate
reading option to reduce the likelihood of this problem.
このプロパティはnil
かもしれません、もしあなたがread(from:
またはinit(url:
を呼び出した後にしかしFile
がファイルの内容を読み出し終える前に、ユーザがファイルシステムノードの内容を修正するならば。あなたは、immediate
読み出しオプションを使って、この問題の可能性を減少させることができます。