Click or drag to resize

CSVSource Class

A wrapper for a Stream or a TextReader.
Inheritance Hierarchy
SystemObject
  com.espertech.esperio.csvCSVSource

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

The CSVSource type exposes the following members.

Constructors
  NameDescription
Public methodCSVSource
Ctor.
Top
Properties
  NameDescription
Public propertyIsResettable
Return true if the underlying resource is resettable.
Top
Methods
  NameDescription
Public methodClose
Close the underlying resource.
Public methodMark
Set the mark position.
Public methodRead
Read from the underlying resource.
Public methodReset
Reset to the beginning of the resource.
Public methodResetToMark
Reset to the last mark position.
Top
See Also