...

/

New IO (nio)

New IO (nio)

Learn about new classes for manipulating file systems in Java 7.

Classes and interfaces of NIO API

Java 7 adds several new classes and interfaces for manipulating files and file systems. This new API allows developers to access many low-level OS operations that were not available in the Java API before, such as the WatchService and the ability to create links (in Nix operating systems).

The following list defines some of the most important classes and interfaces of the NIO API:

  • Files: This class consists exclusively of static methods that operate on files, directories, or other
...
Access this course and 1400+ top-rated courses and projects.