@Documented @Retention(value=RUNTIME) public @interface FixedLengthRecord
| Modifier and Type | Optional Element and Description |
|---|---|
String |
crlf
Character to be used to add a carriage return after each record
(optional) Three values can be used : WINDOWS, UNIX or MAC
|
boolean |
hasFooter |
boolean |
hasHeader |
int |
length
The fixed length of the record.
|
String |
name
Name describing the record (optional)
|
char |
paddingChar
The char to pad with.
|
public abstract String name
public abstract String crlf
public abstract char paddingChar
public abstract int length
public abstract boolean hasHeader
public abstract boolean hasFooter
Apache CAMEL