Example usage for Java java.nio.file FileStore fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getAttribute(String attribute) Reads the value of a file store attribute. |
V | getFileStoreAttributeView(Class Returns a FileStoreAttributeView of the given type. |
long | getTotalSpace() Returns the size, in bytes, of the file store. |
long | getUnallocatedSpace() Returns the number of unallocated bytes in the file store. |
long | getUsableSpace() Returns the number of bytes available to this Java virtual machine on the file store. |
boolean | isReadOnly() Tells whether this file store is read-only. |
String | name() Returns the name of this file store. |
boolean | supportsFileAttributeView(Class extends FileAttributeView> type) Tells whether or not this file store supports the file attributes identified by the given file attribute view. |
boolean | supportsFileAttributeView(String name) Tells whether or not this file store supports the file attributes identified by the given file attribute view. |
String | toString() Returns a string representation of the object. |
String | type() Returns the type of this file store. |