NIO
Non-blocking I/O
Last updated
Was this helpful?
Non-blocking I/O
Last updated
Was this helpful?
.
The central abstractions:
Buffers, which are containers for data
Charsets and their associated encoder and decoders, which translate between byte and Unicode characters
Channels of various types which represent connections to entities capable of performing I/O operations
Selectors and selection keys, which together with selection channels define a multiplexed, non-blocking I/O facility