This method of the UserFileIOAccess Class determines whether the access flags in the specified integer are valid UserFileIOAccess flags.
public static boolean validAccessType(int acc);
Returns true if the access type is valid; otherwise, returns false.
acc | The access type that is checked for validity. |