41 if (file.find(
".zip") == std::string::npos)
58 throw Exception(
"File " + file +
" is not readable.");
bool exists(const std::string &file) const
Check if the given file exists.
VFSSource abstract baseclass.
bool isReadable(const std::string &file) const
Check if a given file is readable for this VFSSource.
Implements a Zip archive file source.
VFSSource * createSource(const std::string &file) const
Create a new instance of a VFSSource initialized with the given file.