org.springframework.batch.item.file
Interface FlatFileFooterCallback

All Known Implementing Classes:
SummaryFooterCallback

public interface FlatFileFooterCallback

Callback interface for writing a footer to a file.

Author:
Robert Kasanicky

Method Summary
 void writeFooter(Writer writer)
          Write contents to a file using the supplied Writer.
 

Method Detail

writeFooter

void writeFooter(Writer writer)
                 throws IOException
Write contents to a file using the supplied Writer. It is not required to flush the writer inside this method.

Throws:
IOException


Copyright © 2009 SpringSource. All Rights Reserved.