#include <OgreAPKZipArchive.h>
◆ DecryptEmbeddedZipFileFunc
typedef bool(* Ogre::EmbeddedZipArchiveFactory::DecryptEmbeddedZipFileFunc) (size_t pos, void *buf, size_t len) |
|
inherited |
a function type to decrypt embedded zip file
- Parameters
-
pos | pos in file |
buf | current buffer to decrypt |
len | - length of buffer |
- Returns
- success
◆ APKZipArchiveFactory()
Ogre::APKZipArchiveFactory::APKZipArchiveFactory |
( |
AAssetManager * |
assetMgr | ) |
|
|
inline |
◆ ~APKZipArchiveFactory()
virtual Ogre::APKZipArchiveFactory::~APKZipArchiveFactory |
( |
| ) |
|
|
inlinevirtual |
◆ getType()
const String& Ogre::APKZipArchiveFactory::getType |
( |
void |
| ) |
const |
|
virtual |
◆ createInstance() [1/2]
Archive* Ogre::APKZipArchiveFactory::createInstance |
( |
const String & |
name, |
|
|
bool |
readOnly |
|
) |
| |
|
inlinevirtual |
◆ createInstance() [2/2]
virtual Archive* Ogre::ArchiveFactory::createInstance |
( |
const String & |
name | ) |
|
|
inlinevirtualinherited |
◆ addEmbbeddedFile()
◆ removeEmbbeddedFile()
static void Ogre::EmbeddedZipArchiveFactory::removeEmbbeddedFile |
( |
const String & |
name | ) |
|
|
staticinherited |
Remove an embedded file to the embedded file list.
◆ destroyInstance()
void Ogre::ZipArchiveFactory::destroyInstance |
( |
Archive * |
ptr | ) |
|
|
inlinevirtualinherited |
The documentation for this class was generated from the following file: