Am 18.08.2012 um 17:32 schrieb Alan Ezust <alan.ez...@gmail.com>:

> ...
> 
>> - An API for reading and writing .gz, .zip, and .tar.gz files.
> 
> Yes, this is *much* needed. I see zlib already in 3rdparty. So it's
> packaged with Qt but not exposed as an API.

zlib has been there for ages (probably Qt 1.x already). And its API /is/ 
exposed: qCompress which operates on byte arrays:

  http://qt-project.org/doc/qt-4.8/QByteArray.html

However zlib does /not/ support ZIP files, it only implements the actual 
compression algorithms (not the file hierarchy within a ZIP archive), AFAIK.

Cheers,
  Oliver


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to