| Package | Description |
|---|---|
| org.apache.commons.compress.archivers.dump |
This package provides stream classes for reading archives using the Unix DUMP format.
|
| Modifier and Type | Method and Description |
|---|---|
static DumpArchiveEntry |
DumpArchiveEntry.PERMISSION.valueOf(String
Returns the enum constant of this type with the specified name.
|
static DumpArchiveEntry |
DumpArchiveEntry.PERMISSION.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set |
DumpArchiveEntry.PERMISSION.find(int code)
|
Set |
DumpArchiveEntry.getPermissions()
Returns the permissions on the entry.
|