|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArchiveException | |
---|---|
org.apache.commons.compress | |
org.apache.commons.compress.archivers.tar | |
org.apache.commons.compress.archivers.zip | Zip Utilities that extend JDK zip classes by adding better handling of extra fields. |
Uses of ArchiveException in org.apache.commons.compress |
---|
Subclasses of ArchiveException in org.apache.commons.compress | |
---|---|
class |
UnpackException
Exception occurs when a exception within the unpack actions occurs. |
Methods in org.apache.commons.compress that throw ArchiveException | |
---|---|
protected abstract void |
AbstractArchive.doSave(OutputStream output)
Specific implementation of the save opteration. |
static Archive |
ArchiverFactory.getInstance(File file)
Returns an archiver, filled with an existing archive. |
static Archive |
ArchiverFactory.getInstance(String archiverName)
Returns an empty Archive, if an archiver could be found for this factory. |
static void |
ArchiverFactory.registerArchiver(Class clazz)
Registers a new archiver in the factory. |
static void |
ArchiverFactory.registerArchiver(String className)
Registers a new archiver in the factory. |
void |
AbstractArchive.save(File output)
Compresses the file with the given String as a filename |
void |
Archive.save(File output)
Packs this file. |
void |
AbstractArchive.save(OutputStream output)
|
void |
Archive.save(OutputStream output)
Packs a file. |
Uses of ArchiveException in org.apache.commons.compress.archivers.tar |
---|
Methods in org.apache.commons.compress.archivers.tar that throw ArchiveException | |
---|---|
void |
TarArchive.doSave(OutputStream output)
|
Uses of ArchiveException in org.apache.commons.compress.archivers.zip |
---|
Methods in org.apache.commons.compress.archivers.zip that throw ArchiveException | |
---|---|
protected void |
ZipArchive.doSave(OutputStream output)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |