Uses of Interface
org.cryptomator.frontend.dokany.internal.constants.EnumInteger
Packages that use EnumInteger
Package
Description
-
Uses of EnumInteger in org.cryptomator.frontend.dokany.internal
Methods in org.cryptomator.frontend.dokany.internal with type parameters of type EnumIntegerModifier and TypeMethodDescriptionstatic <T extends EnumInteger>
TDokanyUtils.enumFromInt(int value, T[] enumValues) TODO: can be refactored to the EnumIntegerSet Classstatic <T extends Enum<T> & EnumInteger>
EnumIntegerSet<T>DokanyUtils.enumSetFromInt(int value, T[] allEnumValues) Will return an TODO: can be refactored to the EnumIntegerSet ClassMethods in org.cryptomator.frontend.dokany.internal with parameters of type EnumIntegerModifier and TypeMethodDescriptionstatic <T extends EnumInteger>
TDokanyUtils.enumFromInt(int value, T[] enumValues) TODO: can be refactored to the EnumIntegerSet Class -
Uses of EnumInteger in org.cryptomator.frontend.dokany.internal.constants
Classes in org.cryptomator.frontend.dokany.internal.constants that implement EnumIntegerModifier and TypeClassDescriptionenumEnumeration of the possible AccesMask options.enumhttps://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/wdm/nf-wdm-zwcreatefileenumEnum encoding the CreationDisposition-values forDokanyFileSystemWhen the file ...enumAdditionalAccessMaskvalues specific to directories.enumenumDefines standard, specific, and generic rights.enumAdditionalAccessMaskvalues specific to files.enumhttps://msdn.microsoft.com/en-us/library/gg258117(v=vs.85).aspxenumhttps://msdn.microsoft.com/en-us/library/cc246323.aspxenumenumFor general Information about NtStatus, see "Using NTSTATUS values".enumIdentifies the object-related security information being set or queried.enumenum -
Uses of EnumInteger in org.cryptomator.frontend.dokany.internal.structure
Classes in org.cryptomator.frontend.dokany.internal.structure with type parameters of type EnumIntegerModifier and TypeClassDescriptionfinal classEnumIntegerSet<T extends Enum<T> & EnumInteger>Used to store multiple enum values such asFileSystemFeatureandDokanOption. -
Uses of EnumInteger in org.cryptomator.frontend.dokany.internal.structure.filesecurity
Classes in org.cryptomator.frontend.dokany.internal.structure.filesecurity that implement EnumIntegerModifier and TypeClassDescriptionenumEnumeration of the different ACE control flags.enumEnumeration of the possible AccesMask options.enumEnumeration of the different control flags that can be set in the header of a security descriptor The documentation is taken from the official Microsoft doc.