摘要: 已转移 1、reactor通信调度层 阅读全文
posted @ 2020-04-06 20:20 xyfaneast 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 已转移public static void main( String[] args ) throws Exception { RandomAccessFile aFile = new RandomAccessFile("file1.txt", "rw"); FileChannel inChannel 阅读全文
posted @ 2020-04-06 20:17 xyfaneast 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 已转移 Java NIO 的前生今世 之三 NIO Buffer 详解 https://segmentfault.com/a/1190000006824155 Buffer 有三个属性: capacity position limit capacity是分配时确定的,是一个常量;position 和 阅读全文
posted @ 2020-04-06 20:14 xyfaneast 阅读(251) 评论(0) 推荐(0) 编辑