public class FileUtils extends Object
public static List<io.vavr.Tuple2<Integer,String>> readFileByLine(File file) throws Exception
Exceptionpublic static void writeFile(String path, String content, boolean overwrite) throws Exception
path - 文件路径content - 写入内容overwrite - 是否覆盖ExceptionCopyright © 2022. All rights reserved.