ByteBuffer
ByteBuffer中的flip()、clear()、compact()
public static void main(String[] args) { try (FileChannel channel = new FileInputStream("data.txt").getChannel()){ // 定义缓冲区 allocate分配大小 ByteBuffer bu ......
20230626 java.nio.ByteBuffer
## 介绍 - java.nio.ByteBuffer - public abstract class ByteBuffer extends Buffer implements Comparable - 最常用的 `Buffer` 子类 ## API ### static - allocateDir ......
canal报错nosuchmethod ..bytebuffer
.getChannel()){ // ......