Uses of Interface
org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior
Packages that use 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
Classes in org.apache.commons.compress.archivers.zip that implement ExtraFieldParsingBehaviorModifier and TypeClassDescriptionstatic enum
How to try to parse the extra fields.Methods in org.apache.commons.compress.archivers.zip with parameters of type ExtraFieldParsingBehaviorModifier and TypeMethodDescriptionZipArchiveEntry.getExtraFields
(ExtraFieldParsingBehavior parsingBehavior) Retrieves extra fields.static ZipExtraField[]
ExtraFieldUtils.parse
(byte[] data, boolean local, ExtraFieldParsingBehavior parsingBehavior) Split the array into ExtraFields and populate them with the given data.