MHEG5Bool MHEG5nvmWrite(MHEG5String fn, void *buf, MHEG5Int len)
Write a file to the persistent store.
void MHEG5nvmReset(void)
Clear all NVM data from the persistent store.
void MHEG5nvmInitialise(U32BIT nvmSize)
Initialise NVM Storage.
void MHEG5ExitStore(void)
destroy Persistent Storage - only really useful on platform like WINDOWS
MHEG5Bool MHEG5nvmRead(MHEG5String fn, void **buf, MHEG5Int *len)
Read a file from the persistent store.