CpioFormat

Inheritance: java.lang.Object, java.lang.Enum

public enum CpioFormat extends Enum<CpioFormat>

Enumeration with supported formats of cpio.

Fields

FieldDescription
NewAsciiNew ASCII Format.
NewAsciiCrcNew ASCII CRC Format.
OldAsciiPortable ASCII Format.
OldBinaryOld Binary Format.

Methods

MethodDescription
valueOf(String name)
values()

NewAscii

public static final CpioFormat NewAscii

New ASCII Format.

NewAsciiCrc

public static final CpioFormat NewAsciiCrc

New ASCII CRC Format.

OldAscii

public static final CpioFormat OldAscii

Portable ASCII Format.

OldBinary

public static final CpioFormat OldBinary

Old Binary Format.

valueOf(String name)

public static CpioFormat valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: CpioFormat

values()

public static CpioFormat[] values()

Returns: com.aspose.zip.CpioFormat[]