Class JsonlWriter

    • Constructor Detail

      • JsonlWriter

        public JsonlWriter()
    • 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:
        write in interface tech.tablesaw.io.DataWriter<JsonlWriteOptions>
      • write

        public void write​(tech.tablesaw.api.Table table,
                          tech.tablesaw.io.Destination dest)
        Specified by:
        write in interface tech.tablesaw.io.DataWriter<JsonlWriteOptions>