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

Detailed Description

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>

Inheritance diagram for IoIntfZipReader:

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.
 

Constructor & Destructor Documentation

◆ IoIntfZipReader()

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

The IoIntfZipReader constructor opens the Zip-File for reading.

Parameters
iothe I/O-interface to read from.
pathNamethe path+name to a ZIP file in the I/O-interface.