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 void
write(Table table, O options)
void
write(Table table, Destination dest)
-
-
-
Method Detail
-
write
void write(Table table, Destination dest)
-
-