Package tech.tablesaw.io.jsonl
Class JsonlWriter
- java.lang.Object
-
- tech.tablesaw.io.jsonl.JsonlWriter
-
- All Implemented Interfaces:
tech.tablesaw.io.DataWriter<JsonlWriteOptions>
public class JsonlWriter extends Object implements tech.tablesaw.io.DataWriter<JsonlWriteOptions>
-
-
Constructor Summary
Constructors Constructor Description JsonlWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidregister(tech.tablesaw.io.WriterRegistry registry)voidwrite(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest)voidwrite(tech.tablesaw.api.Table table, JsonlWriteOptions options)
-
-
-
Method Detail
-
register
public static void register(tech.tablesaw.io.WriterRegistry registry)
-
write
public void write(tech.tablesaw.api.Table table, JsonlWriteOptions options)- Specified by:
writein interfacetech.tablesaw.io.DataWriter<JsonlWriteOptions>
-
write
public void write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest)- Specified by:
writein interfacetech.tablesaw.io.DataWriter<JsonlWriteOptions>
-
-