Click or drag to resize

CSVInputAdapter Constructor (CSVInputAdapterSpec)

Ctor for adapters that will be passed to an AdapterCoordinator.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public CSVInputAdapter(
	CSVInputAdapterSpec adapterSpec
)

Parameters

adapterSpec
Type: com.espertech.esperio.csvCSVInputAdapterSpec
contains parameters that specify the behavior of the input adapter
See Also