NIO2 API

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

Packages that use AccessMode
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 AccessMode in org.classpath.icedtea.java.nio.file
 

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

Methods in org.classpath.icedtea.java.nio.file with parameters of type AccessMode
 void FileRef.checkAccess(AccessMode... modes)
          Checks the existence and optionally the accessibility of the file referenced by this object.
 


NIO2 API

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