Package | Description |
---|---|
com.univocity.parsers.fixed |
Modifier and Type | Method | Description |
---|---|---|
FixedWidthWriterSettings |
FixedWidthWriterSettings.clone() |
Clones this configuration object to reuse all user-provided settings, including the fixed-width field configuration.
|
protected FixedWidthWriterSettings |
FixedWidthWriterSettings.clone(boolean clearInputSpecificSettings) |
Deprecated.
doesn't really make sense for fixed-width. . Use alternative method
clone(FixedWidthFields) . |
FixedWidthWriterSettings |
FixedWidthWriterSettings.clone(FixedWidthFields fields) |
Clones this configuration object to reuse most user-provided settings.
|
protected FixedWidthWriterSettings |
FixedWidthRoutines.createDefaultWriterSettings() |
Modifier and Type | Method | Description |
---|---|---|
protected FixedWidthWriter |
FixedWidthRoutines.createWriter(java.io.Writer output,
FixedWidthWriterSettings writerSettings) |
|
protected void |
FixedWidthWriter.initialize(FixedWidthWriterSettings settings) |
Initializes the Fixed-Width writer with CSV-specific configuration
|
Constructor | Description |
---|---|
FixedWidthRoutines(FixedWidthParserSettings parserSettings,
FixedWidthWriterSettings writerSettings) |
Creates a new instance of the Fixed-width routine class.
|
FixedWidthRoutines(FixedWidthWriterSettings writerSettings) |
Creates a new instance of the Fixed-width routine class.
|
FixedWidthWriter(FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |
FixedWidthWriter(java.io.File file,
FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |
FixedWidthWriter(java.io.File file,
java.lang.String encoding,
FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |
FixedWidthWriter(java.io.File file,
java.nio.charset.Charset encoding,
FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |
FixedWidthWriter(java.io.OutputStream output,
FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |
FixedWidthWriter(java.io.OutputStream output,
java.lang.String encoding,
FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |
FixedWidthWriter(java.io.OutputStream output,
java.nio.charset.Charset encoding,
FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |
FixedWidthWriter(java.io.Writer writer,
FixedWidthWriterSettings settings) |
The FixedWidthWriter supports all settings provided by
FixedWidthWriterSettings , and requires this configuration to be properly initialized. |