Uses of Enum
org.apache.commons.compress.archivers.zip.ZipMethod
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipMethod in org.apache.commons.compress.archivers.zip
Modifier and TypeMethodDescriptionstatic ZipMethod
ZipMethod.getMethodByCode
(int code) returns theZipMethod
for the given code or null if the method is not known.static ZipMethod
Returns the enum constant of this type with the specified name.static ZipMethod[]
ZipMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionUnsupportedZipFeatureException
(ZipMethod method, ZipArchiveEntry entry) Creates an exception for archives that use an unsupported compression algorithm.