public interface FlatFileFooterCallback
Modifier and Type | Method and Description |
---|---|
void |
writeFooter(java.io.Writer writer)
Write contents to a file using the supplied
Writer . |
void writeFooter(java.io.Writer writer) throws java.io.IOException
Writer
. It is not
required to flush the writer inside this method.writer
- the Writer
to be used to write the footer.java.io.IOException
- if error occurs during writing.