Uses of Class
org.apache.commons.compress.archivers.zip.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
Modifier and TypeFieldDescriptionstatic 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.Modifier and TypeMethodDescriptionstatic ZipExtraField[]
ExtraFieldUtils.parse
(byte[] data, boolean local, ExtraFieldUtils.UnparseableExtraField onUnparseableData) Parses the array into ExtraFields and populate them with the given data.