Flat |
The FlatReader type exposes the following members.
| Name | Description | |
|---|---|---|
| FlatReader(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. | |
| FlatReader(StreamReader, FuncString, MessageContext, FlatReaderSettings) | Initializes a new instance of the FlatReader class. Can be used with multiple instances of different messages in the file. | |
| FlatReader(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. |
| Name | Description | |
|---|---|---|
| Dispose | Disposes the reader. | |
| Read | Reads an item from the stream. | |
| ReadAsync | Reads an EDI item from the stream asynchronously. | |
| ReadToEnd | Reads an item from the stream. | |
| ReadToEndAsync | Reads an item from the stream asynchronously. |