Sha256: 8360c681fe7bc533bdd2960a2e8241e145528b8aa28ca261aee5a9612c2ec768
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# KArchive Reading, creation, and manipulation of file archives ## Introduction KArchive provides classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR. If also provides transparent compression and decompression of data, like the GZip format, via a subclass of QIODevice. ## Usage If you are using CMake, you need to have find_package(KF5Archive NO_MODULE) (or similar) in your CMakeLists.txt file, and you need to link any target that uses KArchive against KF5::Archive. 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). ## Links - Home page: <https://projects.kde.org/projects/frameworks/karchive> - Mailing list: <https://mail.kde.org/mailman/listinfo/kde-frameworks-devel> - IRC channel: #kde-devel on Freenode - Git repository: <https://projects.kde.org/projects/frameworks/karchive/repository>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inqlude-0.7.0 | spec/data/karchive.readme |