File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 88[ ![ GitHub release] ( https://img.shields.io/github/release/kavahub/async-file?style=flat-square&logo=GitHub?color=blu )] ( https://github.com/kavahub/async-file/releases )
99[ ![ Gitee stars] ( https://gitee.com/pinweiwan/async-file/badge/star.svg )] ( https://gitee.com/dromara/async-file/stargazers )
1010[ ![ Gitee forks] ( https://gitee.com/pinweiwan/async-file/badge/fork.svg )] ( https://gitee.com/dromara/async-file/members )
11- [ ![ Gitee watchers] ( https://gitee.com/pinweiwan/async-file/watchers.svg )] ( https://gitee.com/pinweiwan/async-file/watchers )
1211
1312
1413#### 介绍
2120
2221- [ ` NIOFileLineReader ` ] ( src/main/java/io/github/kavahub/file/reader/NIOFileLineReader.java ) 非阻塞读取文件,使用 [ ` ForkJoinPool ` ] ( https://docs.oracle.com/javase/10/docs/api/java/util/concurrent/ForkJoinPool.html ) 和 [ ` BufferedReader ` ] ( https://docs.oracle.com/javase/10/docs/api/java/io/BufferedReader.html ) 实现
2322
24- Java提供的 [ ` Files ` ] ( https://docs.oracle.com/javase/10/docs/api/java/nio/file/Files.html ) 文件读取功能是阻塞的。
23+ 提示: Java提供的 [ ` Files ` ] ( https://docs.oracle.com/javase/10/docs/api/java/nio/file/Files.html ) 文件读取功能是阻塞的。
2524
2625#### 安装教程
2726
You can’t perform that action at this time.
0 commit comments