Go to the source code of this file.
Namespaces | |
namespace | PentZip |
Classes | |
struct | PentZip::TagzipFile__ |
struct | PentZip::tm_zip_s |
struct | PentZip::zip_fileinfo |
Typedefs | |
typedef PentZip::TagzipFile__ | PentZip::zipFile__ |
typedef zipFile__ * | PentZip::zipFile |
typedef voidp | PentZip::zipFile |
typedef PentZip::tm_zip_s | PentZip::tm_zip |
typedef const char * | PentZip::zipcharpc |
Functions | |
zipFile ZEXPORT zipOpen | PentZip::OF ((const char *pathname, int append)) |
zipFile ZEXPORT zipOpen2 | PentZip::OF ((const char *pathname, int append, zipcharpc *globalcomment, zlib_filefunc_def *pzlib_filefunc_def)) |
int ZEXPORT zipOpenNewFileInZip | PentZip::OF ((zipFile file, const char *filename, const zip_fileinfo *zipfi, const void *extrafield_local, uInt size_extrafield_local, const void *extrafield_global, uInt size_extrafield_global, const char *comment, int method, int level)) |
int ZEXPORT zipOpenNewFileInZip2 | PentZip::OF ((zipFile file, const char *filename, const zip_fileinfo *zipfi, const void *extrafield_local, uInt size_extrafield_local, const void *extrafield_global, uInt size_extrafield_global, const char *comment, int method, int level, int raw)) |
int ZEXPORT zipOpenNewFileInZip3 | PentZip::OF ((zipFile file, const char *filename, const zip_fileinfo *zipfi, const void *extrafield_local, uInt size_extrafield_local, const void *extrafield_global, uInt size_extrafield_global, const char *comment, int method, int level, int raw, int windowBits, int memLevel, int strategy, const char *password, uLong crcForCtypting)) |
int ZEXPORT zipWriteInFileInZip | PentZip::OF ((zipFile file, const void *buf, unsigned len)) |
int ZEXPORT zipCloseFileInZip | PentZip::OF ((zipFile file)) |
int ZEXPORT zipCloseFileInZipRaw | PentZip::OF ((zipFile file, uLong uncompressed_size, uLong crc32)) |
int ZEXPORT zipClose | PentZip::OF ((zipFile file, const char *global_comment)) |