C/C++ Reference
IoIntfCspReader Struct 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>

Inheritance diagram for IoIntfCspReader:
Collaboration diagram for IoIntfCspReader:

List of all members.

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.

Detailed Description

The IoIntfCspReader, which implements the abstract CspReader interface, makes it possible to open a "CSP dat" file via a IoIntf.


Constructor & Destructor Documentation

IoIntfCspReader::IoIntfCspReader ( IoIntf io,
const char *  pathName 
)

The IoIntfCspReader constructor opens the Zip-File for reading.

Parameters:
iothe I/O-interface to read from.
pathNamethe path+name to the "CSP dat" file.