|
SharkSSL™ Embedded SSL/TLS Stack
|
Abstract interface class for reading a ZipFile.
See the example code FileZipReader for more information. You can also use the bin2c tool if you want to embed the ZIP file in the application executable or firmware.
#include <ZipFileIterator.h>
Public Member Functions | |
| ZipReader () | |
| Uninitialized storage; call ZipReader_constructor before use. | |
| ZipReader (CspReader_Read r, U32 zipFileSize) | |
| Initialize a reader interface; no ZIP data is read yet. More... | |