Irrlicht 3D Engine
irr::io::IFileArchive Class Reference

The FileArchive manages archives and provides access to files inside them. More...

#include <IFileArchive.h>

+ Inheritance diagram for irr::io::IFileArchive:

List of all members.

Public Member Functions

Public Attributes


Detailed Description

The FileArchive manages archives and provides access to files inside them.

Definition at line 53 of file IFileArchive.h.


Member Function Documentation

virtual IReadFile* irr::io::IFileArchive::createAndOpenFile ( const path filename) [pure virtual]

Opens a file based on its name.

Creates and returns a new IReadFile for a file in the archive.

Parameters:
filenameThe file to open
Returns:
Returns A pointer to the created file on success, or 0 on failure.
virtual IReadFile* irr::io::IFileArchive::createAndOpenFile ( u32  index) [pure virtual]

Opens a file based on its position in the file list.

Creates and returns

Parameters:
indexThe zero based index of the file.
Returns:
Returns a pointer to the created file on success, or 0 on failure.
virtual const IFileList* irr::io::IFileArchive::getFileList ( ) const [pure virtual]

Returns the complete file tree.

Returns:
Returns the complete directory tree for the archive, including all files and folders
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.


Member Data Documentation

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.


The documentation for this class was generated from the following file: