
tech.tablesaw.io.DataReader Maven / Gradle / Ivy
package tech.tablesaw.io;
import java.io.IOException;
import tech.tablesaw.api.Table;
public interface DataReader {
Table read(Source source) throws IOException;
Table read(O options) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy