Skip to content

barcelonascience/karchive

 
 

Repository files navigation

KArchive

Reading, creating, and manipulating file archives

Introduction

KArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR.

It also provides transparent compression and decompression of data, like the GZip format, via a subclass of QIODevice.

Usage

If you want to read and write compressed data, just create an instance of KCompressionDevice and write to or read from that.

If you want to read and write archive formats, create an instance of the appropriate subclass of KArchive (eg: K7Zip for 7-Zip files). You may need to combine this with usage of KCompressionDevice (see the API documentation for the relevant KArchive subclass for details).

About

Qt 5 addon providing access to numerous types of archives

Resources

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.3%
  • CMake 2.1%
  • Other 0.6%