Package | Description |
---|---|
com.univocity.parsers.fixed |
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthFieldLengths
Deprecated.
This class has been modified over time and its name became misleading. Use
FixedWidthFields instead. |
Modifier and Type | Method and Description |
---|---|
FixedWidthFields |
FixedWidthFields.addField(int length)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(int length,
char padding)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(int length,
FieldAlignment alignment)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(int length,
FieldAlignment alignment,
char padding)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(int startPosition,
int endPosition)
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(int startPosition,
int endPosition,
char padding)
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(int startPosition,
int endPosition,
FieldAlignment alignment)
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(int startPosition,
int endPosition,
FieldAlignment alignment,
char padding)
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int length)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int length,
char padding)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int length,
FieldAlignment alignment)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int length,
FieldAlignment alignment,
char padding)
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int startPosition,
int endPosition)
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int startPosition,
int endPosition,
char padding)
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int startPosition,
int endPosition,
FieldAlignment alignment)
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(String name,
int startPosition,
int endPosition,
FieldAlignment alignment,
char padding)
Adds the range of the next field in a fixed-width record.
|
protected FixedWidthFields |
FixedWidthFields.clone() |
static FixedWidthFields |
FixedWidthFields.forParsing(Class beanClass)
Creates a new instance initialized from
FixedWidth annotations in the fields and methods of a given class. |
static FixedWidthFields |
FixedWidthFields.forWriting(Class beanClass)
Creates a new instance initialized from
FixedWidth annotations in the fields and methods of a given class. |
Modifier and Type | Method and Description |
---|---|
void |
FixedWidthWriterSettings.addFormatForLookahead(String lookahead,
FixedWidthFields lengths)
Defines the format of records identified by a lookahead symbol.
|
void |
FixedWidthParserSettings.addFormatForLookahead(String lookahead,
FixedWidthFields lengths)
Defines the format of records identified by a lookahead symbol.
|
void |
FixedWidthWriterSettings.addFormatForLookbehind(String lookbehind,
FixedWidthFields lengths)
Defines the format of records identified by a lookbehind symbol.
|
void |
FixedWidthParserSettings.addFormatForLookbehind(String lookbehind,
FixedWidthFields lengths)
Defines the format of records identified by a lookbehind symbol.
|
FixedWidthWriterSettings |
FixedWidthWriterSettings.clone(FixedWidthFields fields)
Clones this configuration object to reuse most user-provided settings.
|
FixedWidthParserSettings |
FixedWidthParserSettings.clone(FixedWidthFields fields)
Clones this configuration object to reuse most user-provided settings.
|
Constructor and Description |
---|
FixedWidthParserSettings(FixedWidthFields fieldLengths)
You can only create an instance of this class by providing a definition of the field lengths of each record in the input.
|
FixedWidthWriterSettings(FixedWidthFields fieldLengths)
You can only create an instance of this class by providing a definition of the field lengths of each record in the input.
|
Copyright © 2021 uniVocity Software Pty Ltd. All rights reserved.