Class AccessControlEntry
java.lang.Object
org.cryptomator.frontend.dokany.internal.structure.filesecurity.AccessControlEntry
- All Implemented Interfaces:
Byteable
- Direct Known Subclasses:
AccessAllowedACE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EnumIntegerSet<AccessControlEntryFlag>protected final AccessControlEntryType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
-
Field Details
-
type
-
flags
-
-
Constructor Details
-
AccessControlEntry
protected AccessControlEntry(AccessControlEntryType type, EnumIntegerSet<AccessControlEntryFlag> flags)
-
-
Method Details
-
toByteArray
public abstract byte[] toByteArray()- Specified by:
toByteArrayin interfaceByteable
-
sizeOfByteArray
public abstract int sizeOfByteArray()- Specified by:
sizeOfByteArrayin interfaceByteable
-