Uses of Enum
org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Packages that use ZipArchiveEntry.ExtraFieldParsingMode
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipArchiveEntry.ExtraFieldParsingMode in org.apache.commons.compress.archivers.zip
Subclasses with type arguments of type ZipArchiveEntry.ExtraFieldParsingMode in org.apache.commons.compress.archivers.zipModifier and TypeClassDescriptionstatic enumHow to try to parse the extra fields.Methods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntry.ExtraFieldParsingModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ZipArchiveEntry.ExtraFieldParsingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.