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

finishEncoding()

Instructs the receiver to construct the final data stream. レシーバに最終データストリームを構築するよう指示します。

Declaration 宣言

func finishEncoding()

Discussion 議論

No more values can be encoded after this method is called. You must call this method when finished. このメソッドが呼び出された後、それ以上は値はエンコードされることができません。あなたは完了した時このメソッドを呼び出さなければなりません。

See Also 参照

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

Related Documentation 関連文書