Enum CpioFormat
CpioFormat enumeration
Enumeration with supported formats of cpio.
public enum CpioFormat
Values
Name | Value | Description |
---|---|---|
OldBinary | 0 | Old Binary Format. |
OldAscii | 1 | Portable ASCII Format. |
NewAscii | 2 | New ASCII Format. |
NewAsciiCrc | 3 | New ASCII CRC Format. |
See Also
- namespace Aspose.Zip.Cpio
- assembly Aspose.Zip