Framework Professional Edition Package


Package com.prosyst.mbs.framework.flash

This package provides APIs that can be used in case there are available RAM and Flash file systems on the device, on which the framework will run.

See:
          Description

Interface Summary
FileListener This interface can be used in case one, that requests copying a file from flash to ram wants to be notified when the action has completed successfully.
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.
 

Package com.prosyst.mbs.framework.flash Description

This package provides APIs that 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. Using these APIs one can benefit from the advantages of RAM and Flash file systems.

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. For example:

Import-Package: com.prosyst.mbs.framework.flash; specification-version=1.0


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved