Package tech.tablesaw.io.html
Class HtmlWriter
java.lang.Object
tech.tablesaw.io.html.HtmlWriter
- All Implemented Interfaces:
tech.tablesaw.io.DataWriter<HtmlWriteOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(tech.tablesaw.io.WriterRegistry registry) voidwrite(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest) voidwrite(tech.tablesaw.api.Table table, HtmlWriteOptions options)
-
Constructor Details
-
HtmlWriter
public HtmlWriter()
-
-
Method Details
-
register
public static void register(tech.tablesaw.io.WriterRegistry registry) -
write
- Specified by:
writein interfacetech.tablesaw.io.DataWriter<HtmlWriteOptions>
-
write
public void write(tech.tablesaw.api.Table table, tech.tablesaw.io.Destination dest) - Specified by:
writein interfacetech.tablesaw.io.DataWriter<HtmlWriteOptions>
-