|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FixedWidthFields | |
|---|---|
| com.univocity.parsers.fixed | |
| Uses of FixedWidthFields in com.univocity.parsers.fixed |
|---|
| Subclasses of FixedWidthFields in com.univocity.parsers.fixed | |
|---|---|
class |
FixedWidthFieldLengths
Deprecated. This class has been modified over time and its name became misleading. Use FixedWidthFields instead. |
| Methods in com.univocity.parsers.fixed that return FixedWidthFields | |
|---|---|
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(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. |
| Methods in com.univocity.parsers.fixed with parameters of type FixedWidthFields | |
|---|---|
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. |
| Constructors in com.univocity.parsers.fixed with parameters of type FixedWidthFields | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||