Uses of Interface
java.nio.file.attribute.BasicFileAttributes
-
Packages that use BasicFileAttributes 软件包 描述 java.nio.file 定义Java虚拟机的接口和类,以访问文件,文件属性和文件系统。java.nio.file.attribute 提供对文件和文件系统属性的访问的接口和类。java.nio.file.spi java.nio.file包的服务提供者类。 -
-
Uses of BasicFileAttributes in java.nio.file
Methods in java.nio.file with type parameters of type BasicFileAttributes 变量和类型 方法 描述 static <A extends BasicFileAttributes>
AFiles. readAttributes(Path path, 类<A> type, LinkOption... options)将文件的属性读取为批量操作。Methods in java.nio.file with parameters of type BasicFileAttributes 变量和类型 方法 描述 FileVisitResultFileVisitor. preVisitDirectory(T dir, BasicFileAttributes attrs)在访问目录中的条目之前为目录调用。FileVisitResultSimpleFileVisitor. preVisitDirectory(T dir, BasicFileAttributes attrs)在访问目录中的条目之前为目录调用。FileVisitResultFileVisitor. visitFile(T file, BasicFileAttributes attrs)为目录中的文件调用。FileVisitResultSimpleFileVisitor. visitFile(T file, BasicFileAttributes attrs)为目录中的文件调用。Method parameters in java.nio.file with type arguments of type BasicFileAttributes 变量和类型 方法 描述 static Stream<Path>Files. find(Path start, int maxDepth, BiPredicate<Path,BasicFileAttributes> matcher, FileVisitOption... options)通过搜索以给定起始文件为根的文件树中的文件,返回Stream,其中包含Path。 -
Uses of BasicFileAttributes in java.nio.file.attribute
Subinterfaces of BasicFileAttributes in java.nio.file.attribute 变量和类型 接口 描述 interfaceDosFileAttributes与支持旧版“DOS”属性的文件系统中的文件关联的文件属性。interfacePosixFileAttributes与实现可移植操作系统接口(POSIX)标准系列的操作系统使用的文件系统上的文件关联的文件属性。Methods in java.nio.file.attribute that return BasicFileAttributes 变量和类型 方法 描述 BasicFileAttributesBasicFileAttributeView. readAttributes()将基本文件属性读取为批量操作。 -
Uses of BasicFileAttributes in java.nio.file.spi
Methods in java.nio.file.spi with type parameters of type BasicFileAttributes 变量和类型 方法 描述 abstract <A extends BasicFileAttributes>
AFileSystemProvider. readAttributes(Path path, 类<A> type, LinkOption... options)Reads a file's attributes as a bulk operation.
-