Interface ICSVReader

  • All Superinterfaces:
    java.lang.AutoCloseable

    public interface ICSVReader
    extends java.lang.AutoCloseable
    Reader of a CSV file
    Author:
    F. Mannhardt
    • Method Detail

      • readNext

        java.lang.String[] readNext()
                             throws java.io.IOException
        Returns:
        the next line or NULL in case of EOF
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException