| 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.TYPE | DumpArchiveEntry.TYPE. find(int code) | 
| DumpArchiveEntry.TYPE | DumpArchiveEntry. getType()Get the type of the entry. | 
| static DumpArchiveEntry.TYPE | DumpArchiveEntry.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DumpArchiveEntry.TYPE[] | DumpArchiveEntry.TYPE. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DumpArchiveEntry. setType(DumpArchiveEntry.TYPE type)Set the type of the entry. | 
| Constructor and Description | 
|---|
| DumpArchiveEntry(String name,
                String simpleName,
                int ino,
                DumpArchiveEntry.TYPE type)Constructor taking name, inode and type. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.