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