Contents

finishDecoding()

Tells the receiver that you are finished decoding objects.

Declaration

func finishDecoding()

Discussion

Invoking this method allows the receiver to notify its delegate and to perform any final operations on the archive. Once this method is invoked, the receiver cannot decode any further values.

See Also

Decoding Data