Uses of Class
kala.compress.archivers.zip.ZipMethod
-
Packages that use ZipMethod Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipMethod in kala.compress.archivers.zip
Fields in kala.compress.archivers.zip with type parameters of type ZipMethod Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ZipMethod>ZipMethod. codeToEnumMethods in kala.compress.archivers.zip that return ZipMethod Modifier and Type Method Description static ZipMethodZipMethod. getMethodByCode(int code)returns theZipMethodfor the given code or null if the method is not known.static ZipMethodZipMethod. valueOf(java.lang.String name)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.Constructors in kala.compress.archivers.zip with parameters of type ZipMethod Constructor Description UnsupportedZipFeatureException(ZipMethod method, ZipArchiveEntry entry)Creates an exception for archives that use an unsupported compression algorithm.
-