Search

Interface java.nio.file.OpenOption

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

None

Returned by

None

Referenced in

Method Returns
java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path , java.nio.file.OpenOption[] ) java.nio.channels.AsynchronousFileChannel
java.nio.channels.FileChannel.open(java.nio.file.Path , java.nio.file.OpenOption[] ) java.nio.channels.FileChannel
java.nio.file.spi.FileSystemProvider.newInputStream(java.nio.file.Path , java.nio.file.OpenOption[] ) java.io.InputStream
java.nio.file.spi.FileSystemProvider.newOutputStream(java.nio.file.Path , java.nio.file.OpenOption[] ) java.io.OutputStream