December 2015
Intermediate to advanced
292 pages
6h 16m
English
In this chapter, we will focus on the Java New IO (NIO) package's Buffer and Channels classes. NIO is an alternative for the earlier Java IO API and parts of the network API. While NIO is a broad and complex topic, our interest is how it provides support for network applications.
We will explore several topics, including the following:
The NIO package provides extensive support to build efficient network applications.
Java NIO uses three core classes:
Buffer: This holds information that ...Read now
Unlock full access