Uses of Class
org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Packages that use ExtraFieldUtils.UnparseableExtraField
Package
Description
Provides stream classes for reading and writing archives using
the ZIP format.
-
Uses of ExtraFieldUtils.UnparseableExtraField in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip declared as ExtraFieldUtils.UnparseableExtraFieldModifier and TypeFieldDescriptionprivate final ExtraFieldUtils.UnparseableExtraField
ZipArchiveEntry.ExtraFieldParsingMode.onUnparseableData
static final ExtraFieldUtils.UnparseableExtraField
ExtraFieldUtils.UnparseableExtraField.READ
Read the extra field data into an instance ofUnparseableExtraFieldData
.static final ExtraFieldUtils.UnparseableExtraField
ExtraFieldUtils.UnparseableExtraField.SKIP
Skip the extra field entirely and don't make its data available - effectively removing the extra field data.static final ExtraFieldUtils.UnparseableExtraField
ExtraFieldUtils.UnparseableExtraField.THROW
Throw an exception if field cannot be parsed.Methods in org.apache.commons.compress.archivers.zip with parameters of type ExtraFieldUtils.UnparseableExtraFieldModifier and TypeMethodDescriptionstatic ZipExtraField[]
ExtraFieldUtils.parse
(byte[] data, boolean local, ExtraFieldUtils.UnparseableExtraField onUnparseableData) Split the array into ExtraFields and populate them with the given data.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ExtraFieldUtils.UnparseableExtraFieldModifierConstructorDescriptionprivate
ExtraFieldParsingMode
(ExtraFieldUtils.UnparseableExtraField onUnparseableData)