Helper class to handle file operations. More...
Inherits FileUtils.
Additional Inherited Members | |
Public Member Functions inherited from FileUtils | |
| virtual | ~FileUtils () |
| The destructor of FileUtils. | |
| virtual void | purgeCachedEntries () |
| Purges full path caches. | |
| local | purgeCachedEntries () |
| Purges full path caches. | |
| virtual std::string | getStringFromFile (const std::string &filename) |
| Gets string from a file. | |
| var | getStringFromFile ( var filename) |
| Gets string from a file. | |
| local | getStringFromFile ( local filename) |
| Gets string from a file. | |
| virtual Data | getDataFromFile (const std::string &filename) |
| Creates binary data from a file. More... | |
| var | getDataFromFile ( var filename) |
| Creates binary data from a file. More... | |
| local | getDataFromFile ( local filename) |
| Creates binary data from a file. More... | |
Static Public Member Functions inherited from FileUtils | |
| static FileUtils * | getInstance () |
| Gets the instance of FileUtils. | |
| var | getInstance () |
| Gets the instance of FileUtils. | |
| local | getInstance () |
| Gets the instance of FileUtils. | |
| static void | destroyInstance () |
| Destroys the instance of FileUtils. | |
| local | destroyInstance () |
| Destroys the instance of FileUtils. | |
| static void | setDelegate (FileUtils *delegate) |
| You can inherit from platform dependent implementation of FileUtils, such as FileUtilsAndroid, and use this function to set delegate, then FileUtils will invoke delegate's implementation. More... | |
| static FileUtils * | sharedFileUtils () |
| local | sharedFileUtils () |
| static void | purgeFileUtils () |
| local | purgeFileUtils () |
Helper class to handle file operations.