Package tech.tablesaw.io
Interface DataWriter<O extends WriteOptions>
-
- All Known Implementing Classes:
CsvWriter,FixedWidthWriter
public interface DataWriter<O extends WriteOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(Table table, O options)voidwrite(Table table, Destination dest)
-
-
-
Method Detail
-
write
void write(Table table, Destination dest)
-
-