-
-
Notifications
You must be signed in to change notification settings - Fork 119
BitFormat
Oz edited this page Oct 3, 2023
·
7 revisions
The namespace that contains a set of archive formats usable with bit7z classes.
Type | Name | Description |
---|---|---|
const BitInFormat | BitFormat::APM | APM Archive Format. |
const BitInFormat | BitFormat::Arj | ARJ Archive Format. |
const BitInFormat | BitFormat::Auto | Automatic Format Detection (available only when compiling bit7z using the BIT7Z_AUTO_FORMAT option). |
const BitInOutFormat | BitFormat::BZip2 | BZIP2 Archive Format. |
const BitInFormat | BitFormat::Cab | CAB Archive Format. |
const BitInFormat | BitFormat::Chm | CHM Archive Format. |
const BitInFormat | BitFormat::COFF | COFF Archive Format. |
const BitInFormat | BitFormat::Compound | COMPOUND Archive Format. |
const BitInFormat | BitFormat::Cpio | CPIO Archive Format. |
const BitInFormat | BitFormat::CramFS | CramFS Archive Format. |
const BitInFormat | BitFormat::Deb | DEB Archive Format. |
const BitInFormat | BitFormat::Dmg | DMG Archive Format. |
const BitInFormat | BitFormat::Elf | ELF Archive Format. |
const BitInFormat | BitFormat::Ext | EXT Archive Format. |
const BitInFormat | BitFormat::Fat | FAT Archive Format. |
const BitInFormat | BitFormat::Flv | FLV Archive Format. |
const BitInFormat | BitFormat::GPT | GPT Archive Format. |
const BitInOutFormat | BitFormat::GZip | GZIP Archive Format. |
const BitInFormat | BitFormat::Hfs | HFS Archive Format. |
const BitInFormat | BitFormat::Hxs | HXS Archive Format. |
const BitInFormat | BitFormat::IHex | IHEX Archive Format. |
const BitInFormat | BitFormat::Iso | ISO Archive Format. |
const BitInFormat | BitFormat::Lzh | LZH Archive Format. |
const BitInFormat | BitFormat::Lzma | LZMA Archive Format. |
const BitInFormat | BitFormat::Lzma86 | LZMA86 Archive Format. |
const BitInFormat | BitFormat::Macho | MACHO Archive Format. |
const BitInFormat | BitFormat::Mbr | MBR Archive Format. |
const BitInFormat | BitFormat::Mslz | MSLZ Archive Format. |
const BitInFormat | BitFormat::Mub | MUB Archive Format. |
const BitInFormat | BitFormat::Nsis | NSIS Archive Format. |
const BitInFormat | BitFormat::Ntfs | NTFS Archive Format. |
const BitInFormat | BitFormat::Pe | PE Archive Format. |
const BitInFormat | BitFormat::Ppmd | PPMD Archive Format. |
const BitInFormat | BitFormat::QCow | QCOW Archive Format. |
const BitInFormat | BitFormat::Rar | RAR Archive Format. |
const BitInFormat | BitFormat::Rar5 | RAR5 Archive Format. |
const BitInFormat | BitFormat::Rpm | RPM Archive Format. |
const BitInOutFormat | BitFormat::SevenZip | 7Z Archive Format |
const BitInFormat | BitFormat::Split | SPLIT Archive Format. |
const BitInFormat | BitFormat::SquashFS | SquashFS Archive Format. |
const BitInFormat | BitFormat::Swf | SWF Archive Format. |
const BitInFormat | BitFormat::Swfc | SWFC Archive Format. |
const BitInOutFormat | BitFormat::Tar | TAR Archive Format. |
const BitInFormat | BitFormat::TE | TE Archive Format. |
const BitInFormat | BitFormat::Udf | UDF Archive Format. |
const BitInFormat | BitFormat::UEFIc | UEFIc Archive Format. |
const BitInFormat | BitFormat::UEFIs | UEFIs Archive Format. |
const BitInFormat | BitFormat::VDI | VDI Archive Format. |
const BitInFormat | BitFormat::Vhd | VHD Archive Format. |
const BitInFormat | BitFormat::Vhdx | VHDX Archive Format. |
const BitInFormat | BitFormat::VMDK | VMDK Archive Format. |
const BitInOutFormat | BitFormat::Wim | WIM Archive Format. |
const BitInFormat | BitFormat::Xar | XAR Archive Format. |
const BitInOutFormat | BitFormat::Xz | XZ Archive Format. |
const BitInFormat | BitFormat::Z | Z Archive Format. |
const BitInOutFormat | BitFormat::Zip | ZIP Archive Format. |
Documentation for bit7z v4.0.8
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
- Bit7zLibrary
- BitArchiveEditor
- BitArchiveReader
- BitArchiveWriter
- BitException
- BitFileCompressor
- BitFileExtractor
- BitMemCompressor
- BitMemExtractor
- BitStreamCompressor
- BitStreamExtractor
- BitInFormat