摘要:
1.1 NIO Buffers - Class java.nio.BufferNIO data transfer is through the so-called buffers implemented in java.nio.Buffer class. A Buffer is similar to... 阅读全文
posted @ 2016-01-21 18:28
快乐的小土狗
阅读(373)
评论(0)
推荐(0)
摘要:
Reference document:Getting started with new I/O (NIO)Preface:NIO was introduced with JDK1.4 for high speed, block oriented I/O in standard Java code. ... 阅读全文
posted @ 2016-01-21 15:50
快乐的小土狗
阅读(218)
评论(0)
推荐(0)