Interface FileRecordWriter.FooterCallback

  • Enclosing class:
    FileRecordWriter

    public static interface FileRecordWriter.FooterCallback
    Callback to write a footer to the output file. Implementations are not required to flush the writer or write a line separator at the end of the footer.
    • Method Detail

      • writeFooter

        void writeFooter​(java.io.OutputStreamWriter writer)
                  throws java.io.IOException
        Throws:
        java.io.IOException