mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
fix: Writer 描述错误修复
This commit is contained in:
parent
b980f5d28d
commit
b1f4032f22
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user