|
Barracuda Application Server C/C++ Reference
NO
|
The IoIntfCspReader, which implements the abstract CspReader interface, makes it possible to open a "CSP dat" file via a IoIntf.
#include <IoIntfCspReader.h>

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