Class FileProvider

Declaration :

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.

Relation files (<aggregation>)

Declaration :

Operation useFile

Declaration :

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

Operation useTemporaryStorage

Declaration :

Provides a pool for interminate frames

All public operations : useFile , useTemporaryStorage