Uses of Class
org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
-
Packages that use DumpArchiveEntry.TYPE Package Description org.apache.commons.compress.archivers.dump This package provides stream classes for reading archives using the Unix DUMP format. -
-
Uses of DumpArchiveEntry.TYPE in org.apache.commons.compress.archivers.dump
Fields in org.apache.commons.compress.archivers.dump declared as DumpArchiveEntry.TYPE Modifier and Type Field Description private DumpArchiveEntry.TYPE
DumpArchiveEntry. type
Methods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry.TYPE Modifier and Type Method 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(java.lang.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.Methods in org.apache.commons.compress.archivers.dump with parameters of type DumpArchiveEntry.TYPE Modifier and Type Method Description void
DumpArchiveEntry. setType(DumpArchiveEntry.TYPE type)
Set the type of the entry.Constructors in org.apache.commons.compress.archivers.dump with parameters of type DumpArchiveEntry.TYPE Constructor Description DumpArchiveEntry(java.lang.String name, java.lang.String simpleName, int ino, DumpArchiveEntry.TYPE type)
Constructor taking name, inode and type.
-