Enum CpioFormat

Enum CpioFormat

Namespace: Aspose.Zip.Cpio
Assembly: Aspose.Zip.dll (25.2.0)

Enumeration with supported formats of cpio.

public enum CpioFormat

Fields

NewAscii = 2

New ASCII Format.

NewAsciiCrc = 3

New ASCII CRC Format.

OldAscii = 1

Portable ASCII Format.

OldBinary = 0

Old Binary Format.

 English