摘要:
2、ByteBuffer 简单案例 pom <dependencies> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.39.Final</version> </dep 阅读全文
摘要:
NIO NIO(non-blocking io:非阻塞io) 1、三大组件 Channel 类似于stream,就是读写数据的双向通道,可以从channel 将数据读入buffer也可以将buffer的数据写入channel,而之前的stream要么是输出,要么是输入,channel比stream更 阅读全文