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

com.star.lang.ReaderHandler Maven / Gradle / Ivy

package com.star.lang;

import java.io.BufferedReader;

/**
 * bufferedreader 读取文件的时候做下一步处理
 */
public interface ReaderHandler {
	public T handle(BufferedReader reader);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy