摘要: public static int getLineCount(File file) { long startTime = System.currentTimeMillis(); int lines = 0; try ( FileReader in = new FileReader(file); Li 阅读全文
posted @ 2020-10-16 19:04 雾中的-松 阅读(490) 评论(0) 推荐(0) 编辑
摘要: package com.xf.common.myutils; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; 阅读全文
posted @ 2020-10-16 16:41 雾中的-松 阅读(177) 评论(0) 推荐(0) 编辑