Uses of Enum Class
com.openinventor.inventor.helpers.SbFileHelper.FileAccess
Packages that use SbFileHelper.FileAccess
-
Uses of SbFileHelper.FileAccess in com.openinventor.inventor.helpers
Methods in com.openinventor.inventor.helpers that return SbFileHelper.FileAccessModifier and TypeMethodDescriptionstatic SbFileHelper.FileAccess
SbFileHelper.FileAccess.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SbFileHelper.FileAccess
Returns the enum constant of this class with the specified name.static SbFileHelper.FileAccess[]
SbFileHelper.FileAccess.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.helpers with parameters of type SbFileHelper.FileAccessModifier and TypeMethodDescriptionstatic boolean
SbFileHelper.isAccessible
(String filename, SbFileHelper.FileAccess mode) Returns true if a file is accessible
The default value of the mode parameter is READ_ONLY.