Click or drag to resize

BaseReader Class

The base reader.
Inheritance Hierarchy

Namespace:  EdiFabric.Framework.Readers
Assembly:  EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntax
public abstract class BaseReader : IDisposable

The BaseReader type exposes the following members.

Properties
  NameDescription
Public propertyBytesRead
The number of bytes read since the reader was instantiated.
Public propertyEndOfStream
Indicates whether the current stream position is at the end of the stream.
Public propertyItem
The last item that was read.
Public propertySeparators
EDI separators.
Top
Methods
  NameDescription
Public methodDispose
Disposes the reader.
Public methodRead
Reads an item from the stream.
Public methodReadAsync
Reads an item from the stream asynchronously.
Public methodReadToEnd
Reads the stream to the end.
Public methodReadToEndAsync
Reads the stream to the end asynchronously.
Top
See Also