-
- 既知のすべての実装クラス:
LinkOption
,StandardOpenOption
public interface OpenOption
ファイルを開くまたは作成する方法を構成するオブジェクトです。このタイプのオブジェクトは、ファイルを開いたり作成したりする場合に、
newOutputStream
、newByteChannel
、FileChannel.open
、AsynchronousFileChannel.open
などのメソッドで使用されます。StandardOpenOption
列挙型は、標準オプションを定義します。- 導入されたバージョン:
- 1.7