mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-08-14 05:21:42 +08:00
Compare commits
No commits in common. "66c9ace6168b95012c50a4ad3ab2bd6b93428041" and "b980f5d28d60187b80e0577094641c19ba327c20" have entirely different histories.
66c9ace616
...
b980f5d28d
@ -256,7 +256,7 @@ The content read from file:我是Guide。
|
||||
|
||||
```java
|
||||
// 字符流转换为字节流的桥梁
|
||||
public class OutputStreamWriter extends Writer {
|
||||
public class InputStreamReader extends Reader {
|
||||
}
|
||||
// 用于写入字符到文件
|
||||
public class FileWriter extends OutputStreamWriter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user