Click or drag to resize

BaseReader Class

The base reader.
Inheritance Hierarchy

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.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 methodReadAsync(CancellationToken) Reads an item from the stream asynchronously with cancellation token.
Public methodReadToEnd Reads the stream to the end.
Public methodReadToEndAsync Reads the stream to the end asynchronously.
Public methodReadToEndAsync(CancellationToken) Reads the stream to the end asynchronously with cancellation token.
Top
See Also