All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of BigTextFileReader JAR files with all dependencies

Search JAR files by class name

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);});

Group: cn.miw Artifact: BigTextFileReader
Show documentation Show source 
 

0 downloads
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!

BigTextFileReader from group cn.miw (version 0.0.2)

大文本文件读取工具(线程+缓冲区读取+回调处理),支持同时读取多个文件,一行代码搞定. 多个文件同时读取:new BigTextFileProcess().readBigFile((fileName,line) -> { System.out.println(fileName+":"+line); }, fileNames); 读取单个文件:new BigTextFileProcess().readBigFile(fileName,(fileName,line)->{System.out.println(fileName+":"+line);});

Group: cn.miw Artifact: BigTextFileReader
Show documentation Show source 
 

0 downloads
Artifact BigTextFileReader
Group cn.miw
Version 0.0.2
Last update 09. 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!

BigTextFileReader from group cn.miw (version 0.0.1)

大文本文件读取工具(线程+缓冲区读取+回调处理),一行代码搞定. new BigTextFileProcess().readBigFile(args[1], line -> { System.out.println(line); });

Group: cn.miw Artifact: BigTextFileReader
Show documentation Show source 
 

0 downloads
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!



Page 1 from 1 (items total 3)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy