|
| MinizipResourceProvider (const String &archive, bool loadLocal=true) |
|
void | setArchive (const String &archive) |
| sets the archive from which files are retrieved. More...
|
|
void | setLoadLocal (bool load=true) |
|
void | loadRawDataContainer (const String &filename, RawDataContainer &output, const String &resourceGroup) |
| Load XML data using InputSource objects. More...
|
|
size_t | getResourceGroupFileNames (std::vector< String > &out_vec, const String &file_pattern, const String &resource_group) |
|
void | setResourceGroupDirectory (const String &resourceGroup, const String &directory) |
| Set the directory associated with a given resource group identifier. More...
|
|
const String & | getResourceGroupDirectory (const String &resourceGroup) |
| Return the directory associated with the specified resource group identifier. More...
|
|
void | clearResourceGroupDirectory (const String &resourceGroup) |
| clears any currently set directory for the specified resource group identifier. More...
|
|
void | unloadRawDataContainer (RawDataContainer &data) |
| Unload raw binary data. This gives the resource provider a change to unload the data in its own way before the data container object is destroyed. If it does nothing, then the object will release its memory. More...
|
|
| ResourceProvider () |
| Constructor for the ResourceProvider class.
|
|
virtual | ~ResourceProvider (void) |
| Destructor for the ResourceProvider class.
|
|
const String & | getDefaultResourceGroup (void) const |
| Return the current default resource group identifier. More...
|
|
void | setDefaultResourceGroup (const String &resourceGroup) |
| Set the default resource group identifier. More...
|
|