|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Output
Implementations of this interface wrap the IDataSetConsumer instances and are able to
close the system resources when the consumer instance is no longer needed.
| Method Summary | |
|---|---|
void |
close()
Closes any system resources that were used by the consumer. |
org.dbunit.dataset.stream.IDataSetConsumer |
getConsumer()
The returned consumer is assumed to consume a data set and produce some kind of output (the specification of which is left for the subclasses to define). |
| Method Detail |
|---|
org.dbunit.dataset.stream.IDataSetConsumer getConsumer()
throws Exception
Exception
void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||