Package | Description |
---|---|
org.apache.commons.compress.archivers.dump |
This package provides stream classes for reading archives
using the Unix DUMP format.
|
Modifier and Type | Field and Description |
---|---|
private DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveEntry.TapeSegmentHeader.type |
Modifier and Type | Method and Description |
---|---|
static DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveConstants.SEGMENT_TYPE.find(int code) |
DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveEntry.getHeaderType()
Return the type of the tape segment header.
|
DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveEntry.TapeSegmentHeader.getType() |
static DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveConstants.SEGMENT_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DumpArchiveConstants.SEGMENT_TYPE[] |
DumpArchiveConstants.SEGMENT_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|