#include <OgreZip.h>
Public Member Functions | ||||||||||
| ZipArchive (const String &name, const String &archType) | ||||||||||
| ~ZipArchive () | ||||||||||
| bool | isCaseSensitive (void) const | |||||||||
| Returns whether this archive is case sensitive in the way it matches files. | ||||||||||
| void | load () | |||||||||
| Loads the archive.
| ||||||||||
| void | unload () | |||||||||
| Unloads the archive.
| ||||||||||
| DataStreamPtr | open (const String &filename) const | |||||||||
| Open a stream on a given file.
| ||||||||||
| StringVectorPtr | list (bool recursive=true, bool dirs=false) | |||||||||
| List all file names in the archive.
| ||||||||||
| FileInfoListPtr | listFileInfo (bool recursive=true, bool dirs=false) | |||||||||
| List all files in the archive with accompanying information.
| ||||||||||
| StringVectorPtr | find (const String &pattern, bool recursive=true, bool dirs=false) | |||||||||
| Find all file or directory names matching a given pattern in this archive.
| ||||||||||
| 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.
| ||||||||||
| bool | exists (const String &filename) | |||||||||
| Find out if the named file exists (note: fully qualified filename required). | ||||||||||
| 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.
| Ogre::ZipArchive::~ZipArchive | ( | ) |
| void Ogre::ZipArchive::checkZzipError | ( | int | zzipError, | |
| const String & | operation | |||
| ) | const [protected] |
Handle any errors from zzip.
| bool Ogre::ZipArchive::isCaseSensitive | ( | void | ) | const [virtual] |
Returns whether this archive is case sensitive in the way it matches files.
Implements Ogre::Archive.
| void Ogre::ZipArchive::load | ( | ) | [virtual] |
Loads the archive.
Implements Ogre::Archive.
| void Ogre::ZipArchive::unload | ( | ) | [virtual] |
Unloads the archive.
Implements Ogre::Archive.
| DataStreamPtr Ogre::ZipArchive::open | ( | const String & | filename | ) | const [virtual] |
Open a stream on a given file.
| filename | The fully qualified name of the file |
Implements Ogre::Archive.
| StringVectorPtr Ogre::ZipArchive::list | ( | bool | recursive = true, |
|
| bool | dirs = false | |||
| ) | [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.
| FileInfoListPtr Ogre::ZipArchive::listFileInfo | ( | bool | recursive = true, |
|
| bool | dirs = false | |||
| ) | [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.
| StringVectorPtr Ogre::ZipArchive::find | ( | const String & | pattern, | |
| bool | recursive = true, |
|||
| bool | dirs = false | |||
| ) | [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.
| FileInfoListPtr Ogre::ZipArchive::findFileInfo | ( | const String & | pattern, | |
| bool | recursive = true, |
|||
| bool | dirs = false | |||
| ) | [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.
| bool Ogre::ZipArchive::exists | ( | const String & | filename | ) | [virtual] |
Find out if the named file exists (note: fully qualified filename required).
Implements Ogre::Archive.
| const String& Ogre::Archive::getName | ( | void | ) | const [inherited] |
| const String& Ogre::Archive::getType | ( | void | ) | const [inherited] |
ZZIP_DIR* Ogre::ZipArchive::mZzipDir [protected] |
FileInfoList Ogre::ZipArchive::mFileList [protected] |
String Ogre::Archive::mName [protected, inherited] |
String Ogre::Archive::mType [protected, inherited] |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:55:20 2008