Uses of Class
nablarch.common.databind.fixedlength.MultiLayoutConfig
-
Uses of MultiLayoutConfig in nablarch.common.databind.fixedlength
Modifier and TypeMethodDescriptionFixedLengthDataBindConfig.getMultiLayoutConfig()
マルチレイアウトの定義を返す。ModifierConstructorDescriptionFixedLengthDataBindConfig
(int length, Charset charset, String lineSeparator, char fillChar, Map<String, RecordConfig> recordConfigs, MultiLayoutConfig multiLayoutConfig) 固定長のフォーマットを構築する。