Uses of Class
kala.compress.archivers.zip.UnsupportedZipFeatureException
-
Packages that use UnsupportedZipFeatureException Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of UnsupportedZipFeatureException in kala.compress.archivers.zip
Methods in kala.compress.archivers.zip that throw UnsupportedZipFeatureException Modifier and Type Method Description (package private) static voidZipUtil. checkRequestedFeatures(ZipArchiveEntry ze)Checks whether the entry requires features not (yet) supported by the library and throws an exception if it does.
-