mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-08-14 05:21:42 +08:00
Compare commits
2 Commits
b980f5d28d
...
66c9ace616
Author | SHA1 | Date | |
---|---|---|---|
|
66c9ace616 | ||
|
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