Enum OutArchiveFormat
Writable archive format enumeration.
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public enum OutArchiveFormat
Fields
| Name | Description |
|---|---|
| BZip2 | Open Bzip2 archive format. |
| GZip | Open Gzip archive format. |
| SevenZip | Open 7-zip archive format. |
| Tar | Open Tar archive format. |
| Wim | Microsoft Windows Imaging disk image format. |
| XZ | Open Xz archive format. |
| Zip | Open Zip archive format. |