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