class: etk::archive::Zip
Description:
Constructor and Destructor:
+ Zip (const std::string & _fileName);
+ virtual ~Zip (void );
Synopsis:
# virtual void loadFile (int32_t _id);
Object Hierarchy:
+etk::Archive
+--> etk::archive::Zip
Detail:
Zip
+ Zip (const std::string & _fileName);
~Zip
+ virtual ~Zip (void );
loadFile
# virtual void loadFile (int32_t _id);
Request the load in memory of the concerned file.
Parameter [input]: _id Id of the file to load.
+etk::Archive
+--> etk::archive::Zip
Detail:
Zip
+ Zip (const std::string & _fileName);
~Zip
+ virtual ~Zip (void );
loadFile
# virtual void loadFile (int32_t _id);Request the load in memory of the concerned file.
Parameter [input]: | _id | Id of the file to load. |