@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface FixedLength
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
charset
文字セット
|
int |
length
レコードの長さ(バイト数)
|
java.lang.String |
lineSeparator
改行を現す文字
|
Modifier and Type | Optional Element and Description |
---|---|
char |
fillChar
未定義領域を埋める文字
|
boolean |
multiLayout
マルチレイアウトか否か
|