Uses of Class
kala.compress.archivers.dump.DumpArchiveEntry.TYPE
-
Packages that use DumpArchiveEntry.TYPE Package Description kala.compress.archivers.dump This package provides stream classes for reading archives using the UNIX DUMP format. -
-
Uses of DumpArchiveEntry.TYPE in kala.compress.archivers.dump
Fields in kala.compress.archivers.dump declared as DumpArchiveEntry.TYPE Modifier and Type Field Description private DumpArchiveEntry.TYPEDumpArchiveEntry. typeMethods in kala.compress.archivers.dump that return DumpArchiveEntry.TYPE Modifier and Type Method Description static DumpArchiveEntry.TYPEDumpArchiveEntry.TYPE. find(int code)DumpArchiveEntry.TYPEDumpArchiveEntry. getType()Gets the type of the entry.static DumpArchiveEntry.TYPEDumpArchiveEntry.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 kala.compress.archivers.dump with parameters of type DumpArchiveEntry.TYPE Modifier and Type Method Description voidDumpArchiveEntry. setType(DumpArchiveEntry.TYPE type)Sets the type of the entry.Constructors in kala.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)Constructs a new instance with name, inode and type.
-