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

encodedData

The encoded data for the archiver. このアーカイバに対して符号化されたデータ。

Declaration 宣言

@property(readonly, strong) NSData *encodedData;

Discussion 議論

If encoding has not yet finished, invoking this property calls finishEncoding and populates this property with the encoded data. If you initialized the keyed archiver with initForWritingWithMutableData: and a specific mutable data instance, this property contains that instance. エンコーディングがまだやり終えていないならば、このプロパティを発動することはfinishEncodingを呼び出してこのプロパティをその符号化されたデータに入れます。あなたがキー付きアーカイバをinitForWritingWithMutableData:と特定の可変データインスタンスで初期化したならば、このプロパティはそのインスタンスを含みます。

See Also 参照

Archiving Data データをアーカイブする