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 class
ZipArchiveEntry.ExtraFieldParsingMode
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)
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.
-