org.springframework.batch.item.file
Interface FlatFileFooterCallback
public interface FlatFileFooterCallback
Callback interface for writing a footer to a file.
- Author:
- Robert Kasanicky
|
Method Summary |
void |
writeFooter(java.io.Writer writer)
Write contents to a file using the supplied Writer. |
writeFooter
void writeFooter(java.io.Writer writer)
throws java.io.IOException
- Write contents to a file using the supplied
Writer. It is not
required to flush the writer inside this method.
- Throws:
java.io.IOException
Copyright © 2009. All Rights Reserved.