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

initForWritingWithMutableData:

Initializes an archiver to encode data into a given a mutable-data object. あるアーカイバを初期化して、データをある与えられた可変データオブジェクトへと符号化します。

Declaration 宣言

- (instancetype)initForWritingWithMutableData:(NSMutableData *)data;

Parameters パラメータ

data

The mutable-data object into which the archive is written. それへとアーカイブが書き込まれる可変データオブジェクト。

Discussion 議論

When you finish encoding data, you must invoke finishEncoding at which point data is filled. The format of the receiver is NSPropertyListBinaryFormat_v1_0. あなたがデータのエンコードを終える時、あなたはfinishEncodingを発動しなければなりません、その時点でdataはいっぱいにされます。レシーバのフォーマットは、NSPropertyListBinaryFormat_v1_0です。

See Also 参照

Creating a Keyed Archiver キー付きアーカイバを作成する

Related Documentation 関連文書