FileStore
Class FileStore
- java.lang.Object
-
- java.nio.file.FileStore
public abstract class FileStore extends Object
Storage for files. A FileStore
represents a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. The FileStore
for where a file is stored is obtained by invoking the getFileStore
method, or all file stores can be enumerated by invoking the getFileStores
method.
In addition to the methods defined by this class, a file store may support one or more 登录查看完整内容