Interface FlatFileFooterCallback
- All Known Implementing Classes:
SummaryFooterCallback
public interface FlatFileFooterCallbackCallback interface for writing a footer to a file.- Author:
- Robert Kasanicky
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteFooter(java.io.Writer writer)Write contents to a file using the suppliedWriter.
Method Detail
writeFooter
void writeFooter(java.io.Writer writer) throws java.io.IOExceptionWrite contents to a file using the suppliedWriter. It is not required to flush the writer inside this method.- Parameters:
writer- theWriterto be used to write the footer.- Throws:
java.io.IOException- if error occurs during writing.