Barracuda Application Server C/C++ Reference
NO
IoIntfCspReader Struct Reference

Detailed Description

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

#include <IoIntfCspReader.h>

Inheritance diagram for IoIntfCspReader:

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.
 

Constructor & Destructor Documentation

◆ IoIntfCspReader()

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.