| Interface | Description |
|---|---|
| InputStreamProvider |
A simple interface used by
Input implementations to get a "fresh" copy of the
same input stream. |
| Class | Description |
|---|---|
| CsvInput |
Implements the
Input interface for the set of CSV files using the CsvProducer. |
| FileInputStreamProvider |
An
InputStreamProvider implementation returning a FileInputStream. |
| SystemInProvider |
InputStreamProvider implementation that returns System.in. |
| XmlInput |
Implements the
Input interface for the XML files using the FlatXmlProducer. |
| ZipInputStreamProviderDecorator |
This is a wrapper around another
InputStreamProvider that returns
a ZipInputStream wrapped around the stream provided by the decorated provider. |
| ZippedCsvInput |
Represents a zipped CSV input.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.