Skip to content

Commit a41e9a6

Browse files
committed
【update】add image
image to describe io package‘s function logic
1 parent 56d46dd commit a41e9a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chapter01/01.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ io 包为 I/O 原语提供了基本的接口。它主要包装了这些原语的
55
由于这些被接口包装的I/O原语是由不同的低级操作实现,因此,在另有声明之前不该假定它们的并行执行是安全的。
66

77
在 io 包中最重要的是两个接口:Reader 和 Writer 接口。本章所提到的各种 IO 包,都跟这两个接口有关,也就是说,只要满足这两个接口,它就可以使用 IO 包的功能。
8+
## 概览 ##
9+
10+
![](https://ws1.sinaimg.cn/large/006tKfTcly1g1kmtdrz8hj30yr0q6q3x.jpg)
11+
12+
## 逻辑 ##
13+
14+
![](https://ws1.sinaimg.cn/large/006tKfTcly1g1kmvqjpj2j32410u0109.jpg)
815

916
## Reader 接口 ##
1017

0 commit comments

Comments
 (0)