| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.dump |
This package provides stream classes for reading archives
using the Unix DUMP format.
|
| Class and Description |
|---|
| Dirent
Directory entry.
|
| DumpArchiveConstants.COMPRESSION_TYPE
The type of compression.
|
| DumpArchiveConstants.SEGMENT_TYPE
The type of tape segment.
|
| DumpArchiveEntry
This class represents an entry in a Dump archive.
|
| DumpArchiveEntry.PERMISSION |
| DumpArchiveEntry.TapeSegmentHeader
Archive entry as stored on tape.
|
| DumpArchiveEntry.TYPE |
| DumpArchiveException
Dump Archive Exception
|
| DumpArchiveSummary
This class represents identifying information about a Dump archive volume.
|
| TapeInputStream
Filter stream that mimics a physical tape drive capable of compressing
the data stream.
|