Uses of Class
com.univocity.parsers.fixed.FixedWidthParserSettings
Packages that use FixedWidthParserSettings
-
Uses of FixedWidthParserSettings in com.univocity.parsers.fixed
Methods in com.univocity.parsers.fixed that return FixedWidthParserSettingsModifier and TypeMethodDescriptionfinal FixedWidthParserSettingsFixedWidthParserSettings.clone()Clones this configuration object to reuse all user-provided settings, including the fixed-width field configuration.protected final FixedWidthParserSettingsFixedWidthParserSettings.clone(boolean clearInputSpecificSettings) Deprecated.doesn't really make sense for fixed-width.final FixedWidthParserSettingsFixedWidthParserSettings.clone(FixedWidthFields fields) Clones this configuration object to reuse most user-provided settings.protected FixedWidthParserSettingsFixedWidthRoutines.createDefaultParserSettings()Methods in com.univocity.parsers.fixed with parameters of type FixedWidthParserSettingsModifier and TypeMethodDescriptionprotected FixedWidthParserFixedWidthRoutines.createParser(FixedWidthParserSettings parserSettings) Constructors in com.univocity.parsers.fixed with parameters of type FixedWidthParserSettingsModifierConstructorDescriptionFixedWidthParser(FixedWidthParserSettings settings) The FixedWidthParser supports all settings provided byFixedWidthParserSettings, and requires this configuration to be properly initialized.FixedWidthRoutines(FixedWidthParserSettings parserSettings) Creates a new instance of the Fixed-width routine class.FixedWidthRoutines(FixedWidthParserSettings parserSettings, FixedWidthWriterSettings writerSettings) Creates a new instance of the Fixed-width routine class.