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

Packages that use UnsupportedZipFeatureException.Feature
org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. 
 

Uses of UnsupportedZipFeatureException.Feature in org.apache.commons.compress.archivers.zip
 

Fields in org.apache.commons.compress.archivers.zip declared as UnsupportedZipFeatureException.Feature
static UnsupportedZipFeatureException.Feature UnsupportedZipFeatureException.Feature.DATA_DESCRIPTOR
          The entry uses a data descriptor.
static UnsupportedZipFeatureException.Feature UnsupportedZipFeatureException.Feature.ENCRYPTION
          The entry is encrypted.
static UnsupportedZipFeatureException.Feature UnsupportedZipFeatureException.Feature.METHOD
          The entry used an unsupported compression method.
 

Methods in org.apache.commons.compress.archivers.zip that return UnsupportedZipFeatureException.Feature
 UnsupportedZipFeatureException.Feature UnsupportedZipFeatureException.getFeature()
          The unsupported feature that has been used.
 

Constructors in org.apache.commons.compress.archivers.zip with parameters of type UnsupportedZipFeatureException.Feature
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature reason, ZipArchiveEntry entry)
          Creates an exception.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.