Click or drag to resize

FlatReader Class

Reads flat files into .NET objects.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.ReadersFlatReader

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public class FlatReader : IDisposable

The FlatReader type exposes the following members.

Constructors
 NameDescription
Public methodFlatReader(StreamReader, Type)Obsolete.
Initializes a new instance of the FlatReader class. Can be used only with a single instance of a message in the file.
Public methodFlatReader(StreamReader, FuncString, MessageContext, FlatReaderSettings) Initializes a new instance of the FlatReader class. Can be used with multiple instances of different messages in the file.
Public methodFlatReader(StreamReader, String, String, String, String)Obsolete.
Initializes a new instance of the FlatReader class. Can be used only with a single instance of a message in the file.
Top
Properties
 NameDescription
Public propertyItem The last item that was read.
Top
Methods
 NameDescription
Public methodDispose Disposes the reader.
Public methodRead Reads an item from the stream.
Public methodReadAsync Reads an EDI item from the stream asynchronously.
Public methodReadToEnd Reads an item from the stream.
Public methodReadToEndAsync Reads an item from the stream asynchronously.
Top
See Also