Nio Java

How all this works is explained in more detail in the next text in this series the java nio overview.
Nio java. The charset api is defined in the java nio charset package and the channel and selector apis are defined in the java nio channels package. An extension to nio that offers a new file system api called nio 2 was. Java has provided a second i o system called nio new i o. Nio was developed under the java community process as jsr 51.
Java nio provides the different way of working with i o than the standard i o api s. Java nio contains the concept of selectors. It supports a buffer oriented channel based approach for i o operations. Java nio package provide one more utility api named as files which is basically used for manipulating files and directories using its static methods which mostly works on path object.
Connection opened data arrived etc. Each of these subpackages has its own service provider spi subpackage the contents of which can be used to extend the platform s default implementations or to construct alternative implementations. Thus a single thread can monitor multiple channels for data. Java nio nio stands for non blocking i o is a collection of java programming language apis that offer features for intensive i o operations.
It was introduced with the j2se 1 4 release of java by sun microsystems to complement an existing standard i o.