We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b980f5d + b1f4032 commit 66c9aceCopy full SHA for 66c9ace
docs/java/io/io-basis.md
@@ -256,7 +256,7 @@ The content read from file:我是Guide。
256
257
```java
258
// 字符流转换为字节流的桥梁
259
-public class InputStreamReader extends Reader {
+public class OutputStreamWriter extends Writer {
260
}
261
// 用于写入字符到文件
262
public class FileWriter extends OutputStreamWriter {
0 commit comments