Base |
The BaseReader type exposes the following members.
| Name | Description | |
|---|---|---|
| BytesRead | The number of bytes read since the reader was instantiated. | |
| EndOfStream | Indicates whether the current stream position is at the end of the stream. | |
| Item | The last item that was read. | |
| Separators | EDI separators. |
| Name | Description | |
|---|---|---|
| Dispose | Disposes the reader. | |
| Read | Reads an item from the stream. | |
| ReadAsync | Reads an item from the stream asynchronously. | |
| ReadAsync(CancellationToken) | Reads an item from the stream asynchronously with cancellation token. | |
| ReadToEnd | Reads the stream to the end. | |
| ReadToEndAsync | Reads the stream to the end asynchronously. | |
| ReadToEndAsync(CancellationToken) | Reads the stream to the end asynchronously with cancellation token. |