Uses of Package
java.nio.file
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
Provides for system input and output through data streams,
serialization and the file system.
Provides low-level access to memory and functions outside the Java runtime.
Classes to support module descriptors and creating configurations of modules
by means of resolution and service binding.
Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Defines channels, which represent connections to entities that are capable of
performing I/O operations, such as files and sockets; defines selectors, for
multiplexed, non-blocking I/O operations.
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
Service-provider classes for the
java.nio.file
package.Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
Provides interfaces for tools which can be invoked from a program,
for example, compilers.
This package provides classes to create events and control Flight Recorder.
This package contains classes for consuming Flight Recorder data.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
-
-
-
-
-
-
ClassDescriptionAn object that configures how to open or create a file.An object that may be used to locate a file in a file system.
-
ClassDescriptionAn object that configures how to open or create a file.An object that may be used to locate a file in a file system.
-
ClassDescriptionDefines access modes used to test the accessibility of a file.An object that configures how to copy or move a file.An object to iterate over the entries in a directory.An interface that is implemented by objects that decide if a directory entry should be accepted or filtered.Storage for files.Provides an interface to a file system and is the factory for objects to access files and other objects in the file system.Thrown when a file system operation fails on one or two files.Defines the file tree traversal options.A visitor of files.The result type of a
FileVisitor
.Defines the options as to how symbolic links are handled.An object that configures how to open or create a file.An object that may be used to locate a file in a file system.An interface that is implemented by objects that perform match operations on paths.ADirectoryStream
that defines operations on files that are located relative to an open directory.Defines the standard copy options.Defines the standard open options.An object that may be registered with a watch service so that it can be watched for changes and events.An event or a repeated event for an object that is registered with aWatchService
.An event kind, for the purposes of identification.An event modifier that qualifies how aWatchable
is registered with aWatchService
.A token representing the registration of awatchable
object with aWatchService
.A watch service that watches registered objects for changes and events. -
ClassDescriptionDefines access modes used to test the accessibility of a file.An object that configures how to copy or move a file.An object to iterate over the entries in a directory.An interface that is implemented by objects that decide if a directory entry should be accepted or filtered.Storage for files.Provides an interface to a file system and is the factory for objects to access files and other objects in the file system.Defines the options as to how symbolic links are handled.An object that configures how to open or create a file.An object that may be used to locate a file in a file system.
-
-
-
-
-