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 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(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(java.lang.String name,
int length) |
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(java.lang.String name,
int length,
char padding) |
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(java.lang.String name,
int startPosition,
int endPosition) |
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(java.lang.String name,
int startPosition,
int endPosition,
char padding) |
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(java.lang.String name,
int startPosition,
int endPosition,
FieldAlignment alignment) |
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(java.lang.String name,
int startPosition,
int endPosition,
FieldAlignment alignment,
char padding) |
Adds the range of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(java.lang.String name,
int length,
FieldAlignment alignment) |
Adds the length of the next field in a fixed-width record.
|
FixedWidthFields |
FixedWidthFields.addField(java.lang.String name,
int length,
FieldAlignment alignment,
char padding) |
Adds the length of the next field in a fixed-width record.
|
protected FixedWidthFields |
FixedWidthFields.clone() |
|
static FixedWidthFields |
FixedWidthFields.forParsing(java.lang.Class beanClass) |
Creates a new instance initialized from FixedWidth annotations in the fields and methods of a given class.
|
static FixedWidthFields |
FixedWidthFields.forWriting(java.lang.Class beanClass) |
Creates a new instance initialized from FixedWidth annotations in the fields and methods of a given class.
|