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

org.sfm.csv.impl.CellSetter Maven / Gradle / Ivy

package org.sfm.csv.impl;

public interface CellSetter {
	void set(T target, char[] chars, int offset, int length, ParsingContext parsingContext) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy