- 所有已知的实现类:
-
LinkOption
,StandardOpenOption
public interface OpenOption
一个配置如何打开或创建文件的对象。
此类型的对象由诸如newOutputStream
、newByteChannel
、FileChannel.open
和AsynchronousFileChannel.open
等方法在打开或创建文件时使用。
StandardOpenOption
枚举类型定义了标准选项。
- 自版本:
- 1.7