CpioFormat

CpioFormat enumeration

Enumeration with supported formats of cpio.

public enum CpioFormat

Values

NameValueDescription
OldBinary0Old Binary Format.
OldAscii1Portable ASCII Format.
NewAscii2New ASCII Format.
NewAsciiCrc3New ASCII CRC Format.

See Also