NIO2 API

Uses of Interface
org.classpath.icedtea.java.nio.file.attribute.BasicFileAttributes

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

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

Methods in org.classpath.icedtea.java.nio.file with parameters of type BasicFileAttributes
 FileVisitResult SimpleFileVisitor.visitFile(T file, BasicFileAttributes attrs)
          Invoked for a file in a directory.
 FileVisitResult FileVisitor.visitFile(T file, BasicFileAttributes attrs)
          Invoked for a file in a directory.
 

Uses of BasicFileAttributes in org.classpath.icedtea.java.nio.file.attribute
 

Subinterfaces of BasicFileAttributes in org.classpath.icedtea.java.nio.file.attribute
 interface DosFileAttributes
          File attributes associated with a file in a file system that supports legacy "DOS" attributes.
 interface PosixFileAttributes
          File attributes associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.
 

Methods in org.classpath.icedtea.java.nio.file.attribute that return BasicFileAttributes
 BasicFileAttributes BasicFileAttributeView.readAttributes()
          Reads the basic file attributes as a bulk operation.
static BasicFileAttributes Attributes.readBasicFileAttributes(FileRef file, LinkOption... options)
          Reads the basic file attributes of a file.
 


NIO2 API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.