Download BigTextFileReader JAR file with all dependencies
BigTextFileReader from group cn.miw (version 0.0.3)
大文本文件读取工具(线程+缓冲区读取+回调处理),支持同时读取多个文件,一行代码搞定.
多个文件同时读取:
new BigTextFileProcess().readBigFile((fileName,line) -> { System.out.println(fileName+":"+line); }, fileNames);
读取单个文件:
new BigTextFileProcess().readBigFile(fileName,(fileName,line)->{System.out.println(fileName+":"+line);});
Artifact BigTextFileReader
Group cn.miw
Version 0.0.3
Last update 18. April 2019
Tags: bigtextfileprocess system println filenames filename line readbigfile
Organization not specified
URL https://www.miw.cn
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group cn.miw
Version 0.0.3
Last update 18. April 2019
Tags: bigtextfileprocess system println filenames filename line readbigfile
Organization not specified
URL https://www.miw.cn
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1 from 1 (items total 1)