Instance Method インスタンスメソッド

initWithSerializedRepresentation:

Initializes the receiver as a regular-file file wrapper from given serialized data. 与えられたシリアライズされたデータから、レシーバを通常ファイルファイルラッパーとして初期化します。

Declaration 宣言

- (instancetype)initWithSerializedRepresentation:(NSData *)serializeRepresentation;

Parameters パラメータ

serializedRepresentation

Serialized representation of a file wrapper in the format used for the NSFileContentsPboardType pasteboard type. Data of this format is returned by such methods as serializedRepresentation and RTFDFromRange:documentAttributes: (NSAttributedString). NSFileContentsPboardTypeペーストボード型に対して使われる形式でのあるファイルラッパーのシリアライズされた表現。この形式のデータは、serializedRepresentationRTFDFromRange:documentAttributes: (NSAttributedString) のようなメソッドによって返されます。

Return Value 戻り値

Regular-file file wrapper initialized from serializedRepresentation. serializedRepresentationから初期化される通常ファイルファイルラッパー。

Discussion 議論

The file wrapper is not associated with a file-system node until you save it using writeToURL:options:originalContentsURL:error:. ファイルラッパーは、ファイルシステムノードと結び付けられません、あなたがそれをwriteToURL:options:originalContentsURL:error:を使って保存しない限りは。

See Also 参照

Creating File Wrappers ファイルラッパーを作成する

Related Documentation 関連文書