Uses of Interface
org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ExtraFieldParsingBehavior in org.apache.commons.compress.archivers.zip
Modifier and TypeClassDescriptionstatic enum
How to try to parse the extra fields.Modifier and TypeMethodDescriptionZipArchiveEntry.getExtraFields
(ExtraFieldParsingBehavior parsingBehavior) Gets extra fields.static ZipExtraField[]
ExtraFieldUtils.parse
(byte[] data, boolean local, ExtraFieldParsingBehavior parsingBehavior) Parses the array into ExtraFields and populate them with the given data.