Interface HelperDataReader<T extends HelperData>

    • Method Detail

      • read

        T read​(java.util.List<java.io.File> files)
        throws ReaderException
        read and return the data from a given file
        Parameters:
        files - the files to read the data from
        Returns:
        the data
        Throws:
        ReaderException