public class Table2CsvStream<T extends CsvAsset> extends Object implements Transform<T,Table,InputStream>
| Constructor and Description |
|---|
Table2CsvStream() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
apply(CsvAsset asset,
Table table)
Transforms an instance of the input API into an instance of the output API for a given asset.
|
Class<Table> |
inputAPI()
Returns the input API.
|
Class<InputStream> |
outputAPI()
Returns the output type.
|
public InputStream apply(CsvAsset asset, Table table) throws Exception
Transformpublic Class<Table> inputAPI()
Transformpublic Class<InputStream> outputAPI()
TransformCopyright © 2018. All rights reserved.