Uses of Enum
org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
Packages that use DumpArchiveEntry.TYPE
Package
Description
This package provides stream classes for reading archives using the Unix DUMP format.
-
Uses of DumpArchiveEntry.TYPE in org.apache.commons.compress.archivers.dump
Methods in org.apache.commons.compress.archivers.dump that return DumpArchiveEntry.TYPEModifier and TypeMethodDescriptionstatic DumpArchiveEntry.TYPE
DumpArchiveEntry.TYPE.find
(int code) DumpArchiveEntry.getType()
Gets the type of the entry.static DumpArchiveEntry.TYPE
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.TYPEModifier and TypeMethodDescriptionvoid
DumpArchiveEntry.setType
(DumpArchiveEntry.TYPE type) Sets the type of the entry.Constructors in org.apache.commons.compress.archivers.dump with parameters of type DumpArchiveEntry.TYPEModifierConstructorDescriptionprotected
DumpArchiveEntry
(String name, String simpleName, int ino, DumpArchiveEntry.TYPE type) Constructs a new instance with name, inode and type.