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

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

There is a newer version: 0.43.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy