jar

cn.miw : BigTextFileReader

Maven & Gradle

Apr 18, 2019

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

Table Of Contents

Latest Version

Download cn.miw : BigTextFileReader JAR file - Latest Versions:

All Versions

Download cn.miw : BigTextFileReader JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window BigTextFileReader-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.miw.utils

├─ cn.miw.utils.BigTextFileProcess.class - [JAR]

Advertisement