Uses of Class
org.cryptomator.frontend.dokany.internal.structure.EnumIntegerSet
Packages that use EnumIntegerSet
Package
Description
-
Uses of EnumIntegerSet in org.cryptomator.frontend.dokany.adapter
Methods in org.cryptomator.frontend.dokany.adapter that return EnumIntegerSetModifier and TypeMethodDescriptionstatic EnumIntegerSet<FileAttribute>FileUtil.dosAttributesToEnumIntegerSet(DosFileAttributes attr) TODO: support for other attributes ?Methods in org.cryptomator.frontend.dokany.adapter with parameters of type EnumIntegerSetModifier and TypeMethodDescriptionstatic Set<OpenOption>FileUtil.buildOpenOptions(EnumIntegerSet<AccessMask> accessMasks, EnumIntegerSet<FileAccessMask> fileAccessMasks, EnumIntegerSet<FileAttribute> fileAttributes, EnumIntegerSet<CreateOptions> createOptions, CreationDisposition creationDisposition, boolean append, boolean fileExists) -
Uses of EnumIntegerSet in org.cryptomator.frontend.dokany.internal
Fields in org.cryptomator.frontend.dokany.internal declared as EnumIntegerSetModifier and TypeFieldDescriptionstatic final EnumIntegerSet<FileSystemFeature>VolumeInformation.DEFAULT_FS_FEATURESMethods in org.cryptomator.frontend.dokany.internal that return EnumIntegerSetModifier and TypeMethodDescriptionstatic <T extends Enum<T> & EnumInteger>
EnumIntegerSet<T>DokanyUtils.enumSetFromInt(int value, T[] allEnumValues) Will return an TODO: can be refactored to the EnumIntegerSet ClassVolumeInformation.fileSystemFeatures()Returns the value of thefileSystemFeaturesrecord component.Constructors in org.cryptomator.frontend.dokany.internal with parameters of type EnumIntegerSetModifierConstructorDescriptionVolumeInformation(int maxComponentLength, String name, int serialNumber, String fileSystemName, EnumIntegerSet<FileSystemFeature> fileSystemFeatures) Creates an instance of aVolumeInformationrecord class. -
Uses of EnumIntegerSet in org.cryptomator.frontend.dokany.internal.constants
Methods in org.cryptomator.frontend.dokany.internal.constants that return EnumIntegerSetModifier and TypeMethodDescriptionstatic EnumIntegerSet<CreateOptions>CreateOptions.fromInt(int value) static EnumIntegerSet<DokanOption>DokanOption.fromInt(int value) static EnumIntegerSet<FileAccess>FileAccess.fromInt(int i) static EnumIntegerSet<FileAttribute>FileAttribute.fromInt(int value) static EnumIntegerSet<FileSystemFeature>FileSystemFeature.fromInt(int value) -
Uses of EnumIntegerSet in org.cryptomator.frontend.dokany.internal.structure
Methods in org.cryptomator.frontend.dokany.internal.structure that return EnumIntegerSetMethods in org.cryptomator.frontend.dokany.internal.structure with parameters of type EnumIntegerSetModifier and TypeMethodDescriptionvoidByHandleFileInfo.setAttributes(EnumIntegerSet<FileAttribute> attributes) Constructors in org.cryptomator.frontend.dokany.internal.structure with parameters of type EnumIntegerSetModifierConstructorDescriptionDeviceOptions(String mountPoint, short threadCount, EnumIntegerSet<DokanOption> dokanOptions, String uncName, long timeout, long allocationUnitSize, long sectorSize) FullFileInfo(String path, long index, EnumIntegerSet<FileAttribute> attributes, int volumeSerialNumber) FullFileInfo(String path, long index, EnumIntegerSet<FileAttribute> attributes, int volumeSerialNumber, com.sun.jna.platform.win32.WinBase.FILETIME creationTime, com.sun.jna.platform.win32.WinBase.FILETIME lastAccessTime, com.sun.jna.platform.win32.WinBase.FILETIME lastWriteTime) -
Uses of EnumIntegerSet in org.cryptomator.frontend.dokany.internal.structure.filesecurity
Fields in org.cryptomator.frontend.dokany.internal.structure.filesecurity declared as EnumIntegerSetModifier and TypeFieldDescriptionprotected final EnumIntegerSet<AccessControlEntryFlag>AccessControlEntry.flagsMethods in org.cryptomator.frontend.dokany.internal.structure.filesecurity with parameters of type EnumIntegerSetModifier and TypeMethodDescriptionSelfRelativeSecurityDescriptor.createEmptySD(EnumIntegerSet<SecurityDescriptorControlFlag> flags) SelfRelativeSecurityDescriptor.createSD(EnumIntegerSet<SecurityDescriptorControlFlag> flags, SecurityIdentifier owner, SecurityIdentifier group, AccessControlList sacl, AccessControlList dacl) Constructors in org.cryptomator.frontend.dokany.internal.structure.filesecurity with parameters of type EnumIntegerSetModifierConstructorDescriptionAccessAllowedACE(EnumIntegerSet<AccessControlEntryFlag> flags, SecurityIdentifier sid, EnumIntegerSet<AccessMask> rights) protected