CpioFormat
Inheritance: java.lang.Object, java.lang.Enum
public enum CpioFormat extends Enum<CpioFormat>
Enumeration with supported formats of cpio.
Fields
| Field | Description |
|---|---|
| NewAscii | New ASCII Format. |
| NewAsciiCrc | New ASCII CRC Format. |
| OldAscii | Portable ASCII Format. |
| OldBinary | Old Binary Format. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: CpioFormat
values()
public static CpioFormat[] values()
Returns: com.aspose.zip.CpioFormat[]