Skip to content

Archive Types

Antony jr edited this page Dec 16, 2017 · 2 revisions

The table below shows the supported compression formats that are currently
implemented in QArchive , eventhough you dont need to worry about this because
QArchive will automatically find the format through the file extension.
This will be helpful if you plan to write archives without any extensions!

Archive Code Code Format
QArchive::NO_FORMAT Represents no format.
QArchive::BZIP Represents .bz format.
QArchive::BZIP2 Represents .bz2 format.
QArchive::GZIP Represents .gz format.
QArchive::RAR Represenst .rar format.
QArchive::ZIP Represents .zip format.
QArchive::SEVEN_ZIP Represents .7z format.
Clone this wiki locally