Uses of Record Class
xyz.apollosoftware.bibliothiki.compression.ArchiveEntry.PermissionSet
Packages that use ArchiveEntry.PermissionSet
-
Uses of ArchiveEntry.PermissionSet in xyz.apollosoftware.bibliothiki.compression
Methods in xyz.apollosoftware.bibliothiki.compression that return ArchiveEntry.PermissionSetModifier and TypeMethodDescriptionstatic @NonNull ArchiveEntry.PermissionSetArchiveEntry.PermissionSet.decode(long mode) Decode the permission set from the numeric value.@Nullable ArchiveEntry.PermissionSetArchiveEntry.permissions()Returns the value of thepermissionsrecord component.Methods in xyz.apollosoftware.bibliothiki.compression with parameters of type ArchiveEntry.PermissionSetModifier and TypeMethodDescription@NonNull ArchiveEntry.BuilderArchiveEntry.Builder.permissions(@Nullable ArchiveEntry.PermissionSet permissions) Set the UNIX permissions of the entry.Constructors in xyz.apollosoftware.bibliothiki.compression with parameters of type ArchiveEntry.PermissionSetModifierConstructorDescriptionArchiveEntry(@NonNull String name, @NonNull ArchiveEntry.Type type, @Nullable ArchiveEntry.PermissionSet permissions, @Nullable Long size) Construct an entry found in an archive.