Class FixedLengthWriter
java.lang.Object
nablarch.common.databind.fixedlength.FixedLengthWriter
- All Implemented Interfaces:
Closeable
,AutoCloseable
固定長データを出力するクラス。
-
Constructor Summary
ConstructorDescriptionFixedLengthWriter
(OutputStream stream, FixedLengthDataBindConfig config) 固定長データのライタを構築する。 -
Method Summary
-
Constructor Details
-
FixedLengthWriter
固定長データのライタを構築する。- Parameters:
stream
- 出力ストリームconfig
- コンフィグ
-
-
Method Details
-
writeRecord
レコードを出力する。- Parameters:
map
- 出力データ
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-