Interface FlatFileFooterCallback

  • All Known Implementing Classes:
    SummaryFooterCallback

    public interface FlatFileFooterCallback
    Callback interface for writing a footer to a file.
    Author:
    Robert Kasanicky
    • Method Detail

      • 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.
        Parameters:
        writer - the Writer to be used to write the footer.
        Throws:
        java.io.IOException - if error occurs during writing.