Uses of Interface
java.nio.file.attribute.FileStoreAttributeView
-
Packages that use FileStoreAttributeView 软件包 描述 java.nio.file 定义Java虚拟机访问文件,文件属性和文件系统的接口和类。 -
-
Uses of FileStoreAttributeView in java.nio.file
Methods in java.nio.file with type parameters of type FileStoreAttributeView Modifier and Type 方法 描述 abstract <V extends FileStoreAttributeView>
VFileStore. getFileStoreAttributeView(Class<V> type)
返回给定类型的FileStoreAttributeView
。
-