|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlashManager
This module can be used in case there are available RAM and Flash file systems on the device, on which the framework will run. The Flash file system is persistent, but with slow write access, whereas the RAM file system is not persistent and with faster write access.
| Method Summary | |
|---|---|
void |
flushFile(java.io.File file,
FileListener listener)
Initiates request to copy the specified file from ram to flash. |
java.io.File |
getFile(java.io.File file)
Copies the specified file from flash to ram and returns a reference to the copied file. |
| Method Detail |
|---|
java.io.File getFile(java.io.File file)
file - the file to copy from flash to ram
void flushFile(java.io.File file,
FileListener listener)
file - the file to copy from ram to flashlistener - listener to be notified
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||