1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #1917 from Jidcoo/patch-1

io基础知识总结部分描述勘误
This commit is contained in:
Guide 2023-02-10 13:56:16 +08:00 committed by GitHub
commit 540fa46005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,7 +238,7 @@ The content read from file:我是Guide。
### Writer字符输出流
`Writer`用于将数据(字符信息)写入到目的地(通常是文件),`java.io.Writer`抽象类是所有字输出流的父类。
`Writer`用于将数据(字符信息)写入到目的地(通常是文件),`java.io.Writer`抽象类是所有字输出流的父类。
`Writer` 常用方法