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

com.github.skjolber.stcsv.StaticCsvMapper 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 StaticCsvMapper {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy