Class FileProvider

This is the Factory for Files, whenever something wants to use some file (or temporary storage), This Factory will hand out some smart/shared pointer to a File object which will be used to retrieve Frames.

Declaration :

Relation files (<aggregation>)

Declaration :

Operation useFile

Announces that the application intends to use this file with mode (READ|WRITE|READWRITE)

Declaration :

Operation useTemporaryStorage

Provides a pool for interminate frames

Declaration :

All public operations : useFile , useTemporaryStorage