nl.lxtreme.ols.test.data
Class OlsDataHelper

java.lang.Object
  extended by nl.lxtreme.ols.test.data.OlsDataHelper

public final class OlsDataHelper
extends Object

Helper class that is capable of reading & writing OLS data files.


Constructor Summary
OlsDataHelper()
           
 
Method Summary
static void read(StubDataSet aDataSet, Reader aReader)
          Reads the data from a given reader.
static void write(StubDataSet aDataSet, Writer aWriter)
          Writes the data to the given writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlsDataHelper

public OlsDataHelper()
Method Detail

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.