2019年6月18日

转换流、缓冲流、流的操作规律

摘要: OutputStreamWriter类: OutputStreamWriter 是字符流通向字节流的桥梁 可使用指定的字符编码表,将要写入流中的字符编码成字节 public static void main(String[] args) throws IOException { //明确目的地 Fi 阅读全文

posted @ 2019-06-18 09:21 boss-H 阅读(151) 评论(0) 推荐(0)

导航