The FileArchive manages archives and provides access to files inside them. More...
#include <IFileArchive.h>
The FileArchive manages archives and provides access to files inside them.
Definition at line 53 of file IFileArchive.h.
Opens a file based on its name.
Creates and returns a new IReadFile for a file in the archive.
filename | The file to open |
Opens a file based on its position in the file list.
Creates and returns
index | The zero based index of the file. |
virtual const IFileList* irr::io::IFileArchive::getFileList | ( | ) | const [pure virtual] |
Returns the complete file tree.
virtual E_FILE_ARCHIVE_TYPE irr::io::IFileArchive::getType | ( | ) | const [inline, virtual] |
get the archive type
Definition at line 76 of file IFileArchive.h.
References irr::io::EFAT_UNKNOWN.
An optionally used password string.
This variable is publicly accessible from the interface in order to avoid single access patterns to this place, and hence allow some more obscurity.
Definition at line 83 of file IFileArchive.h.