Uses of Enum
org.xnio.FileAccess
Packages that use FileAccess
-
Uses of FileAccess in org.xnio
Fields in org.xnio with type parameters of type FileAccessModifier and TypeFieldDescriptionstatic final Option<FileAccess>Options.FILE_ACCESSThe file access mode to use when opening a file.Methods in org.xnio that return FileAccessModifier and TypeMethodDescriptionstatic FileAccessReturns the enum constant of this type with the specified name.static FileAccess[]FileAccess.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xnio with parameters of type FileAccessModifier and TypeMethodDescriptionXnio.openFile(File file, FileAccess access) Open a file on the filesystem.Xnio.openFile(String fileName, FileAccess access) Open a file on the filesystem.