OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Specialisation to allow reading of files from a zip format source archive. More...
#include <OgreZip.h>
Public Member Functions | |
virtual | ~ZipArchiveFactory () |
Archive * | createInstance (const String &name, bool readOnly) override |
Creates a new object. | |
const String & | getType (void) const override |
Returns the factory type. | |
Public Member Functions inherited from Ogre::ArchiveFactory | |
virtual | ~ArchiveFactory () |
Archive * | createInstance (const String &name) override |
Creates a new object. | |
Public Member Functions inherited from Ogre::FactoryObj< Archive > | |
virtual | ~FactoryObj () |
virtual void | destroyInstance (Archive *ptr) |
Destroys an object which was created by this factory. | |
Specialisation to allow reading of files from a zip format source archive.
This archive format supports all archives compressed in the standard zip format, including iD pk3 files.
|
inlinevirtual |
|
overridevirtual |
Creates a new object.
name | Name of the object to create |
readOnly | whether the Archive is read only |
Implements Ogre::ArchiveFactory.