Download BigTextFileReader JAR 0.0.1 with all dependencies
大文本文件读取工具(线程+缓冲区读取+回调处理),支持同时读取多个文件,一行代码搞定.
多个文件同时读取:
new BigTextFileProcess().readBigFile((fileName,line) -> { System.out.println(fileName+":"+line); }, fileNames);
读取单个文件:
new BigTextFileProcess().readBigFile(fileName,(fileName,line)->{System.out.println(fileName+":"+line);});
Files of the artifact BigTextFileReader version 0.0.1 from the group cn.miw.
Artifact BigTextFileReader
Group cn.miw
Version 0.0.1
Last update 09. April 2019
Tags: bigtextfileprocess system println args 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.1
Last update 09. April 2019
Tags: bigtextfileprocess system println args 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!
There is a newer version: 0.0.3
Show newest versionShow all versions of BigTextFileReader Show documentation
Please rate this JAR file. Is it a good library?
0 downloads
Source code of BigTextFileReader version 0.0.1
META-INF
META-INF.maven.cn.miw.BigTextFileReader
cn.miw.utils
© 2015 - 2024 Weber Informatics LLC | Privacy Policy