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