save

format

void save() throws EveException

description

Use this method to persist the current MediaCollection to disk while you are making changes to that MediaCollection and before you invoke the close() method.

 

For example, if the server stops or eVe processing gets interrupted during the update of a MediaCollection, any changes made to that MediaCollection will not be saved. If you invoke this method while changes are being made to a MediaCollection, those changes will be saved.

 

The close() method automatically calls the save() method when invoked.

parameters

none

returns

nothing (void)

throws

The save() method throws an EveException if the save fails.