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 static ExtraFieldUtils.UnparseableExtraFieldExtraFieldUtils.UnparseableExtraField. READRead the extra field data into an instance ofUnparseableExtraFieldData.static ExtraFieldUtils.UnparseableExtraFieldExtraFieldUtils.UnparseableExtraField. SKIPSkip the extra field entirely and don't make its data available - effectively removing the extra field data.static ExtraFieldUtils.UnparseableExtraFieldExtraFieldUtils.UnparseableExtraField. THROWThrow 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)Parses the array into ExtraFields and populate them with the given data.
-