Murl::Util::FileInterface Member List
This is the complete list of members for Murl::Util::FileInterface, including all inherited members.
CloseFile(IFile *&handle) override | Murl::Util::FileInterface | virtual |
CreateFolder(const String &absolutePath)=0 | Murl::Util::FileInterface | protectedpure virtual |
FileExists(const String &name, IEnums::FileCategory category)=0 | Murl::IFileInterface | pure virtual |
FileInterface() | Murl::Util::FileInterface | |
FolderExists(const String &name, IEnums::FileCategory category)=0 | Murl::IFileInterface | pure virtual |
GetAbsoluteName(const String &relativeName, IEnums::FileCategory category, String &absoluteName) override | Murl::Util::FileInterface | virtual |
GetAbsolutePath(IEnums::FileCategory category, String &absolutePath)=0 | Murl::Util::FileInterface | protectedpure virtual |
GetAllFileNames(const String &relativePath, IEnums::FileCategory category, StringArray &names) override | Murl::Util::FileInterface | virtual |
GetAllFolderNames(const String &relativePath, IEnums::FileCategory category, StringArray &names) override | Murl::Util::FileInterface | virtual |
MapFile(const String &name, IEnums::FileCategory category, const UInt8 *&data, UInt64 &byteSize)=0 | Murl::Util::FileInterface | protectedpure virtual |
MapFileData(const String &name, IEnums::FileCategory category, ConstData &data) override | Murl::Util::FileInterface | virtual |
OpenFile(const String &name, IEnums::FileCategory category, IEnums::FileAccessMode mode, Bool createFolders) override | Murl::Util::FileInterface | virtual |
UnmapFile(const UInt8 *data)=0 | Murl::Util::FileInterface | protectedpure virtual |
UnmapFileData(ConstData &data) override | Murl::Util::FileInterface | virtual |
~FileInterface() override | Murl::Util::FileInterface |