NIO2 API

Uses of Class
org.classpath.icedtea.java.nio.file.StandardOpenOption

Packages that use StandardOpenOption
org.classpath.icedtea.java.nio.file Define interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. 
 

Uses of StandardOpenOption in org.classpath.icedtea.java.nio.file
 

Methods in org.classpath.icedtea.java.nio.file that return StandardOpenOption
static StandardOpenOption StandardOpenOption.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StandardOpenOption[] StandardOpenOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.