Uses of Class
org.clazzes.org.apache.commons.compress.PackableObject

Packages that use PackableObject
org.clazzes.org.apache.commons.compress   
org.clazzes.org.apache.commons.compress.compressors.bzip2   
 

Uses of PackableObject in org.clazzes.org.apache.commons.compress
 

Subclasses of PackableObject in org.clazzes.org.apache.commons.compress
 class AbstractCompressor
          AbstractCompressor handles all compression/decompression actions on an abstract basis.
 

Methods in org.clazzes.org.apache.commons.compress that return PackableObject
static PackableObject PackableObject.identifyByHeader(java.io.File file, java.util.List<PackableObject> packables)
          Compares a file to a list of packables and identifies an object by header.
 

Method parameters in org.clazzes.org.apache.commons.compress with type arguments of type PackableObject
static PackableObject PackableObject.identifyByHeader(java.io.File file, java.util.List<PackableObject> packables)
          Compares a file to a list of packables and identifies an object by header.
 

Uses of PackableObject in org.clazzes.org.apache.commons.compress.compressors.bzip2
 

Subclasses of PackableObject in org.clazzes.org.apache.commons.compress.compressors.bzip2
 class BZip2Compressor
          Implementation of the Compressor Interface for BZip2.
 



Copyright © 2008. All Rights Reserved.