Instance Property インスタンスプロパティ

serializedRepresentation

The contents of the file wrapper as an opaque data object. ファイルラッパーの内容、不透明データオブジェクトとして。

Declaration 宣言

@property(nullable, readonly, copy) NSData *serializedRepresentation;

Discussion 議論

This property contains a data object in the format used by the NSFileContentsPboardType pasteboard type. This data object is also suitable for passing to initWithSerializedRepresentation:. このプロパティは、データオブジェクトをNSFileContentsPboardTypeペーストボード型によって使われる形式で含みます。このデータオブジェクトはまた、initWithSerializedRepresentation:に渡すのに適します。

This property may be nil if the user modifies the contents of the file system node after you call readFromURL:options:error: or initWithURL:options:error:, but before NSFileWrapper has read the contents of the file. You can use the NSFileWrapperReadingImmediate reading option to reduce the likelihood of this problem. このプロパティはnilかもしれません、もしあなたがreadFromURL:options:error:またはinitWithURL:options:error:を呼び出した後にしかしNSFileWrapperがファイルの内容を読み出し終える前に、ユーザがファイルシステムノードの内容を修正するならば。あなたは、NSFileWrapperReadingImmediate読み出しオプションを使って、この問題の可能性を減少させてください。

See Also 参照

Related Documentation 関連文書