摘要:
public static void copyFile(String inPath, String outPath) { try { FileReader fr = new FileReader(inPath); FileWriter fw = new FileWriter(outPath); ch 阅读全文
posted @ 2022-03-15 16:56
SmallPepsi
阅读(100)
评论(0)
推荐(0)
摘要:
public static void testFileReader(String inPath) { try { //创建字符输入流的对象 FileReader fr = new FileReader(inPath); //创建存放数据的缓冲数组 char[] a = new char[10]; / 阅读全文
posted @ 2022-03-15 16:55
SmallPepsi
阅读(181)
评论(0)
推荐(0)

浙公网安备 33010602011771号