java NIO
Reference: Getting started with NIO
Table of contents
- Before you start
- Input/output: A conceptual overview
- Channels and buffers
- From theory to practice: Reading and writing in NIO
- Buffer internals
- More about buffers
- Scattering and gathering
- File locking
- Networking and asynchronous I/O
- Character sets
- Summary
- Resources
Reference:Java NIO Selector