1) File and device I/O 文件与设备的I/O
2) Object serialization 对象序列化
3) Buffers for data of primitive types 原生态数据的缓存
4) Character-set encoders and decoders字节集的编码与解码
5) Channels, a new primitive I/O abstraction 通道,一个新的IO抽象
6) A file interface that supports locks and memory mapping 支持锁和内存映射的文件接口
7) A multiplexed, non-blocking I/O facility for writing scalable servers
一个多分复用、非阻塞I/O设备用于编写可伸缩的服务器
2) Object serialization 对象序列化
3) Buffers for data of primitive types 原生态数据的缓存
4) Character-set encoders and decoders字节集的编码与解码
5) Channels, a new primitive I/O abstraction 通道,一个新的IO抽象
6) A file interface that supports locks and memory mapping 支持锁和内存映射的文件接口
7) A multiplexed, non-blocking I/O facility for writing scalable servers
一个多分复用、非阻塞I/O设备用于编写可伸缩的服务器
本文介绍了Java NIO的核心技术,包括文件与设备的I/O操作、对象序列化、原生态数据缓存、字符集编码与解码、新的I/O抽象通道、支持锁和内存映射的文件接口以及用于编写可伸缩服务器的多分复用非阻塞I/O设备。
247

被折叠的 条评论
为什么被折叠?



