Looking for a way to handle compressed archives
-
Dear all,
I need to download and to uncompress an archive and I'm looking for a way to do it via Qt.
The type of the archive can be a .zip, .rar, .bz2, .gzip or whatever. The decision depends on if exists a very easy way to handle them via Qt.
The code has to works on Android and iOS platforms.Any suggestions ??
-
Hi,
Look for KArchive, it's KDE's standalone library for this purpose. Standalone as in not requiring the complete KDE framework
-
Hi,
Try "quazip":http://quazip.sourceforge.net/. But it works for zip archives only.
It works on Android too. -
You can get it from the framework branch of kdelibs.