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

encodedData

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

Declaration 宣言

var encodedData: Data { get }

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 init(forWritingWith:) and a specific mutable data instance, this property contains that instance. エンコーディングがまだやり終えていないならば、このプロパティを発動することはfinishEncoding()を呼び出してこのプロパティをその符号化されたデータに入れます。あなたがキー付きアーカイバをinit(forWritingWith:)と特定の可変データインスタンスで初期化したならば、このプロパティはそのインスタンスを含みます。

See Also 参照

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