Package tech.tablesaw.io
Class WriteOptions
java.lang.Object
tech.tablesaw.io.WriteOptions
- Direct Known Subclasses:
CsvWriteOptions
,FixedWidthWriteOptions
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final boolean
This value is not exposed as an actual option.protected final Destination
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dest
-
autoClose
protected final boolean autoCloseThis 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
-
WriteOptions
-
-
Method Details
-
destination
-