Uses of Class
org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Packages that use ExtraFieldUtils.UnparseableExtraField Package Description org.apache.commons.compress.archivers.zip 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.UnparseableExtraField Modifier and Type Field Description private ExtraFieldUtils.UnparseableExtraField
ZipArchiveEntry.ExtraFieldParsingMode. onUnparseableData
static ExtraFieldUtils.UnparseableExtraField
ExtraFieldUtils.UnparseableExtraField. READ
Read the extra field data into an instance ofUnparseableExtraFieldData
.static ExtraFieldUtils.UnparseableExtraField
ExtraFieldUtils.UnparseableExtraField. SKIP
Skip the extra field entirely and don't make its data available - effectively removing the extra field data.static 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.UnparseableExtraField Modifier and Type Method Description static 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.UnparseableExtraField Constructor Description ExtraFieldParsingMode(ExtraFieldUtils.UnparseableExtraField onUnparseableData)
-