Exelixis Media P.C., 2017. — 81 p.
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.
The APIs of NIO were designed to provide access to the low-level I/O operations of modern operating systems. Although the APIs are themselves relatively high-level, the intent is to facilitate an implementation that can directly use the most efficient operations of the underlying platform.
In this book, we provide a series of tutorials on Java NIO examples that will help you kick-start your own projects.
Java NIO Programming Cookbook includes:
Java Nio Tutorial for Beginners
Java Nio SSL Example
Java Nio Socket Example
Java Nio Write File Example
Java Nio Heartbeat Example
Java Nio Large File Transfer Tutorial
Java Nio Asynchronous Channels Tutorial
Java Nio Echo Server Tutorial
Java Nio ByteBuffer Example