nl.lxtreme.ols.test.data
Class OlsDataHelper
java.lang.Object
nl.lxtreme.ols.test.data.OlsDataHelper
public final class OlsDataHelper
- extends Object
Helper class that is capable of reading & writing OLS data files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OlsDataHelper
public OlsDataHelper()
read
public static void read(StubDataSet aDataSet,
Reader aReader)
throws IOException
- Reads the data from a given reader.
- Parameters:
aProject
- the project to read the settings to;aReader
- the reader to read the data from, cannot be null
.
- Throws:
IOException
- in case of I/O problems.
write
public static void write(StubDataSet aDataSet,
Writer aWriter)
throws IOException
- Writes the data to the given writer.
- Parameters:
aDataSet
- the project to write the settings for, cannot be null
;aWriter
- the writer to write the data to, cannot be null
.
- Throws:
IOException
- in case of I/O problems.
Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.