1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #1810 from renco971015/main

fix: Writer 描述错误修复
This commit is contained in:
Guide 2022-08-30 13:02:15 +08:00 committed by GitHub
commit 66c9ace616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ The content read from file:我是Guide。
```java
// 字符流转换为字节流的桥梁
public class InputStreamReader extends Reader {
public class OutputStreamWriter extends Writer {
}
// 用于写入字符到文件
public class FileWriter extends OutputStreamWriter {