Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
ZipContainer Struct Reference

Detailed Description

A ZipContainer is a buffer used by a ZipIo when reading data from a ZipReader.

You do not directly use a ZipContainer unless you use the internal ZIP CentralDirIterator class. See the ZipFileIterator.h header file for more information.

#include <ZipFileIterator.h>

Public Member Functions

 ZipContainer ()
 Uninitialized storage; call ZipContainer_constructor before use. More...
 
 ZipContainer (ZipReader *reader, U8 *buf, U32 bufSize)
 Create a ZipContainer instance. More...
 
ZipErr getECode ()
 

Constructor & Destructor Documentation

◆ ZipContainer()

ZipContainer::ZipContainer ( )

Uninitialized storage; call ZipContainer_constructor before use.