Skip to content

Commit 73707ab

Browse files
committed
☁ BACKUP
1 parent 1908ac8 commit 73707ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/book/Appendix-IO-Streams.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ I/O 流屏蔽了实际的 I/O 设备中处理数据的细节:
4141

4242
每种数据源都有相应的 `InputStream` 子类。另外,`FilterInputStream` 也属于一种 `InputStream`,它的作用是为“装饰器”类提供基类。其中,“装饰器”类可以把属性或有用的接口与输入流连接在一起,这个我们稍后在讨论。
4343

44-
<a id="table-io-1">**表 I/O-1:`InputStream` 类型**</a>
44+
<span id="table-io-1">**表 I/O-1:`InputStream` 类型**</span>
4545

4646
|| 功能 | 构造器参数 | 如何使用 |
4747
| :--: | :-- | :-------- | :----- |
@@ -55,7 +55,7 @@ I/O 流屏蔽了实际的 I/O 设备中处理数据的细节:
5555
<!-- Types of OutputStream -->
5656
## 输出流类型
5757

58-
<a id="table-io-2">**表 I/O-2:`OutputStream` 类型**</a>
58+
<span id="table-io-2">**表 I/O-2:`OutputStream` 类型**</span>
5959

6060
|| 功能 | 构造器参数 | 如何使用 |
6161
| :--: | :-- | :-------- | :----- |
@@ -71,7 +71,7 @@ I/O 流屏蔽了实际的 I/O 设备中处理数据的细节:
7171

7272
### 通过 `FilterInputStream``InputStream` 读取
7373

74-
<a id="table-io-3">**表 I/O-3:`FilterInputStream` 类型**</a>
74+
<span id="table-io-3">**表 I/O-3:`FilterInputStream` 类型**</span>
7575

7676
|| 功能 | 构造器参数 | 如何使用 |
7777
| :--: | :-- | :-------- | :----- |
@@ -82,7 +82,7 @@ I/O 流屏蔽了实际的 I/O 设备中处理数据的细节:
8282

8383
### 通过 `FilterOutputStream``OutputStream` 写入
8484

85-
<a id="table-io-4">**表 I/O-4:`FilterOutputStream` 类型**</a>
85+
<span id="table-io-4">**表 I/O-4:`FilterOutputStream` 类型**</span>
8686

8787
|| 功能 | 构造器参数 | 如何使用 |
8888
| :--: | :-- | :-------- | :----- |

0 commit comments

Comments
 (0)