public static void main(String[] args) { try (FileChannel channel = new FileInputStream("data.txt").getChannel()){ // 定义缓冲区 allocate分配大小 ByteBuffer bu Read More
posted @ 2023-12-10 14:27 ck_2016 Views(452) Comments(0) Diggs(0) Edit