Package | Description |
---|---|
com.univocity.parsers.fixed |
Modifier and Type | Method and Description |
---|---|
FixedWidthParserSettings |
FixedWidthParserSettings.clone()
Clones this configuration object to reuse all user-provided settings, including the fixed-width field configuration.
|
protected FixedWidthParserSettings |
FixedWidthParserSettings.clone(boolean clearInputSpecificSettings)
Deprecated.
doesn't really make sense for fixed-width. Use alternative method
clone(FixedWidthFields) . |
FixedWidthParserSettings |
FixedWidthParserSettings.clone(FixedWidthFields fields)
Clones this configuration object to reuse most user-provided settings.
|
protected FixedWidthParserSettings |
FixedWidthRoutines.createDefaultParserSettings() |
Modifier and Type | Method and Description |
---|---|
protected FixedWidthParser |
FixedWidthRoutines.createParser(FixedWidthParserSettings parserSettings) |
Constructor and Description |
---|
FixedWidthParser(FixedWidthParserSettings settings)
The FixedWidthParser supports all settings provided by
FixedWidthParserSettings , 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.
|
Copyright © 2023 uniVocity Software Pty Ltd. All rights reserved.