Interface RowCollector


public interface RowCollector
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Collects a row.
  • Method Details

    • collectRow

      void collectRow(Row row) throws IOException
      Collects a row.
      Parameters:
      row - Row to be collected
      Throws:
      IOException - if any I/O errors occur
      See Also: