Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE

Packages that use DumpArchiveConstants.COMPRESSION_TYPE
org.apache.commons.compress.archivers.dump This package provides stream classes for reading archives using the Unix DUMP format. 
 

Uses of DumpArchiveConstants.COMPRESSION_TYPE in org.apache.commons.compress.archivers.dump
 

Methods in org.apache.commons.compress.archivers.dump that return DumpArchiveConstants.COMPRESSION_TYPE
static DumpArchiveConstants.COMPRESSION_TYPE DumpArchiveConstants.COMPRESSION_TYPE.find(int code)
           
static DumpArchiveConstants.COMPRESSION_TYPE DumpArchiveConstants.COMPRESSION_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DumpArchiveConstants.COMPRESSION_TYPE[] DumpArchiveConstants.COMPRESSION_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.