All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Eegeo::Helpers::IFileIO Class Referenceabstract
Inheritance diagram for Eegeo::Helpers::IFileIO:
Eegeo::Android::AndroidCacheFileIO Eegeo::Android::AndroidFileIO Eegeo::Emscripten::EmscriptenFileIO Eegeo::Windows::WindowsCacheFileIO Eegeo::Windows::WindowsFileIO

Public Member Functions

virtual bool OpenFile (std::fstream &stream, size_t &size, const std::string &name, std::ios_base::openmode mode=std::ifstream::in)=0
 
virtual bool WriteFile (const Byte *data, size_t size, const std::string &name, std::ios_base::openmode mode=std::ifstream::out)=0
 
virtual bool DeleteFile (const std::string &name)=0
 
virtual bool Exists (const std::string &name)=0
 
virtual bool TryStat (const std::string &name, FileStat &s)=0
 
virtual std::string GetAppFilePathname (const std::string &filename)=0
 

The documentation for this class was generated from the following file: