Uses of Class
org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException

Packages that use UnsupportedZipFeatureException
org.apache.commons.compress.archivers.zip 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 UnsupportedZipFeatureException
(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.