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

com.davfx.csv.CsvReader Maven / Gradle / Ivy

package com.davfx.csv;

import java.io.IOException;

public interface CsvReader {
	String skip() throws IOException;
	Iterable next() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy