关于API文档的java.io的一个小误解
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset
OutputStreamWriter 是一个从字符流到字节流的桥梁,写入的字符被编码成使用指定的字符集的字节。
是我理解的有问题吗
- -
- -
- -
- -
- -b