public class DataSetXML extends DataSet
| Modifier | Constructor and Description |
|---|---|
protected |
DataSetXML(String dataFile) |
| Modifier and Type | Method and Description |
|---|---|
org.dbunit.dataset.IDataSet |
load(InputStream in) |
void |
write(org.dbunit.dataset.IDataSet set,
OutputStream out) |
getDataFile, load, setDataFileprotected DataSetXML(String dataFile)
public org.dbunit.dataset.IDataSet load(InputStream in) throws org.dbunit.dataset.DataSetException, IOException
load in class DataSetorg.dbunit.dataset.DataSetExceptionIOExceptionpublic void write(org.dbunit.dataset.IDataSet set,
OutputStream out)
throws org.dbunit.dataset.DataSetException,
IOException
write in class DataSetorg.dbunit.dataset.DataSetExceptionIOExceptionCopyright © 2008-2016. All Rights Reserved.