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


Public Member Functions | |
| IoIntfCspReader (IoIntf *io, const char *pathName) | |
| The IoIntfCspReader constructor opens the Zip-File for reading. | |
| ~IoIntfCspReader () | |
| The destructor closes the file connection. | |
| int | close () |
| Close the file connection. | |
The IoIntfCspReader, which implements the abstract CspReader interface, makes it possible to open a "CSP dat" file via a IoIntf.
| 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. |