ZipFile Class Reference
List of all members.
Classes |
| struct | ZipDirectoryFileHeader |
| struct | ZipDirectoryHeader |
| struct | ZipLocalHeader |
Public Member Functions |
|
bool | Start (const std::string &file) |
|
void | Finish () |
|
int | GetFileCount () const |
|
std::string | GetFileName (int nIndex) const |
|
int | GetFileLength (int nFile) const |
|
bool | ReadFile (const int nIndex, void *pBuffer) |
|
int | FindFile (const std::string &path) const |
The documentation for this class was generated from the following files:
- C:/Users/Marc/Desktop/Phystank/trunk/src/util/ZipFile.h
- C:/Users/Marc/Desktop/Phystank/trunk/src/util/ZipFile.cpp