| Constructor and Description |
|---|
ZippedCsvInput(ZipInputStreamProviderDecorator zipFileProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes any system resources that were used by the producer and prepares the input to
provide a new data set producer with the call to
Input.getProducer(). |
org.dbunit.dataset.stream.IDataSetProducer |
getProducer()
The returned producer is assumed to produce a data set that can then be fed into a database.
|
getCsvProducer, getDirectorypublic ZippedCsvInput(ZipInputStreamProviderDecorator zipFileProvider) throws IOException
zipFileProvider - a provider that creates a stream to read the zip file.IOExceptionpublic void close()
throws IOException
InputInput.getProducer().close in interface Inputclose in class CsvInputIOExceptionpublic org.dbunit.dataset.stream.IDataSetProducer getProducer()
throws Exception
InputgetProducer in interface InputgetProducer in class CsvInputExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.