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 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.
|
void |
FixedWidthFields.setAlignment(FieldAlignment alignment,
int... positions) |
Applies alignment to a given list of fields
|
void |
FixedWidthFields.setAlignment(FieldAlignment alignment,
java.lang.String... names) |
Applies alignment to a given list of fields
|
void |
FixedWidthWriterSettings.setDefaultAlignmentForHeaders(FieldAlignment defaultAlignmentForHeaders) |
Defines the default alignment to use when writing headers.
|