Enum ZipArchiveEntry.ExtraFieldParsingMode

java.lang.Object
java.lang.Enum<ZipArchiveEntry.ExtraFieldParsingMode>
org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
All Implemented Interfaces:
Serializable, Comparable<ZipArchiveEntry.ExtraFieldParsingMode>, ExtraFieldParsingBehavior, UnparseableExtraFieldBehavior
Enclosing class:
ZipArchiveEntry

How to try to parse the extra fields.

Configures the behavior for:

  • What shall happen if the extra field content doesn't follow the recommended pattern of two-byte id followed by a two-byte length?
  • What shall happen if an extra field is generally supported by Commons Compress but its content cannot be parsed correctly? This may for example happen if the archive is corrupt, it triggers a bug in Commons Compress or the extra field uses a version not (yet) supported by Commons Compress.
Since:
1.19