28#ifndef __FileZipReader_h 
   29#define __FileZipReader_h 
   31#include <ZipFileIterator.h> 
   76                                     const char* pathName);
 
   81   FileZipReader_constructor(
this, pathName); }
 
   83   FileZipReader_destructor(
this); }
 
Example code that shows you how to write a ZipReader interface for the ZipIo class.
Definition: FileZipReader.h:51
FileZipReader(const char *pathName)
The ZipReader constructor opens the Zip-File for reading.
Definition: FileZipReader.h:80
~FileZipReader()
The destructor closes the file connection.
Definition: FileZipReader.h:82
Abstract interface class for reading a ZipFile.
Definition: ZipFileIterator.h:72