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