#include <OgreZip.h>
Inheritance diagram for Ogre::ZipArchive:
Public Member Functions | ||||||||||
ZipArchive (const String &name, const String &archType) | ||||||||||
~ZipArchive () | ||||||||||
bool | isCaseSensitive (void) const | |||||||||
| ||||||||||
void | load () | |||||||||
| ||||||||||
void | unload () | |||||||||
| ||||||||||
DataStreamPtr | open (const String &filename) const | |||||||||
| ||||||||||
StringVectorPtr | list (bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
FileInfoListPtr | listFileInfo (bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
StringVectorPtr | find (const String &pattern, bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
FileInfoListPtr | findFileInfo (const String &pattern, bool recursive=true, bool dirs=false) | |||||||||
| ||||||||||
bool | exists (const String &filename) | |||||||||
| ||||||||||
const String & | getName (void) const | |||||||||
Get the name of this archive. | ||||||||||
const String & | getType (void) const | |||||||||
Return the type code of this Archive. | ||||||||||
Protected Member Functions | ||||||||||
void | checkZzipError (int zzipError, const String &operation) const | |||||||||
Handle any errors from zzip. | ||||||||||
Protected Attributes | ||||||||||
ZZIP_DIR * | mZzipDir | |||||||||
Handle to root zip file. | ||||||||||
FileInfoList | mFileList | |||||||||
File list (since zziplib seems to only allow scanning of dir tree once). | ||||||||||
String | mName | |||||||||
Archive name. | ||||||||||
String | mType | |||||||||
Archive type code. |
Definition at line 49 of file OgreZip.h.
|
|
|
|
|
Handle any errors from zzip.
|
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Get the name of this archive.
Definition at line 100 of file OgreArchive.h. |
|
Return the type code of this Archive.
Definition at line 186 of file OgreArchive.h. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
Implements Ogre::Archive. |
|
File list (since zziplib seems to only allow scanning of dir tree once).
|
|
Archive name.
Definition at line 84 of file OgreArchive.h. |
|
Archive type code.
Definition at line 86 of file OgreArchive.h. |
|
Handle to root zip file.
|
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Thu Dec 27 15:22:47 2007