2 #include "zipios++/zipios-config.h" 4 #include "zipios++/meta-iostreams.h" 18 izf =
new ZipInputStreambuf( is.rdbuf(), pos ) ;
27 ifs =
new std::ifstream( filename.c_str(), std::ios::in |std:: ios::binary ) ;
28 izf =
new ZipInputStreambuf( ifs->rdbuf(), pos ) ;
33 int ZipInputStream::available() {
50 return izf->getNextEntry() ;
SimpleSmartPointer is a simple reference counting smart pointer template.