Uses of Enum Class
com.hierynomus.mssmb2.SMB2LockFlag
Packages that use SMB2LockFlag
Package
Description
-
Uses of SMB2LockFlag in com.hierynomus.mssmb2
Methods in com.hierynomus.mssmb2 that return SMB2LockFlagModifier and TypeMethodDescriptionstatic SMB2LockFlag
Returns the enum constant of this class with the specified name.static SMB2LockFlag[]
SMB2LockFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SMB2LockFlag in com.hierynomus.mssmb2.messages.submodule
Fields in com.hierynomus.mssmb2.messages.submodule with type parameters of type SMB2LockFlagModifier and TypeFieldDescriptionprivate final Set
<SMB2LockFlag> SMB2LockElement.lockFlags
private static final List
<EnumSet<SMB2LockFlag>> SMB2LockElement.VALID_FLAG_COMBINATIONS
Methods in com.hierynomus.mssmb2.messages.submodule that return types with arguments of type SMB2LockFlagConstructor parameters in com.hierynomus.mssmb2.messages.submodule with type arguments of type SMB2LockFlagModifierConstructorDescriptionSMB2LockElement
(long offset, long length, Set<SMB2LockFlag> lockFlags)