|
Barracuda Application Server C/C++ Reference
NO
|
The IoIntfZipReader, which implements the abstract ZipReader interface, makes it possible for a ZipIo to open a ZIP file via another IoInterface.
#include <IoIntfZipReader.h>

Public Member Functions | |
| IoIntfZipReader (IoIntf *io, const char *pathName) | |
| The IoIntfZipReader constructor opens the Zip-File for reading. More... | |
| ~IoIntfZipReader () | |
| The destructor closes the file connection. | |
| int | close () |
| Close the file connection. | |
| int | getECode () |
| Returns the last error code, if any. | |
Public Member Functions inherited from CspReader | |
| bool | isValid () |
| Returns true if the reader object is valid. | |
| IoIntfZipReader::IoIntfZipReader | ( | IoIntf * | io, |
| const char * | pathName | ||
| ) |
The IoIntfZipReader constructor opens the Zip-File for reading.
| io | the I/O-interface to read from. |
| pathName | the path+name to a ZIP file in the I/O-interface. |