OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::APKZipArchiveFactory Class Reference

#include <OgreAPKZipArchive.h>

+ Inheritance diagram for Ogre::APKZipArchiveFactory:

Public Member Functions

 APKZipArchiveFactory (AAssetManager *assetMgr)
 
virtual ~APKZipArchiveFactory ()
 
virtual void convertPath (String &inOutPath) const
 Some implementations (i.e. More...
 
ArchivecreateInstance (const String &name, bool readOnly)
 Creates a new object. More...
 
const StringgetType () const
 Returns the factory type. More...
 
- Public Member Functions inherited from Ogre::EmbeddedZipArchiveFactory
 EmbeddedZipArchiveFactory ()
 
 ~EmbeddedZipArchiveFactory () override
 
ArchivecreateInstance (const String &name, bool readOnly) override
 Creates a new object. More...
 
const StringgetType () const override
 Returns the factory type. More...
 
- Public Member Functions inherited from Ogre::ZipArchiveFactory
 ~ZipArchiveFactory () override
 
void destroyInstance (Archive *ptr) override
 Destroys an object which was created by this factory. More...
 
- Public Member Functions inherited from Ogre::ArchiveFactory
 ~ArchiveFactory () override
 
ArchivecreateInstance (const String &name) override
 Creates a new object. More...
 
- Public Member Functions inherited from Ogre::FactoryObj< Archive >
virtual ~FactoryObj ()
 

Additional Inherited Members

- Public Types inherited from Ogre::EmbeddedZipArchiveFactory
typedef bool(* DecryptEmbeddedZipFileFunc) (size_t pos, void *buf, size_t len)
 a function type to decrypt embedded zip file More...
 
- Static Public Member Functions inherited from Ogre::EmbeddedZipArchiveFactory
static void addEmbbeddedFile (const String &name, const uint8 *fileData, size_t fileSize, DecryptEmbeddedZipFileFunc decryptFunc)
 Add an embedded file to the embedded file list. More...
 
static void removeEmbbeddedFile (const String &name)
 Remove an embedded file to the embedded file list. More...
 

Constructor & Destructor Documentation

◆ APKZipArchiveFactory()

Ogre::APKZipArchiveFactory::APKZipArchiveFactory ( AAssetManager *  assetMgr)
inline

◆ ~APKZipArchiveFactory()

virtual Ogre::APKZipArchiveFactory::~APKZipArchiveFactory ( )
inlinevirtual

Member Function Documentation

◆ convertPath()

virtual void Ogre::APKZipArchiveFactory::convertPath ( String inOutPath) const
inlinevirtual

Some implementations (i.e.

APKFileSystemArchive) usually modify the filename. For example in APKFileSystemArchive, "/path/to/localfile.mesh" gets internally stored as "path/to/localfile.mesh" (no leading slash), but across the platform the leading slash is required. The ArchiveManager needs to be aware of this.

Parameters
inOutPathGiven the input path, converts it to the final path.

Reimplemented from Ogre::ArchiveFactory.

◆ createInstance()

Archive* Ogre::APKZipArchiveFactory::createInstance ( const String name,
bool  readOnly 
)
inlinevirtual

Creates a new object.

Parameters
nameName of the object to create
Returns
An object created by the factory. The type of the object depends on the factory.

Implements Ogre::ArchiveFactory.

References Ogre::EmbeddedZipArchiveFactory::addEmbbeddedFile(), and OGRE_NEW.

◆ getType()

const String& Ogre::APKZipArchiveFactory::getType ( ) const
virtual

Returns the factory type.

Returns
The factory type.

Implements Ogre::FactoryObj< Archive >.


The documentation for this class was generated from the following file: