Interface ReadingDataReader

    • Method Detail

      • read

        ReadingData read​(java.io.File file)
                  throws ReaderException
        reads the data and returns a new instance of an ReadingData object. Values for all correctors and monitors are loaded.
        Parameters:
        file - the file from which to load the data
        Returns:
        the newly loaded data
        Throws:
        ReaderException