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 8
8
[ ![ 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 )
9
9
[ ![ Gitee stars] ( https://gitee.com/pinweiwan/async-file/badge/star.svg )] ( https://gitee.com/dromara/async-file/stargazers )
10
10
[ ![ 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 )
12
11
13
12
14
13
#### 介绍
21
20
22
21
- [ ` 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 ) 实现
23
22
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 ) 文件读取功能是阻塞的。
25
24
26
25
#### 安装教程
27
26
You can’t perform that action at this time.
0 commit comments