Interface DataWriter<O extends WriteOptions>

All Known Implementing Classes:
CsvWriter, FixedWidthWriter, HtmlWriter, JsonWriter

public interface DataWriter<O extends WriteOptions>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Table table, O options)
     
    void
    write(Table table, Destination dest)
     
  • Method Details