virtual SharedObjectVisitor* CreateWriter(const String& name, const String& localPath, FileOpenerBase* pfileOpener) = 0;
CreateWriter creates and returns a new writer to save shared object data. Writing occurs from ActionScript when the SharedObject.flush method is used.
Parameters |
Description |
const String& name |
Name of the shared object. |
const String& localPath |
Relative location of the shared object data. |
FileOpenerBase* pfileOpener |
Pointer to FileOpenerBase for creating or opening the file containing the shared data. |
Pointer to SharedObjectVisitor interface for writing the shared object.