Commons Compress 1.5-redhat-1

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

java.lang.Object
  extended by org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
Enclosing class:
UnsupportedZipFeatureException

public static class UnsupportedZipFeatureException.Feature
extends Object

ZIP Features that may or may not be supported.

Since:
Commons Compress 1.1

Field Summary
static UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR
          The entry uses a data descriptor.
static UnsupportedZipFeatureException.Feature ENCRYPTION
          The entry is encrypted.
static UnsupportedZipFeatureException.Feature METHOD
          The entry used an unsupported compression method.
static UnsupportedZipFeatureException.Feature SPLITTING
          The archive uses splitting or spanning.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENCRYPTION

public static final UnsupportedZipFeatureException.Feature ENCRYPTION
The entry is encrypted.


METHOD

public static final UnsupportedZipFeatureException.Feature METHOD
The entry used an unsupported compression method.


DATA_DESCRIPTOR

public static final UnsupportedZipFeatureException.Feature DATA_DESCRIPTOR
The entry uses a data descriptor.


SPLITTING

public static final UnsupportedZipFeatureException.Feature SPLITTING
The archive uses splitting or spanning.

Since:
1.5
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Commons Compress 1.5-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.