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