Uses of Class
com.univocity.parsers.fixed.FixedWidthWriterSettings
Packages that use FixedWidthWriterSettings
-
Uses of FixedWidthWriterSettings in com.univocity.parsers.fixed
Methods in com.univocity.parsers.fixed that return FixedWidthWriterSettingsModifier and TypeMethodDescriptionfinal FixedWidthWriterSettings
FixedWidthWriterSettings.clone()
Clones this configuration object to reuse all user-provided settings, including the fixed-width field configuration.protected final FixedWidthWriterSettings
FixedWidthWriterSettings.clone
(boolean clearInputSpecificSettings) Deprecated.doesn't really make sense for fixed-width.private FixedWidthWriterSettings
FixedWidthWriterSettings.clone
(boolean clearInputSpecificSettings, FixedWidthFields fields) final FixedWidthWriterSettings
FixedWidthWriterSettings.clone
(FixedWidthFields fields) Clones this configuration object to reuse most user-provided settings.protected FixedWidthWriterSettings
FixedWidthRoutines.createDefaultWriterSettings()
Methods in com.univocity.parsers.fixed with parameters of type FixedWidthWriterSettingsModifier and TypeMethodDescriptionprotected FixedWidthWriter
FixedWidthRoutines.createWriter
(Writer output, FixedWidthWriterSettings writerSettings) protected final void
FixedWidthWriter.initialize
(FixedWidthWriterSettings settings) Initializes the Fixed-Width writer with CSV-specific configurationConstructors in com.univocity.parsers.fixed with parameters of type FixedWidthWriterSettingsModifierConstructorDescriptionFixedWidthRoutines
(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 byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.FixedWidthWriter
(File file, FixedWidthWriterSettings settings) The FixedWidthWriter supports all settings provided byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.FixedWidthWriter
(File file, String encoding, FixedWidthWriterSettings settings) The FixedWidthWriter supports all settings provided byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.FixedWidthWriter
(File file, Charset encoding, FixedWidthWriterSettings settings) The FixedWidthWriter supports all settings provided byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.FixedWidthWriter
(OutputStream output, FixedWidthWriterSettings settings) The FixedWidthWriter supports all settings provided byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.FixedWidthWriter
(OutputStream output, String encoding, FixedWidthWriterSettings settings) The FixedWidthWriter supports all settings provided byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.FixedWidthWriter
(OutputStream output, Charset encoding, FixedWidthWriterSettings settings) The FixedWidthWriter supports all settings provided byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.FixedWidthWriter
(Writer writer, FixedWidthWriterSettings settings) The FixedWidthWriter supports all settings provided byFixedWidthWriterSettings
, and requires this configuration to be properly initialized.