Uses of Class
org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Packages that use ZipArchiveEntry.ExtraFieldParsingMode Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipArchiveEntry.ExtraFieldParsingMode in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntry.ExtraFieldParsingMode Modifier and Type Method Description static ZipArchiveEntry.ExtraFieldParsingModeZipArchiveEntry.ExtraFieldParsingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ZipArchiveEntry.ExtraFieldParsingMode[]ZipArchiveEntry.ExtraFieldParsingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-