OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
#include <OgreAPKFileSystemArchive.h>
Public Member Functions | |
APKFileSystemArchive (const String &name, const String &archType, AAssetManager *assetMgr) | |
~APKFileSystemArchive () | |
DataStreamPtr | create (const String &filename) |
Create a new file (or overwrite one already there). More... | |
bool | exists (const String &filename) |
Find out if the named file exists (note: fully qualified filename required) More... | |
StringVectorPtr | find (const String &pattern, bool recursive=true, bool dirs=false) |
Find all file or directory names matching a given pattern in this archive. More... | |
FileInfoListPtr | findFileInfo (const String &pattern, bool recursive=true, bool dirs=false) |
Find all files or directories matching a given pattern in this archive and get some detailed information about them. More... | |
time_t | getModifiedTime (const String &filename) |
Retrieve the modification time of a given file. More... | |
const String & | getName (void) const |
Get the name of this archive. More... | |
const String & | getType (void) const |
Return the type code of this Archive. More... | |
bool | isCaseSensitive (void) const |
Returns whether this archive is case sensitive in the way it matches files. More... | |
virtual bool | isReadOnly () const |
Reports whether this Archive is read-only, or whether the contents can be updated. More... | |
StringVectorPtr | list (bool recursive=true, bool dirs=false) |
List all file names in the archive. More... | |
FileInfoListPtr | listFileInfo (bool recursive=true, bool dirs=false) |
List all files in the archive with accompanying information. More... | |
void | load () |
Loads the archive. More... | |
DataStreamPtr | open (const String &filename, bool readOnly=true) |
Open a stream on a given file. More... | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
void * | operator new[] (size_t sz) |
void | remove (const String &filename) |
void | unload () |
Unloads the archive. More... | |
Ogre::APKFileSystemArchive::APKFileSystemArchive | ( | const String & | name, |
const String & | archType, | ||
AAssetManager * | assetMgr | ||
) |
Referenced by Ogre::APKFileSystemArchiveFactory::createInstance().
Ogre::APKFileSystemArchive::~APKFileSystemArchive | ( | ) |
|
virtual |
Create a new file (or overwrite one already there).
filename | The fully qualified name of the file |
Reimplemented from Ogre::Archive.
|
virtual |
Find out if the named file exists (note: fully qualified filename required)
Implements Ogre::Archive.
|
virtual |
Find all file or directory names matching a given pattern in this archive.
pattern | The pattern to search for; wildcards (*) are allowed |
recursive | Whether all paths of the archive are searched (if the archive has a concept of that) |
dirs | Set to true if you want the directories to be listed instead of files |
Implements Ogre::Archive.
|
virtual |
Find all files or directories matching a given pattern in this archive and get some detailed information about them.
pattern | The pattern to search for; wildcards (*) are allowed |
recursive | Whether all paths of the archive are searched (if the archive has a concept of that) |
dirs | Set to true if you want the directories to be listed instead of files |
Implements Ogre::Archive.
|
virtual |
Retrieve the modification time of a given file.
Implements Ogre::Archive.
|
inlineinherited |
Get the name of this archive.
|
inlineinherited |
Return the type code of this Archive.
Referenced by Ogre::APKFileSystemArchiveFactory::createInstance(), and Ogre::APKFileSystemArchiveFactory::~APKFileSystemArchiveFactory().
|
virtual |
Returns whether this archive is case sensitive in the way it matches files.
Implements Ogre::Archive.
|
inlinevirtualinherited |
Reports whether this Archive is read-only, or whether the contents can be updated.
References Ogre::FileInfo::filename.
|
virtual |
List all file names in the archive.
recursive | Whether all paths of the archive are searched (if the archive has a concept of that) |
dirs | Set to true if you want the directories to be listed instead of files |
Implements Ogre::Archive.
|
virtual |
List all files in the archive with accompanying information.
recursive | Whether all paths of the archive are searched (if the archive has a concept of that) |
dirs | Set to true if you want the directories to be listed instead of files |
Implements Ogre::Archive.
|
virtual |
Loads the archive.
Implements Ogre::Archive.
|
virtual |
Open a stream on a given file.
filename | The fully qualified name of the file |
readOnly | Whether to open the file in read-only mode or not (note, if the archive is read-only then this cannot be set to false) |
Implements Ogre::Archive.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
|
inlineinherited |
placement operator new
|
inlineinherited |
array operator new, with debug line info
|
inlineinherited |
|
virtual |
Reimplemented from Ogre::Archive.
|
virtual |
Unloads the archive.
Implements Ogre::Archive.