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

tech.tablesaw.io.DataWriter Maven / Gradle / Ivy

package tech.tablesaw.io;

import java.io.IOException;

import tech.tablesaw.api.Table;

public interface DataWriter {

    void write(Table table, Destination dest) throws IOException;

    void write(Table table, O options) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy