FFSM++  1.1.0
French Forest Sector Model ++
zip_p.h File Reference
#include "zip.h"
#include "zipentry_p.h"
#include <QtGlobal>
#include <QFileInfo>
Include dependency graph for zip_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ZipPrivate
 

Macros

#define ZIP_READ_BUFFER   (256*1024)
 

Macro Definition Documentation

#define ZIP_READ_BUFFER   (256*1024)

zLib authors suggest using larger buffers (128K or 256K) for (de)compression (especially for inflate()) we use a 256K buffer here - if you want to use this code on a pre-iceage mainframe please change it ;)

Definition at line 52 of file zip_p.h.

Referenced by ZipPrivate::createEntry().