 | CSVReaderIsResettable Property |
Return true if this CSVReader supports the reset() method.
Namespace:
com.espertech.esperio.csv
Assembly:
NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntaxpublic bool IsResettable { get; }
Return Value
Type:
Booleantrue if the underlying AdapterInputSource is resettable
See Also