Uses of Class
kala.compress.archivers.dump.DumpArchiveException
-
Packages that use DumpArchiveException Package Description kala.compress.archivers.dump This package provides stream classes for reading archives using the UNIX DUMP format. -
-
Uses of DumpArchiveException in kala.compress.archivers.dump
Subclasses of DumpArchiveException in kala.compress.archivers.dump Modifier and Type Class Description classInvalidFormatExceptionInvalid Format Exception.classShortFileExceptionShort File Exception.classUnrecognizedFormatExceptionUnrecognized Format Exception.classUnsupportedCompressionAlgorithmExceptionUnsupported compression algorithm.Methods in kala.compress.archivers.dump that throw DumpArchiveException Modifier and Type Method Description private java.lang.StringDumpArchiveInputStream. getPath(DumpArchiveEntry entry)Gets full path for specified archive entry, or null if there's a gap.
-