Skip to content
目录概览

请说出转换流OutputStreamWriter与InputStreamReader 的作用?

  • OutputStreamWriter 使用编码表对字节流的数据进行编码
  • InputStreamReader 使用编码表对字节流中的数据进行解码