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

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

The newest version!
package tech.tablesaw.io;

import tech.tablesaw.api.Table;

public interface DataWriter {

  void write(Table table, Destination dest);

  void write(Table table, O options);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy