Uses of Class
kala.compress.archivers.dump.DumpArchiveEntry.PERMISSION
-
Packages that use DumpArchiveEntry.PERMISSION Package Description kala.compress.archivers.dump This package provides stream classes for reading archives using the UNIX DUMP format. -
-
Uses of DumpArchiveEntry.PERMISSION in kala.compress.archivers.dump
Fields in kala.compress.archivers.dump with type parameters of type DumpArchiveEntry.PERMISSION Modifier and Type Field Description private java.util.Set<DumpArchiveEntry.PERMISSION>DumpArchiveEntry. permissionsMethods in kala.compress.archivers.dump that return DumpArchiveEntry.PERMISSION Modifier and Type Method Description static DumpArchiveEntry.PERMISSIONDumpArchiveEntry.PERMISSION. valueOf(java.lang.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.Methods in kala.compress.archivers.dump that return types with arguments of type DumpArchiveEntry.PERMISSION Modifier and Type Method Description static java.util.Set<DumpArchiveEntry.PERMISSION>DumpArchiveEntry.PERMISSION. find(int code)java.util.Set<DumpArchiveEntry.PERMISSION>DumpArchiveEntry. getPermissions()Returns the permissions on the entry.
-