NIO2 API

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

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

Methods in org.classpath.icedtea.java.nio.file that return FileStore
 FileStore FileRef.getFileStore()
          Returns the FileStore representing the file store where the file referenced by this object is stored.
 

Methods in org.classpath.icedtea.java.nio.file that return types with arguments of type FileStore
abstract  Iterable<FileStore> FileSystem.getFileStores()
          Returns an object to iterate over the underlying file stores.
 

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

Methods in org.classpath.icedtea.java.nio.file.attribute with parameters of type FileStore
static FileStoreSpaceAttributes Attributes.readFileStoreSpaceAttributes(FileStore store)
          Reads the space attributes of a file store.
 


NIO2 API

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