Sha256: d4deccb85a704f6555eb79910c3873f52b5e4dd6674cf911b473bad8ac4bbf2d
Contents?: true
Size: 922 Bytes
Versions: 9
Compression:
Stored size: 922 Bytes
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).
Version data entries
9 entries across 9 versions & 1 rubygems