Enum InArchiveFormat
Readable archive format enumeration.
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public enum InArchiveFormat
Fields
| Name | Description |
|---|---|
| APM | APM format. |
| Apfs | Apple File System Format. |
| Arj | Proprietary Arj archive format. |
| BZip2 | Open Bzip2 archive format. |
| Cab | Microsoft cabinet archive format. |
| Chm | Microsoft Compiled HTML Help file format. |
| Compound | Microsoft Compound file format. |
| Cpio | Open Cpio archive format. |
| CramFS | Compressed ROM file system format. |
| Deb | Open Debian software package format. |
| Dmg | Apple Mac OS X Disk Copy Disk Image format. |
| Elf | Linux executable Elf format. |
| Fat | FAT file system format. |
| Flv | Flash video format. |
| GZip | Open Gzip archive format. |
| Gpt | GUID Partition Table. |
| Hfs | Macintosh Disk Image on CD. |
| Iso | Open ISO disk image format. |
| Lzh | Open Lzh archive format. |
| Lzma | Open core 7-zip Lzma raw archive format. |
| Lzma86 | Lzma86 file format. |
| Lzw | Open LZW archive format; implemented in "compress" program; also known as "Z" archive format. |
| MachO | Mach-O file format. |
| Mbr | MBR format. |
| Msi | Windows Installer Database. |
| Mslz | MSLZ archive format. |
| Mub | Mub |
| Nsis | Nullsoft installation package format. |
| Ntfs | NTFS file system format. |
| PE | Windows PE executable format. |
| Ppmd | Prediction by Partial Matching by Dmitry algorithm. |
| Rar | RarLab Rar archive format, version 5. |
| Rar4 | RarLab Rar archive format, version 4 or older. |
| Rpm | Open Rpm software package format. |
| SevenZip | Open 7-zip archive format. |
| Split | Open split file format. |
| SquashFS | SquashFS file system format. |
| Swf | Shockwave Flash format. |
| Swfc | Swfc format. |
| TE | TE format. |
| Tar | Open Tar archive format. |
| UEFIc | UEFIc format. |
| UEFIs | UEFIs format. |
| Udf | Open Udf disk image format. |
| Vhd | Microsoft virtual hard disk file format. |
| Wim | Microsoft Windows Imaging disk image format. |
| XZ | Open Xz archive format. |
| Xar | Xar open source archive format. |
| Zip | Open Zip archive format. |