Class WriteOptions

java.lang.Object
tech.tablesaw.io.WriteOptions
Direct Known Subclasses:
CsvWriteOptions, FixedWidthWriteOptions

public class WriteOptions extends Object
  • Field Details

    • dest

      protected final Destination dest
    • autoClose

      protected final boolean autoClose
      This value is not exposed as an actual option. It will determine whether the output stream automatically closes after the table has been output. The default value is false, and it just set true for File output.
  • Constructor Details

  • Method Details