Enum CpioFormat

Enum CpioFormat

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

Aufzählung mit unterstützten Formaten von cpio.

public enum CpioFormat

Felder

NewAscii = 2

Neues ASCII-Format.

NewAsciiCrc = 3

Neues ASCII-CRC-Format.

OldAscii = 1

Portables ASCII-Format.

OldBinary = 0

Altes Binärformat.

 Deutsch