| 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.PERMISSION | DumpArchiveEntry.PERMISSION. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DumpArchiveEntry.PERMISSION[] | 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> | DumpArchiveEntry.PERMISSION. find(int code) | 
| Set<DumpArchiveEntry.PERMISSION> | DumpArchiveEntry. getPermissions()Returns the permissions on the entry. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.