#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) | ||||
| |||||
FileInfoListPtr | listFileInfo (bool recursive=true) | ||||
| |||||
StringVectorPtr | find (const String &pattern, bool recursive=true) | ||||
| |||||
FileInfoListPtr | findFileInfo (const String &pattern, bool recursive=true) | ||||
| |||||
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 45 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 96 of file OgreArchive.h. References Ogre::String. |
|
Return the type code of this Archive.
Definition at line 172 of file OgreArchive.h. References Ogre::String. |
|
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 80 of file OgreArchive.h. |
|
Archive type code.
Definition at line 82 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 Sun Mar 12 14:46:14 2006