Uses of Class
org.apache.commons.compress.archivers.ArchiveException

Packages that use ArchiveException
org.apache.commons.compress.archivers Provides a unified API and factories for dealing with archives in different formats. 
org.apache.commons.compress.archivers.dump This package provides stream classes for reading archives using the Unix DUMP format. 
 

Uses of ArchiveException in org.apache.commons.compress.archivers
 

Methods in org.apache.commons.compress.archivers that throw ArchiveException
 ArchiveInputStream ArchiveStreamFactory.createArchiveInputStream(InputStream in)
          Create an archive input stream from an input stream, autodetecting the archive type from the first few bytes of the stream.
 ArchiveInputStream ArchiveStreamFactory.createArchiveInputStream(String archiverName, InputStream in)
          Create an archive input stream from an archiver name and an input stream.
 ArchiveOutputStream ArchiveStreamFactory.createArchiveOutputStream(String archiverName, OutputStream out)
          Create an archive output stream from an archiver name and an input stream.
 

Uses of ArchiveException in org.apache.commons.compress.archivers.dump
 

Constructors in org.apache.commons.compress.archivers.dump that throw ArchiveException
DumpArchiveInputStream(InputStream is)
          Constructor.
 



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