Uses of Record Class
xyz.apollosoftware.bibliothiki.compression.ArchiveEntry.Permission
Packages that use ArchiveEntry.Permission
-
Uses of ArchiveEntry.Permission in xyz.apollosoftware.bibliothiki.compression
Methods in xyz.apollosoftware.bibliothiki.compression that return ArchiveEntry.PermissionModifier and TypeMethodDescriptionstatic @NonNull ArchiveEntry.PermissionArchiveEntry.Permission.decode(int value) Decode the permission from the numeric value.@NonNull ArchiveEntry.PermissionArchiveEntry.PermissionSet.group()Returns the value of thegrouprecord component.@NonNull ArchiveEntry.PermissionArchiveEntry.PermissionSet.user()Returns the value of theuserrecord component.@NonNull ArchiveEntry.PermissionArchiveEntry.PermissionSet.world()Returns the value of theworldrecord component.Constructors in xyz.apollosoftware.bibliothiki.compression with parameters of type ArchiveEntry.PermissionModifierConstructorDescriptionPermissionSet(@NonNull ArchiveEntry.Permission user, @NonNull ArchiveEntry.Permission group, @NonNull ArchiveEntry.Permission world) Creates an instance of aPermissionSetrecord class.