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

com.github.skjolber.unzip.csv.CsvLineHandler Maven / Gradle / Ivy

package com.github.skjolber.unzip.csv;

public interface CsvLineHandler {

	/**
	 * Handle line in key-value form.
	 * 
	 * @param value line value
	 */
	void handleLine(T value);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy