![]() |
OGRE 14.6
Object-Oriented Graphics Rendering Engine
|
Specialisation of ZipArchiveFactory for embedded Zip files. More...
#include <OgreZip.h>
Public Types | |
| typedef bool(*) | DecryptEmbeddedZipFileFunc(size_t pos, void *buf, size_t len) |
| a function type to decrypt embedded zip file | |
Public Member Functions | |
| EmbeddedZipArchiveFactory () | |
| virtual | ~EmbeddedZipArchiveFactory () |
| Archive * | createInstance (const String &name, bool readOnly) override |
| Creates a new object. | |
| void | destroyInstance (Archive *ptr) override |
| Destroys an object which was created by this factory. | |
| const String & | getType (void) const override |
| Returns the factory type. | |
| Public Member Functions inherited from Ogre::ZipArchiveFactory | |
| 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 () |
Static Public Member Functions | |
| static void | addEmbbeddedFile (const String &name, const uint8 *fileData, size_t fileSize, DecryptEmbeddedZipFileFunc decryptFunc) |
| Add an embedded file to the embedded file list. | |
| static void | removeEmbbeddedFile (const String &name) |
| Remove an embedded file to the embedded file list. | |
Specialisation of ZipArchiveFactory for embedded Zip files.
| typedef bool(*) Ogre::EmbeddedZipArchiveFactory::DecryptEmbeddedZipFileFunc(size_t pos, void *buf, size_t len) |
a function type to decrypt embedded zip file
| pos | pos in file |
| buf | current buffer to decrypt |
| len | - length of buffer |
| Ogre::EmbeddedZipArchiveFactory::EmbeddedZipArchiveFactory | ( | ) |
|
virtual |
|
overridevirtual |
Returns the factory type.
Implements Ogre::FactoryObj< Archive >.
References Ogre::ArchiveFactory::createInstance().
|
overridevirtual |
Creates a new object.
| name | Name of the object to create |
| readOnly | whether the Archive is read only |
Implements Ogre::ArchiveFactory.
|
overridevirtual |
Destroys an object which was created by this factory.
| ptr | Pointer to the object to destroy |
Reimplemented from Ogre::FactoryObj< Archive >.
|
static |
Add an embedded file to the embedded file list.
|
static |
Remove an embedded file to the embedded file list.