Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveException
Packages that use DumpArchiveException
Package
Description
This package provides stream classes for reading archives using the UNIX DUMP format.
-
Uses of DumpArchiveException in org.apache.commons.compress.archivers.dump
Subclasses of DumpArchiveException in org.apache.commons.compress.archivers.dumpModifier and TypeClassDescriptionclass
Invalid Format Exception.class
Short File Exception.class
Unrecognized Format Exception.class
Unsupported compression algorithm.Methods in org.apache.commons.compress.archivers.dump that throw DumpArchiveExceptionModifier and TypeMethodDescriptionprivate String
DumpArchiveInputStream.getPath
(DumpArchiveEntry entry) Gets full path for specified archive entry, or null if there's a gap.