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

cn.iotwasu.hutool.core.io.LineHandler Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package cn.iotwasu.hutool.core.io;

/**
 * 行处理器
 *
 * @author Looly
 */
public interface LineHandler {
  /**
   * 处理一行数据,可以编辑后存入指定地方
   *
   * @param line 行
   */
  void handle(String line);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy