Interface TableConsumer

  • All Known Implementing Classes:
    CubeWriter, JdbcConsumer, SwingMode

    public interface TableConsumer
    Disposes of a table.
    Since:
    9 Aug 2005
    Author:
    Mark Taylor
    • Method Detail

      • consume

        void consume​(uk.ac.starlink.table.StarTable table)
              throws java.io.IOException
        Consumes a table.
        Parameters:
        table - table to consume
        Throws:
        java.io.IOException