JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
java.nio.file.StandardOpenOption
Packages that use
StandardOpenOption
软件包
描述
java.nio.file
定义Java虚拟机的接口和类,以访问文件,文件属性和文件系统。
Uses of
StandardOpenOption
in
java.nio.file
Methods in
java.nio.file
that return
StandardOpenOption
变量和类型
方法
描述
static
StandardOpenOption
StandardOpenOption.
valueOf
(
String
name)
返回具有指定名称的此类型的枚举常量。
static
StandardOpenOption
[]
StandardOpenOption.
values
()
按照声明的顺序返回一个包含此枚举类型常量的数组。