
io
求索的布衣
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java NIO Tutorial 2- Java NIO Overview
Java NIO Overview Java NIO consist of the following core components: ChannelsBuffersSelectors Java NIO has more classes and components than these, but the Channel, Buffer and Selector forms翻译 2013-11-23 15:47:06 · 733 阅读 · 0 评论 -
Java NIO Tutorial 1- Introduction
Java NIO Tutorial 1- Introduction Java NIO (New IO) is an alternative IO API for Java (from Java 1.4), meaning alternative to the standard Java IO API's. Java NIO offers a different way of working翻译 2013-11-22 22:51:51 · 684 阅读 · 0 评论 -
Java NIO Tutorial 3- Java NIO Channel
Java NIO Channel Java NIO Channels are similar to streams with a few differences: You can both read and write to a Channels. Streams are typically one-way (read or write).Channels can be read an翻译 2013-11-24 12:37:57 · 774 阅读 · 0 评论