Skip to content

Commit 5ab473d

Browse files
committed
文档
1 parent 0da2164 commit 5ab473d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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
#### 介绍
@@ -21,7 +20,7 @@
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

0 commit comments

Comments
 (0)