Uses of Interface
org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior
-
Packages that use ExtraFieldParsingBehavior Package Description org.apache.commons.compress.archivers.zip 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 ExtraFieldParsingBehavior Modifier and Type Class Description static classZipArchiveEntry.ExtraFieldParsingModeEnumerates how to try to parse the extra fields.Methods in org.apache.commons.compress.archivers.zip with parameters of type ExtraFieldParsingBehavior Modifier and Type Method Description ZipExtraField[]ZipArchiveEntry. 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.
-