public final class OlsDataHelper extends Object
Constructor and Description |
---|
OlsDataHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static void read(StubDataSet aDataSet, Reader aReader) throws IOException
aProject
- the project to read the settings to;aReader
- the reader to read the data from, cannot be null
.IOException
- in case of I/O problems.public static void write(StubDataSet aDataSet, Writer aWriter) throws IOException
aDataSet
- the project to write the settings for, cannot be null
;aWriter
- the writer to write the data to, cannot be null
.IOException
- in case of I/O problems.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.