文件名称:java nio proraming pdf
文件大小:1.32MB
文件格式:PDF
更新时间:2021-08-16 10:58:05
nio java
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. (Source: https://en.wikipedia.org/wiki/New_I/O_(Java)) In this book, we provide a series of tutorials on Java NIO examples that will help you kick-start your own projects.