Package tech.tablesaw.io.fixed
Class FixedWidthWriteOptions
java.lang.Object
tech.tablesaw.io.WriteOptions
tech.tablesaw.io.fixed.FixedWidthWriteOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class tech.tablesaw.io.WriteOptions
autoClose, dest
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
builder
(OutputStream stream) builder
(Destination destination) boolean
com.univocity.parsers.fixed.FixedWidthFields
char
comment()
com.univocity.parsers.fixed.FieldAlignment
boolean
int
boolean
boolean
header()
boolean
boolean
char[]
char
char
char
padding()
boolean
boolean
boolean
Methods inherited from class tech.tablesaw.io.WriteOptions
destination
-
Method Details
-
header
public boolean header() -
lineSeparator
public char[] lineSeparator() -
lineSeparatorString
-
columnSpecs
public com.univocity.parsers.fixed.FixedWidthFields columnSpecs() -
defaultPaddingForHeaders
public boolean defaultPaddingForHeaders() -
skipBitsAsWhitespace
public boolean skipBitsAsWhitespace() -
defaultAlignmentForHeaders
public com.univocity.parsers.fixed.FieldAlignment defaultAlignmentForHeaders() -
skipEmptyLines
public boolean skipEmptyLines() -
expandIncompleteRows
public boolean expandIncompleteRows() -
autoConfigurationEnabled
public boolean autoConfigurationEnabled() -
errorContentLength
public int errorContentLength() -
writeLineSeparatorAfterRecord
public boolean writeLineSeparatorAfterRecord() -
ignoreTrailingWhitespaces
public boolean ignoreTrailingWhitespaces() -
ignoreLeadingWhitespaces
public boolean ignoreLeadingWhitespaces() -
columnReorderingEnabled
public boolean columnReorderingEnabled() -
emptyValue
-
nullValue
-
comment
public char comment() -
padding
public char padding() -
lookupWildcard
public char lookupWildcard() -
normalizedNewline
public char normalizedNewline() -
autoClose
public boolean autoClose() -
builder
-
builder
-
builder
-
builder
-
builder
-