Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Packages that use DumpArchiveSummary Package Description org.apache.commons.compress.archivers.dump This package provides stream classes for reading archives using the Unix DUMP format. -
-
Uses of DumpArchiveSummary in org.apache.commons.compress.archivers.dump
Fields in org.apache.commons.compress.archivers.dump declared as DumpArchiveSummary Modifier and Type Field Description private DumpArchiveSummaryDumpArchiveEntry. summaryCurrently unusedprivate DumpArchiveSummaryDumpArchiveInputStream. summaryMethods in org.apache.commons.compress.archivers.dump that return DumpArchiveSummary Modifier and Type Method Description DumpArchiveSummaryDumpArchiveInputStream. getSummary()Return the archive summary information.
-