|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
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 () |
| ZipContainer::ZipContainer | ( | ) |
Uninitialized storage; call ZipContainer_constructor before use.