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

com.github.skjolber.stcsv.StaticCsvMapper2 Maven / Gradle / Ivy

There is a newer version: 1.0.25
Show newest version
package com.github.skjolber.stcsv;

import java.io.Reader;

public interface StaticCsvMapper2 {

	CsvReader newInstance(Reader reader, D delegate);
	
	CsvReader newInstance(Reader reader, char[] current, int offset, int length, D delegate);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy