转换流指定编码读写文件
生活随笔
收集整理的這篇文章主要介紹了
转换流指定编码读写文件
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
import java.io.*;/*** 轉換流指定編碼讀寫文件*/
public class Demo1 {public static void main(String[] args) throws IOException {FileInputStream fileInputStream = new FileInputStream("C:\\Users\\Administrator\\Desktop\\coverage-error.log");InputStreamReader input = new InputStreamReader(fileInputStream, "gbk");int c;while ((c = input.read()) != -1) {System.out.println((char) c);}fileInputStream.close();input.close();}
}
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎勵來咯,堅持創(chuàng)作打卡瓜分現金大獎
總結
以上是生活随笔為你收集整理的转换流指定编码读写文件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mysql中error 1786_mys
- 下一篇: 招行信用卡 这几张卡好办