java.nio.file

Package java.nio.file

Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.

See: Description

Interface Summary
Interface Description
CopyOption

An object that configures how to copy or move a file.

DirectoryStream<T>

An object to iterate over the entries in a directory.

DirectoryStream.Filter<T>

An interface that is implemented by objects that decide if a directory entry should be accepted or filtered.

登录查看完整内容