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

org.sfm.csv.parser.CellConsumer Maven / Gradle / Ivy

package org.sfm.csv.parser;

public interface CellConsumer {
	void newCell(char[] chars, int offset, int length);
	void endOfRow();
	void end();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy